semmy
399135c1a9
fix: import wrong React
2021-12-03 10:18:22 +08:00
chenos
3150e7eeed
Merge branch 'develop' of github.com:nocobase/nocobase into develop
2021-12-03 10:14:22 +08:00
chenos
59145a8db0
docs: update doc
2021-12-03 10:13:38 +08:00
semmy
f089cacf1d
fix: 修复Table.Column.DesignableBar遗漏
2021-12-03 10:05:14 +08:00
Junyi
60b966f59e
Fix: plugin-file-manager ( #111 )
...
* fix: test cases
* fix env used by file manager
* default value of process.env.LOCAL_STORAGE_BASE_URL
* use workspace dependencies
* refactor some env to adapt more scenario
* fix reviewing issues
* fix env default value
* update umi config
* bugfix
* fix shared cache
Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-03 07:31:22 +08:00
SemmyWong
12f58effad
refactor: code splitting of the table component ( #121 )
...
* refactor: 表格拆分模块化
* refactor: 表格拆分模块化
* refactor: code splitting of the table component (#120 )
* missing TableIndex
* refactor: 表格拆分模块化
* code format
Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-02 22:56:16 +08:00
chenos
1072e03c5a
Revert "refactor: code splitting of the table component ( #120 )"
...
This reverts commit 0f9eb4e7f2
.
2021-12-02 17:56:05 +08:00
SemmyWong
0f9eb4e7f2
refactor: code splitting of the table component ( #120 )
2021-12-02 15:26:28 +08:00
chenos
82ad5de8cb
fix: development environment client does not need to be compiled
2021-12-02 14:11:19 +08:00
chenos
fb1083edbb
docs: update doc
2021-11-30 21:40:50 +08:00
chenos
90b5673b73
docs: update doc
2021-11-30 18:31:18 +08:00
chenos
d817ec4c7b
fix: missing parameters
2021-11-30 16:43:44 +08:00
semmy
61dcd45a83
fix: add allowSignUp default value as true
2021-11-30 08:51:27 +08:00
semmy
e058c509ea
Merge branch 'develop' of https://github.com/nocobase/nocobase into develop
2021-11-29 20:59:45 +08:00
semmy
e435fe0ff3
feat: allow user to sign up
2021-11-29 20:59:31 +08:00
chenos
e43da7d0ca
fix(client): cannot find namespace 'Formily'
2021-11-29 11:36:36 +08:00
chenos
9fe9790a19
fix(client): markdown parse
2021-11-29 11:20:11 +08:00
chenos
a5e2d57894
docs: update api doc
2021-11-29 10:00:42 +08:00
chenos
34cec6480f
docs: update api doc
2021-11-29 09:21:48 +08:00
chenos
b876796cdf
docs: update doc
2021-11-28 21:01:08 +08:00
SemmyWong
8cf1efb21f
feat: add reset button in the filter panel ( #110 )
2021-11-25 22:42:05 +08:00
SemmyWong
64283fcb0e
feat: allow user to change password ( #109 )
...
* feat: allow user to change password
* docs: update api doc
Co-authored-by: chenos <chenlinxh@gmail.com>
2021-11-25 22:36:52 +08:00
chenos
1daa8138c1
docs: update api doc
2021-11-25 11:20:05 +08:00
chenos
126a7e1f92
feat(docs): update doc
2021-11-24 15:46:26 +08:00
chenos
a0b374cea5
feat: update doc
2021-11-23 19:36:02 +08:00
Zhou
adf470f725
Update changelog.md
2021-11-23 11:42:09 +08:00
Zhou
c59325ede2
Create changelog.zh-CN.md
2021-11-23 11:18:02 +08:00
Zhou
63d2b69ecf
Update changelog.md
2021-11-23 10:40:25 +08:00
chenos
11cded6153
chore: v0.5.0-alpha.34
2021-11-23 08:23:34 +08:00
chenos
3e53584768
fix: remove state property
2021-11-23 08:21:38 +08:00
chenos
2f61103e42
feat: update doc
2021-11-22 09:40:38 +08:00
chenos
01f17659c1
changelog
2021-11-21 20:43:18 +08:00
chenos
0025d0051f
feat: update repository api doc
2021-11-20 13:56:47 +08:00
chenos
18089eb56c
fix(client): invalid hook call
2021-11-20 13:55:50 +08:00
chenos
372a0c372c
feat(docs): update doc
2021-11-19 15:40:29 +08:00
chenos
e6fa6f9a8e
feat(plugin-users): multiple roles
2021-11-18 19:26:39 +08:00
mytharcher
59dd24bf4d
fix: doc typo
2021-11-18 10:15:05 +08:00
chenos
296fbd6c08
feat(doc): update api doc
2021-11-17 18:54:32 +08:00
chenos
a702f534ba
feat: add roles field to users collection
2021-11-17 18:54:02 +08:00
chenos
d8c7a0f1c3
feat: add roles field to users collection
2021-11-16 18:28:07 +08:00
chenos
2755068edb
feat: update api doc
2021-11-16 11:06:17 +08:00
chenos
9a5ea406f9
feat(docs): update collection api doc
2021-11-15 23:31:24 +08:00
chenos
3479b7ea27
chore: v0.5.0-alpha.33
2021-11-13 22:24:51 +08:00
chenos
50baa9363c
fix: field update with migrate
2021-11-13 22:22:59 +08:00
chenos
bad753cd46
feat(docs): update model api doc
2021-11-12 18:38:58 +08:00
SemmyWong
686474cb38
fix: upgrade formily & side menu render with createPortal & use deep compare effect ( #103 )
...
* [Fixed]
1. ts升级4.4.4
2. 解决升级formily类型不兼容问题
* [Fixed]
1. 修复菜单混合渲染问题
* [Fixed]
1. 修复useEffect对象深度依赖比较(订单表死循环)
* [update]去掉debugger
2021-11-11 22:07:13 +08:00
chenos
35739f9f42
feat(docs): add model api doc
2021-11-11 17:44:13 +08:00
chenos
d9484e25a6
feat(docs): update repository api doc
2021-11-11 13:25:39 +08:00
twinkle77
f34920df5b
fix: SchemaRenderer get schema value ( #102 )
...
Co-authored-by: Shuogui Lin <shuogui.lin@shopee.com>
2021-11-11 11:07:02 +08:00
chenos
ca58d712bc
feat(docs): update repository api doc
2021-11-11 10:43:50 +08:00