Commit Graph

537 Commits

Author SHA1 Message Date
chenos
47fa83032c fix: build error 2022-02-10 18:38:05 +08:00
chenos
ab457ade22 feat: improve code 2022-02-10 17:07:53 +08:00
chenos
43393b4d44 feat: improve action schema component 2022-02-10 12:06:48 +08:00
chenos
0c83c16391 feat(client): add settings form 2022-02-09 23:37:12 +08:00
chenos
6608901596 fix(client): improve code 2022-02-09 23:36:21 +08:00
chenos
faf0977a0b fix(client): missing layout size and disabled props 2022-02-09 23:35:08 +08:00
chenos
6990347013 feat(client): improve schema Initializer 2022-02-09 00:13:42 +08:00
chenos
4baded4702 feat(client): improve demo 2022-02-08 19:51:30 +08:00
chenos
dd783f6554 fix(client): improve form schema component 2022-02-08 13:43:40 +08:00
chenos
01d172e5c4 feat(client): improve schema Initializer demos 2022-02-08 12:17:06 +08:00
chenos
39e80fad61 feat(client): add x-initializer parameter to schema 2022-02-07 23:30:24 +08:00
chenos
ce52361ac4 feat(client): improve schema Initializer 2022-02-07 21:52:51 +08:00
chenos
3b5f43ea09 feat: improve dnd 2022-02-07 21:51:29 +08:00
semmy
8a2ab9f86b refactor: move sortable-item into common 2022-02-07 11:33:04 +08:00
semmy
345c802d2b refactor: reimport dnd-context 2022-02-07 11:25:24 +08:00
semmy
02ede08a5d refactor: rename sort-item 2022-02-07 11:23:43 +08:00
semmy
aa78a7faf1 refactor: move DndCtext into common dir 2022-02-07 11:16:54 +08:00
semmy
37c01614f2 refactor: rename components to core 2022-02-07 11:14:07 +08:00
chenos
de25f56a79 feat: improve draggable api 2022-02-05 23:59:33 +08:00
chenos
5b4dd1800e feat: improve the user module 2022-02-05 17:06:33 +08:00
chenos
ef24f7cfea feat: improve the system settings module 2022-02-04 23:21:36 +08:00
chenos
7ed5054c41 feat: collection configuration interface 2022-02-03 22:27:26 +08:00
Junyi
d24c5629d4
fix(root): fix dependencies in packages to avoid building errors (#178) 2022-02-02 19:08:33 +08:00
chenos
218eb5ced3 feat(client): improve code 2022-01-30 19:31:00 +08:00
chenos
fd130901be feat: add acl components 2022-01-30 19:28:42 +08:00
SemmyWong
8e1543269f
add Filter component into schema componens (#176)
* feat: add next Filter component into schema component

* fix: bugfix

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-29 23:07:05 +08:00
chenos
2929c77775 docs(api-client): update doc 2022-01-29 17:31:40 +08:00
chenos
8da98d8c2b feat(client): add board component 2022-01-29 17:30:40 +08:00
chenos
05e2cf3b8d feat: add some other components 2022-01-29 01:02:18 +08:00
chenos
5acac725f9 feat(client): improve the form component and add more examples 2022-01-28 15:23:52 +08:00
SemmyWong
dfa28983d7
feat: add Markdown component into schema components (#173)
* feat: markdown  migrate

* feat: markdown  migrate

* feat: add Markdown component into schema components

* refactor: modifty Markdown.Void component

* refactor: modifty Markdown.Void component

* refactor: modifty Markdown.Void component

* refactor: modify Markdown.Void component

* refactor: modify Markdown.Void component

* fix: x-editable=false

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-28 13:20:01 +08:00
chenos
145940fc6f fix(client): cannot read properties of undefined (reading 'onSuccess') 2022-01-28 12:17:22 +08:00
chenos
f9a18863ad
feat: table related components (#172)
* table-related components

* feat: ArrayTable & VoidTable & RowSelection

* update

* fix: missing request params

* fix(client): get sideMenuRef from context

* void table

* fix: use request params merge

* demo

* void table demo

* feat: improve code

* feat: improve code

* feat: row select table

* feat: record picker
2022-01-28 09:28:01 +08:00
chenos
d0b6efaaf5 feat: api service support 2022-01-26 18:20:31 +08:00
SemmyWong
c5220ce09b
feat: add select component into schema component (#168)
* feat: select migrate

* feat: select migrate

* feat: add Select component into schema components

* refactor

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-26 10:43:29 +08:00
SemmyWong
a648adace8
feat: add TreeSelect component into schema components (#167)
* feat: migrate TreeSelect into schema components

* fix: modify enum to tredata

* fix: options replace treeData

* feat: migrate TreeSelect into schema components

* fix: modify enum to tredata

* fix: options replace treeData
2022-01-25 10:50:44 +08:00
chenos
9684e55f1a feat: memoized schema component 2022-01-25 09:21:41 +08:00
chenos
3c54393073 refactor(client): improve schema component 2022-01-25 00:18:34 +08:00
chenos
6ba2d6b5e5 fix(client): get sideMenuRef from context 2022-01-24 15:50:46 +08:00
semmy
9c6ad9967f optimize: remove unused import 2022-01-24 14:32:32 +08:00
chenos
a2f3e1904e fix(client): adjust the order of props 2022-01-24 14:03:18 +08:00
chenos
2b078a28be docs: add more examples 2022-01-23 00:46:21 +08:00
SemmyWong
be1192531c
add upload component into schema components (#165)
* feat: add Upload component into schema components

* docx file

* upload with customRequest

* action

* optimize: remove downloadFile instead of saveAs

* fix: direct download of non-image files

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-22 21:05:06 +08:00
chenos
31340f4773 fix: missing request params 2022-01-22 16:36:37 +08:00
chenos
4715ba8d22 feat: improve code 2022-01-21 14:04:15 +08:00
chenos
84f3ed1564 feat: improve demo 2022-01-21 09:38:34 +08:00
SemmyWong
48722c7c99
feat: cacader component
* feat: add Cacader component into schema component

* docs: change document language

* Nocobase next color select (#157)

* feat: add useCompile hook

* feat: add ColorSelect component into schema component

* optimize: rename checkbox component file (#155)

* optimize: rename checkbox component file

* optimize: rename checkbox component file

* feat: optimize antd-config-orovider

* feat: move admin-layout and auth-layout to route-switch

* feat: add application demo

* feat: add radio into schema component (#154)

* feat: add radio to schema component

* docs: add Radio  demos into schema component

* rafactor: change import path

* docs: change demo language

* fix: add title and description to demos

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat: add input into schema component (#158)

* feat: add Input Component to schema compoennt

* code cleanup

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat: add RemoteSchemaComponent

* feat: add admin layout

* feat: add menu into schema component

* fix: remove antd/dist/antd.css

* feat: improve application demo

* feat: add DatePicker into schema components (#161)

* feat: add DatePicker into schema components

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>

* feature/nocobase next password (#159)

* feat: add Password Component into schema components

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat: add InputNumber Component into schema component (#160)

* feat: add InputNumber Component into schema component

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat(client-menu): improve code

* feat: acl (#153)

* feat: getRepository

* getRepository return type

* export action

* add: acl

* feat: setResourceAction

* feat: action alias

* chore: code struct

* feat: removeResourceAction

* chore: file name

* ignorecase

* remove ACL

* feat: ACL

* feat: role toJSON

* using emit

Co-authored-by: chenos <chenlinxh@gmail.com>

* Acl (#162)

* feat: getRepository

* getRepository return type

* export action

* add: acl

* feat: setResourceAction

* feat: action alias

* chore: code struct

* feat: removeResourceAction

* chore: file name

* ignorecase

* remove ACL

* feat: ACL

* feat: role toJSON

* using emit

* chore: test

Co-authored-by: chenos <chenlinxh@gmail.com>

* Feat/plugin collection manager (#147)

* refactor: collection manager plugin

* feat(database): magic attribute model

* MagicAttributeModel

* load collections & fields options

* collections filterTargetKey

* Feat/plugin UI schema v0.6 (#143)

* v0.6

* plugin-ui-schema: insert && getJsonSchema

* plugin-ui-schema: insert schema with sort

* plugin-ui-schema: node with x-index

* insert adjacent method

* chore: insert

* typo

* insert with x-uid

* fix: getSchema by subtree

* add ui-schema actions

* fix: mysql compatibility

* remove ui-schema when remove node tree

* ui schema patch

* ui_schemas.create

* test cases

* test cases

* fix(database): reset changed before update

* feat: insert ui schema node after created

* feat:  patch ui schema node after updated

* fix: sqlite error

* uid

* cleanup

* test cases

* feat: ui_schema items type support

* fix: insert items node

* fix: get inner type

* change items struct

* add insert return value

* add insert return value

Co-authored-by: chenos <chenlinxh@gmail.com>

* update yarn.lock

* rename

* feat(client): plugin manager toolbar

* feat: add demo for plugin manager toolbar

* feat: improve the toolbar of the plugin manager

* feat: improve document title and page title support

* feat: add IconPicker component into schema components

* feat: improve icon component

* migrate TimePicker component into schema components (#164)

* feat: add TimePicker component into schema components

* improve

* TimePicker.RangePicker

Co-authored-by: chenos <chenlinxh@gmail.com>

* Load Options Lazily

* feat: extract read pretty

* fix: useEffect only on update

* feat: add Cacader component into schema component

* docs: change document language

* feat: extract read pretty

* Load Options Lazily

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: ChengLei Shao <chareice@live.com>
2022-01-21 09:32:13 +08:00
chenos
f882ab42c5 fix: useEffect only on update 2022-01-20 23:48:35 +08:00
SemmyWong
b0b79b7d9d
migrate TimePicker component into schema components (#164)
* feat: add TimePicker component into schema components

* improve

* TimePicker.RangePicker

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-20 20:33:46 +08:00
chenos
091fb7f5ee feat: improve icon component 2022-01-20 18:19:59 +08:00
semmy
d04d3d0639 feat: add IconPicker component into schema components 2022-01-20 15:16:12 +08:00
chenos
d94874d345 feat: improve document title and page title support 2022-01-20 12:06:09 +08:00
chenos
a1ccc82fa1 feat: improve the toolbar of the plugin manager 2022-01-20 10:45:00 +08:00
chenos
b49440da00 feat: add demo for plugin manager toolbar 2022-01-19 22:21:20 +08:00
chenos
d1f9d3e25d feat(client): plugin manager toolbar 2022-01-19 15:14:00 +08:00
chenos
e7918b7887 rename 2022-01-19 10:18:53 +08:00
chenos
c9742c1710 feat(client-menu): improve code 2022-01-18 15:19:54 +08:00
SemmyWong
e48e70e82a
feat: add InputNumber Component into schema component (#160)
* feat: add InputNumber Component into schema component

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-18 10:08:56 +08:00
SemmyWong
206b37edc1
feature/nocobase next password (#159)
* feat: add Password Component into schema components

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-18 09:52:29 +08:00
SemmyWong
637b3165ca
feat: add DatePicker into schema components (#161)
* feat: add DatePicker into schema components

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-18 09:21:55 +08:00
chenos
f8c0a7ac69 feat: improve application demo 2022-01-17 23:05:27 +08:00
chenos
06a75d31a5 fix: remove antd/dist/antd.css 2022-01-17 23:04:55 +08:00
chenos
cb3e171b31 feat: add menu into schema component 2022-01-17 23:04:33 +08:00
chenos
d0f677a6e9 feat: add admin layout 2022-01-17 23:03:51 +08:00
chenos
dde48fc775 feat: add RemoteSchemaComponent 2022-01-17 23:02:35 +08:00
SemmyWong
150deb28c1
feat: add input into schema component (#158)
* feat: add Input Component to schema compoennt

* code cleanup

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-17 16:14:09 +08:00
SemmyWong
e40565e90a
feat: add radio into schema component (#154)
* feat: add radio to schema component

* docs: add Radio  demos into schema component

* rafactor: change import path

* docs: change demo language

* fix: add title and description to demos

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-17 15:39:52 +08:00
chenos
50e13fe93a feat: add application demo 2022-01-17 15:28:28 +08:00
chenos
29cf274a52 feat: move admin-layout and auth-layout to route-switch 2022-01-17 12:25:10 +08:00
chenos
224a08c057 feat: optimize antd-config-orovider 2022-01-17 12:23:32 +08:00
SemmyWong
a5393e52c7
optimize: rename checkbox component file (#155)
* optimize: rename checkbox component file

* optimize: rename checkbox component file
2022-01-15 18:45:04 +08:00
SemmyWong
6ef6dd7717
Nocobase next color select (#157)
* feat: add useCompile hook

* feat: add ColorSelect component into schema component
2022-01-15 18:43:50 +08:00
chenos
58683a7657 feat: change the schema component directory 2022-01-13 14:53:13 +08:00
chenos
f8181cbf74
feat: add async-data-provider component (#151) 2022-01-13 14:25:42 +08:00
chenos
eff76fb0a2 feat: add checkbox component 2022-01-11 18:13:15 +08:00
chenos
a87a089acf
feat: client v0.6 (#150)
* v0.6

* update...

* feat: improve code

* improve code

* action & form

* update...

* improve code

* improve code

* improve code

* designable

* update

* update...

* api client

* RecordProvider

* collection manager

* update...

* update api client

* update use request

* update

* update doc

* test cases for compose

* docs: improve documentation
2022-01-10 19:22:21 +08:00
chenos
732d31009e v0.6 2021-12-06 21:23:34 +08:00
chenos
c1b560e928
feat: rename resourceKey & associatedKey to resourceIndex & associatedIndex (#126)
* resourceIndex & associatedIndex

* resourceIndex & associatedIndex
2021-12-04 16:28:52 +08:00
SemmyWong
62796f136c
refactor: table cell text overflow that show ellipsis (#125)
* fix: table column text overflow auto hidden

* refactor: table column text overflow auto hidden

* refactor: table column text overflow auto hidden

* fix: popover text overflow handle

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-04 15:36:59 +08:00
semmy
399135c1a9 fix: import wrong React 2021-12-03 10:18:22 +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
d817ec4c7b fix: missing parameters 2021-11-30 16:43:44 +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
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
11cded6153 chore: v0.5.0-alpha.34 2021-11-23 08:23:34 +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
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
3479b7ea27 chore: v0.5.0-alpha.33 2021-11-13 22:24:51 +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
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
be03b7579d fix: formily back to 2.0.0-rc.3 2021-11-10 23:44:39 +08:00
SemmyWong
6c345cb64a
fix: upgrade formily and form.setValues uses overwrite strategy (#101)
1、formily从2.0.0-rc.3升级到2.0.0-rc.19
2、重置form没有生效,setValues参数设为override
2021-11-10 23:23:57 +08:00
chenos
7be6327458 chore: v0.5.0-alpha.32 2021-11-09 17:14:11 +08:00
chenos
749ea00058 fix(client): TypeError: Cannot read properties of null (reading 'setSelectedRows') 2021-11-09 17:10:36 +08:00
chenos
7a35638eda chore: v0.5.0-alpha.31 2021-11-09 16:28:27 +08:00
chenos
829f969668 chore: v0.5.0-alpha.30 2021-11-09 13:07:41 +08:00
chenos
aff76b2d85 fix: refresh the page after updating the popup type 2021-11-09 12:59:28 +08:00
chenos
1056a4dbe8 fix: improve translation 2021-11-09 12:57:42 +08:00
chenos
4ea7d74211 chore: v0.5.0-alpha.29 2021-11-08 23:06:31 +08:00
chenos
cce2253532 chore: v0.5.0-alpha.28 2021-11-08 22:54:19 +08:00
chenos
5e079d38f2 fix(client): compile menu title 2021-11-08 20:59:07 +08:00
chenos
5cacee4e7f chore: v0.5.0-alpha.27 2021-11-08 20:47:20 +08:00
chenos
c93d22ec27 fix(client): i18n.t in schema 2021-11-08 20:46:45 +08:00
chenos
7611beea0f chore: v0.5.0-alpha.26 2021-11-08 20:27:59 +08:00
chenos
479f64f197
feat: support i18n (#99)
* feat: i18next

* multi language data

* feat(client): locale support

* en-US for collections

* us-EN for routes

* en-US for routes

* en-US for attachments

* feat: partial translations

* translation

* add AntdConfigProvider

* translation

* translation

* feat: translation

* feat: add translation

* fix: improve translation

* feat: improve translation

* fix: SyntaxError: Unexpected token ) in JSON at position

* typo

* feat: improve translation

* feat: improve translation

* feat: language settings can be saved on the server

* feat: lang option of init cli

* demo translation

* typo

* change address field to textarea

* address data

* feat: chart translation

* feat: chart translation

* improve translation

* signin,signup,signout...

Co-authored-by: Zhou <zhou.working@gmail.com>
2021-11-08 19:32:59 +08:00
chenos
8376c6d1b2 chore: v0.5.0-alpha.25 2021-11-01 17:29:27 +08:00
chenos
b5c587fc94 chore: v0.5.0-alpha.24 2021-11-01 15:20:30 +08:00
chenos
f7f5689f5a fix: update doc 2021-10-31 11:37:16 +08:00
chenos
ee8a1ea187 feat: component documentation 2021-10-31 11:35:11 +08:00
semmywong
14f492f414
fix: add sort field to the users table
* [Fixed]
1、初始化数据表时,没有配置sort
2、增加sort接口类型

* [Fixed]
1、重新提交PR

* [Fixed]
1、重新提交PR

* [Fixed]
1、重新提交PR

* [Fixed]
1、重新提交PR

* [Fixed]
1、重新提交PR
2021-10-30 10:55:43 +08:00
chenos
41b023987b chore: v0.5.0-alpha.23 2021-10-28 22:59:51 +08:00
chenos
1408de55d2 feat(client): tooltip for designable button 2021-10-25 23:15:25 +08:00
chenos
2253471670 chore: v0.5.0-alpha.22 2021-10-25 14:37:22 +08:00
ChengLei Shao
90b7c9fc94
option-tag style (#92) 2021-10-25 09:58:02 +08:00
chenos
4b586148b1 feat: supports filling in the collection name and field name 2021-10-21 12:18:21 +08:00
chenos
181872cf07 chore: v0.5.0-alpha.21 2021-10-18 13:04:14 +08:00
chenos
f199df96aa chore: add prettier config 2021-10-14 00:08:16 +08:00
chenos
d80c875d5e chore: v0.5.0-alpha.20 2021-10-12 22:27:38 +08:00
chenos
5b9a24cba1 fix(client): cannot read properties of undefined (reading 'interface') 2021-10-12 22:01:18 +08:00
chenos
fda20f83c3 chore: v0.5.0-alpha.19 2021-10-10 22:30:16 +08:00
chenos
2ce3b9d21b fix(client): auto jump to the first menu item after login 2021-10-10 22:24:30 +08:00
chenos
516c1be50d chore: v0.5.0-alpha.18 2021-10-10 13:06:09 +08:00
chenos
3e04f81a41 chore: v0.5.0-alpha.17 2021-10-10 12:59:29 +08:00
chenos
d2c534243e fix: pageSize to perPage 2021-10-10 12:54:48 +08:00
chenos
effedd77a7 fix: disable sub table field 2021-10-10 12:51:14 +08:00
chenos
ccfdb02801 fix: empty values after form submission 2021-10-10 12:50:26 +08:00
chenos
dafe8f14d0 chore: v0.5.0-alpha.16 2021-10-08 23:16:46 +08:00
chenos
23bdada69c chore: update gitHead 2021-10-08 00:37:39 +08:00
chenos
e7df1f93c4 chore: v0.5.0-alpha.15 2021-10-08 00:33:40 +08:00
chenos
2fa8280803 chore: v0.5.0-alpha.14 2021-10-07 21:57:01 +08:00
chenos
8561502384 chore: v0.5.0-alpha.13 2021-10-07 21:33:32 +08:00
chenos
b2f3bd4894 chore: v0.5.0-alpha.12 2021-10-07 19:39:35 +08:00
chenos
4506271af5 chore: v0.5.0-alpha.11 2021-10-07 19:03:50 +08:00
chenos
9787bedb3c chore: 0.5.0-alpha.10 2021-10-07 18:02:32 +08:00
chenos
968fd2e656 chore: v0.5.0-alpha.9 2021-10-07 17:25:31 +08:00
chenos
f825e48d03 chore: v0.5.0-alpha.8 2021-10-07 16:39:18 +08:00
chenos
dd0d067c10 chore: v0.5.0-alpha.7 2021-10-07 16:32:22 +08:00
chenos
43f95e0a56 chore: v0.5.0-alpha.6 2021-10-07 15:27:02 +08:00
chenos
7ecb7c3a60 chore: v0.5.0-alpha.5 2021-10-07 15:25:20 +08:00
chenos
29d386a63d feat: improve code 2021-10-01 23:31:49 +08:00
chenos
73145b56ad feat: initialize demo data when creating the application 2021-10-01 00:50:06 +08:00
chenos
1cb28f0309 fix: client request undefined 2021-09-30 09:45:03 +08:00
chenos
86e2a2802d feat: add useClient and useResourceRequest hooks 2021-09-28 18:20:21 +08:00
chenos
20d602e2b1 Merge branch '0.5' into develop
# Conflicts:
#	packages/app/src/apis/index.ts
#	packages/plugin-collections/src/actions/fields.ts
#	packages/plugin-collections/src/server.ts
#	yarn.lock
2021-09-28 11:37:39 +08:00
chenos
1dff47e8e4 feat: add client provider 2021-09-28 09:33:38 +08:00
chenos
819f1a3472 fix: Field form values is not displayed 2021-09-14 16:44:11 +08:00
chenos
a3c4a8dd9c fix: defaultPageSize=100 2021-09-14 16:29:47 +08:00
chenos
37347cb6b2 feat: add collections table/form 2021-09-14 16:28:11 +08:00
chenos
248d59f6ec feat: improve code 2021-09-14 11:09:26 +08:00
chenos
e82139cfc8 feat: improve styling 2021-09-08 15:40:53 +08:00
chenos
1c30baffcf feat: improve stying 2021-09-08 15:11:35 +08:00
chenos
1229a10df6 feat: improve code 2021-09-04 23:31:26 +08:00
chenos
dde1bd4fc2 feat: improve styling 2021-09-03 15:52:58 +08:00
chenos
ebfabb4605 feat: improve styling 2021-09-03 15:11:28 +08:00
chenos
8048482247 feat: improve styling 2021-09-03 15:10:10 +08:00
chenos
8bd5a83947 feat: generate reverse field for linkTo fields 2021-09-03 14:08:15 +08:00
chenos
a771aade5c bugfix 2021-09-03 00:15:07 +08:00
chenos
a8413f4e7b feat: improve code 2021-09-03 00:06:05 +08:00
chenos
4f762cfe2e feat: improve code 2021-09-02 17:32:10 +08:00
chenos
9560276fa1 fix: menu item highlight 2021-09-02 16:02:26 +08:00
chenos
e6e84bc345 bugfix 2021-08-30 18:50:25 +08:00
chenos
3c8c2d71e3 feat: improve code 2021-08-30 18:27:39 +08:00
chenos
10861d3c1c feat: association data block 2021-08-29 22:26:52 +08:00
chenos
0314faeae9 feat: improve code 2021-08-29 00:25:28 +08:00
chenos
f8c3c6a19b feat: improve text 2021-08-27 18:26:10 +08:00
chenos
6c779a7e6b feat: improve code 2021-08-27 14:52:58 +08:00
chenos
7587e2cdb7 feat: improve code 2021-08-27 14:26:24 +08:00
chenos
35cafad0ff add cancel button to markdown 2021-08-27 11:30:12 +08:00
chenos
52699b0302 feat: add Kanban.useCreateResource 2021-08-27 11:06:21 +08:00
chenos
622a6d5a27 feat: improve code 2021-08-27 10:31:27 +08:00
chenos
5aad2bae76 feat: improve code 2021-08-26 22:17:49 +08:00
chenos
a0fc7a17d1 improve text 2021-08-26 11:11:27 +08:00
chenos
c74e8f03ad improve code 2021-08-26 10:30:52 +08:00
chenos
0c678a013f feat: loading style 2021-08-25 23:24:00 +08:00
chenos
06fa41fffc feat: support set document title 2021-08-25 22:05:53 +08:00
chenos
a48f2a5159 feat: improve code 2021-08-25 17:07:23 +08:00
chenos
4860cb019f feat: add tooltip and confirm to the button 2021-08-25 12:21:11 +08:00
chenos
12ba06f89a improve code 2021-08-25 09:56:01 +08:00
chenos
4507a5aca1 improve text 2021-08-24 23:10:19 +08:00
chenos
53fa47c56f feat: improve code 2021-08-24 17:38:30 +08:00
chenos
7733e4d5fa feat: kanban use rectIntersection collision detection 2021-08-24 15:02:46 +08:00
chenos
73c52b7ea4 fix: action log filtering of a record 2021-08-23 23:30:48 +08:00
chenos
44633db5ff feat: login redirect 2021-08-23 22:21:40 +08:00
chenos
dd769e4d04 fix: Property 'service' is missing in type '{}' but required in type 'AuthContextProps' 2021-08-23 21:55:17 +08:00
chenos
c82fee6162 feat: user register & profile 2021-08-23 21:49:44 +08:00
chenos
589fca05d0 feat: user auth 2021-08-23 20:50:55 +08:00
chenos
7394e0aa8a improve scrollbar styling 2021-08-23 12:43:18 +08:00
chenos
52818bfeb4 improve styling 2021-08-23 12:15:22 +08:00
chenos
6f84f925aa kanban auto scroll 2021-08-23 12:05:37 +08:00
chenos
6188060475 fix: update values without sort field 2021-08-23 11:24:02 +08:00
chenos
e801181aeb feat: improve styling 2021-08-23 10:53:37 +08:00
chenos
99635025a8 feat: improve code 2021-08-23 09:51:19 +08:00
chenos
3d5c81618f refactor kanban 2021-08-23 01:23:04 +08:00
chenos
959059cfc7 fix: compilerOptions target ES6 2021-08-21 22:32:48 +08:00
chenos
3d04d527f3 fix: TypeError: Class constructor MouseSensor cannot be invoked without 'new' 2021-08-21 22:24:14 +08:00
chenos
7eb6297d0f feat: improve code 2021-08-21 22:14:23 +08:00
chenos
80f4635bb6 feat: improve code 2021-08-21 18:33:56 +08:00
chenos
1012cb6401 fix some drag and drop issues 2021-08-21 15:53:22 +08:00
chenos
8f1d6a4a2c feat: improve code 2021-08-20 23:48:13 +08:00
chenos
c3abf10746 bugfix 2021-08-20 22:50:12 +08:00
chenos
2e8fe58246 refactor: drag and drop 2021-08-20 22:30:29 +08:00
chenos
7d604cdf9a upgrade formily 2021-08-20 00:05:29 +08:00
chenos
4b20cd7bbf improve styling 2021-08-19 23:41:20 +08:00
chenos
5299a2ece9 feat: improve kanban 2021-08-19 23:37:02 +08:00
chenos
dfd4b821ff improve calendar 2021-08-19 17:03:25 +08:00
chenos
f3bdaf641e improve calendar and kanban 2021-08-18 23:34:35 +08:00
chenos
3e5e9c194c feat: improve Table.Operation 2021-08-18 11:30:24 +08:00
chenos
90f8f721b7 feat: add Action.Group 2021-08-18 11:29:57 +08:00
chenos
c2357d27a9 improved designable styling 2021-08-17 18:37:25 +08:00
chenos
4bcde0befe improved designable styling 2021-08-17 15:58:28 +08:00
chenos
2ba5e6f76f improved designable styling 2021-08-17 14:40:38 +08:00
chenos
da418720aa feat: improve code 2021-08-17 11:24:59 +08:00
chenos
b0056e1aa1 feat: improve code 2021-08-17 10:30:11 +08:00
chenos
20c839bfa9 feat: improve code 2021-08-17 00:18:42 +08:00
chenos
3d023fb3e4 feat: add maxLevel and changeOnSelect props for the china region field 2021-08-16 15:07:02 +08:00
chenos
852d3d6f7a feat: add SystemSettingsContext 2021-08-16 14:34:58 +08:00
chenos
b7e450dcf9 fix: path error 2021-08-16 13:06:03 +08:00
chenos
bfa46eb0c0 feat: improve code 2021-08-16 12:36:17 +08:00
chenos
69d47a0331 feat: improve cascader component 2021-08-16 12:35:52 +08:00
chenos
e9ddd4fd7e feat: upgrade formily and fix type check errors 2021-08-15 12:16:11 +08:00
chenos
ce63f0fbe6 feat: improve the options of the upload component 2021-08-15 00:04:14 +08:00
chenos
a635c955c6 improve upload component 2021-08-14 23:48:29 +08:00
chenos
15105c1efb feat: improve the upload component 2021-08-13 23:34:17 +08:00
chenos
cfd12a0fcf feat: siteinfo, more configuration, userinfo... 2021-08-13 23:33:15 +08:00
chenos
a7040efe63 feat: improve export plugin 2021-08-13 09:57:21 +08:00
chenos
4139fc8cf6 feat: add calendar block 2021-08-13 00:02:01 +08:00
chenos
b6f359bbc5 feat: add kanban block 2021-08-12 11:34:46 +08:00
chenos
23db248743 feat: menu permissions 2021-08-11 14:27:45 +08:00
chenos
66549dc4bf feat: improve code 2021-08-11 11:18:10 +08:00
chenos
c1dfc8b2f5 feat: collection action permissions 2021-08-11 00:09:54 +08:00
chenos
b046723371 feat: menu permissions 2021-08-11 00:09:08 +08:00
chenos
9187c15b27 feat: improve code 2021-08-11 00:08:55 +08:00
chenos
8f58e3ec27 feat: default appends for table component 2021-08-09 11:47:06 +08:00
chenos
6d7a811d56 feat: filter support custom fields 2021-08-09 10:40:40 +08:00
chenos
cf3a6ff2ff bugfix 2021-08-09 10:10:36 +08:00
chenos
3966c7f0f3 feat: support onRemove event for the menu component 2021-08-08 16:13:02 +08:00
chenos
85c052ba59 feat: improve code 2021-08-08 12:06:33 +08:00
chenos
1ab7d544b3 feat: add ActionLogs block 2021-08-07 23:22:30 +08:00
chenos
c34d82d180 feat: divide the fields into general and system 2021-08-07 23:14:14 +08:00
chenos
2f880c6cd0 feat: improve the operators of all fields 2021-08-06 23:24:55 +08:00