Commit Graph

6852 Commits

Author SHA1 Message Date
Zeke Zhang
d7477d74d7 refactor(NocoBaseField): rename and improve performance 2024-11-11 16:21:05 +08:00
Zeke Zhang
94267c10ed fix(ellipsis): fix the issue where the page does not refresh after modification 2024-11-11 15:36:54 +08:00
Zeke Zhang
ee67df94ba fix(ButtonEditor): fix the issue where button title does not update after modification 2024-11-11 15:03:31 +08:00
nocobase[bot]
07b95c388a chore(versions): 😊 publish v1.4.0-alpha.8 2024-11-11 04:15:27 +00:00
nocobase[bot]
acd4dd80e1 Merge branch 'main' into next 2024-11-11 02:51:43 +00:00
Zeke Zhang
b78a526585 chore: add comments 2024-11-11 10:38:56 +08:00
nocobase[bot]
96ba3600fc docs: update changelogs 2024-11-11 02:26:51 +00:00
nocobase[bot]
8618a33d68 chore(versions): 😊 publish v1.4.0-alpha.7 2024-11-11 02:25:11 +00:00
nocobase[bot]
767d4334d9 Merge branch 'main' into next 2024-11-11 02:20:37 +00:00
nocobase[bot]
9470479100 chore(versions): 😊 publish v1.3.48-beta 2024-11-11 02:20:28 +00:00
nocobase[bot]
0db386c704 Merge branch 'main' into next 2024-11-11 02:10:07 +00:00
chenos
32eeb88101
feat: support hiding menu items (#5624)
* feat: support hiding menu items

* fix: hidden
2024-11-11 10:09:46 +08:00
Katherine
6075c461d9
refactor: optimize field list: remove relation fields and Duplicate tag (#5616)
* refactor: optimize field list: remove relation fields and Duplicate tag

* fix: test
2024-11-10 19:12:58 +08:00
Zeke Zhang
2775f8d19f perf(NocoBaseField): customize a Field component 2024-11-10 18:18:43 +08:00
nocobase[bot]
95134d0273 Merge branch 'main' into next 2024-11-10 02:22:04 +00:00
chenos
a963898893 Merge branch 'main' of github.com:nocobase/nocobase 2024-11-10 10:09:58 +08:00
chenos
451210a248 docs: update README.md 2024-11-10 10:09:21 +08:00
Chareice
62e796b61c
chore: console.log 2024-11-10 10:08:54 +08:00
nocobase[bot]
63ba93dfd1 Merge branch 'main' into next 2024-11-10 02:06:13 +00:00
ChengLei Shao
bea2d4880e
fix: import with m2m id field (#5623) 2024-11-10 10:05:53 +08:00
Zeke Zhang
19496ebc22 perf(Table): remove unnecessary context 2024-11-10 09:52:52 +08:00
Zeke Zhang
3241b24042 perf(ReadPrettyInternalViewer): remove observer 2024-11-10 09:08:18 +08:00
Zeke Zhang
9c0a7e77f3 fix(NocoBaseRecursionField): fix the issue where the page does not update 2024-11-10 08:42:30 +08:00
Chareice
a56cd6742c
fix: list meta permission 2024-11-09 22:16:59 +08:00
Zeke Zhang
1535ec7afa perf(InputReadPretty): improve render performance 2024-11-09 19:32:13 +08:00
Sheldon Guo
35b5872338
feat(notification-manager): enhance channel manager UI (#5621) 2024-11-09 18:49:19 +08:00
xilesun
d55f83942b fix(users): issue of this keyword in middleware 2024-11-09 14:05:20 +08:00
Zeke Zhang
b043bdd29b perf(FilterAction): avoid unnecessary re-rendering 2024-11-09 13:01:14 +08:00
Zeke Zhang
ca17267f68 perf(RecursionField): complete custom RecursionField component 2024-11-09 11:58:12 +08:00
Junyi
90d9231fc5
feat(client): add delimiters props to variable text (#5620)
* feat(client): add delimiters props to variable text

* refactor(plugin-notification-iam): change delimiters for url in message template
2024-11-09 10:26:28 +08:00
nocobase[bot]
7d0aadcf52 Merge branch 'main' into next 2024-11-08 10:38:41 +00:00
Zeke Zhang
934f619452 chore(e2e): fix test failures caused by timezone differences in CI environment 2024-11-08 18:37:55 +08:00
Junyi
06e7617691
refactor(client): move getFilterTargetKey api to collection (#5617)
* refactor(client): move getFilterTargetKey api to collection

* test(client): add test case

* fix(client): fix type error when build
2024-11-08 18:31:02 +08:00
nocobase[bot]
4a62b6798f Merge branch 'main' into next 2024-11-08 10:25:46 +00:00
Junyi
b186a5eb3d
fix(client): support file collection as target of one-to-many association (#5619)
* fix(client): support file collecion as target of one-to-many association

* fix(client): fix load collection
2024-11-08 18:25:26 +08:00
Zeke Zhang
06c86ddbd1 perf(wip): add custom RecursionField component 2024-11-08 18:23:40 +08:00
Zeke Zhang
a0d131bd39 Revert "Revert "perf(CollectionField): use custom RecursionField component to avoid unnecessary re-renders""
This reverts commit b3a4201a82.
2024-11-08 15:14:33 +08:00
Zeke Zhang
35ce179bf1 Merge branch 'next' into 730 2024-11-08 15:07:38 +08:00
nocobase[bot]
21166e0723 Merge branch 'main' into next 2024-11-08 06:02:33 +00:00
xilesun
38123129e2 chore: update release.sh 2024-11-08 14:02:06 +08:00
Junyi
a223f4448e
feat(plugin-workflow): branch presetting (#5570)
* fix(client): fix core component bug and warnings

* feat(plugin-workflow): add preset and branching config before add node

* refactor(plugin-workflow): fix AddNodeContext and adjust styles

* fix(plugin-workflow): fix default config value in preset form

* fix(plugin-workflow): fix e2e cases

* fix(plugin-workflow-parallel): fix e2e test cases

* fix(plugin-workflow): fix e2e test cases
2024-11-08 13:43:39 +08:00
ChengLei Shao
c728146160
refactor: collections api (#5610)
* chore: test

* chore: list meta

* chore: list meta api

* fix: test
2024-11-08 12:44:13 +08:00
nocobase[bot]
3538cf297b Merge branch 'main' into next 2024-11-08 04:22:31 +00:00
ChengLei Shao
8e1eed7c2f
feat: database beanchmark (#5615)
* chore: db logging with sql benchmark

* chore: log response size
2024-11-08 12:13:43 +08:00
ChengLei Shao
85a6c171fa
fix: import with datetime no tz field (#5614)
* fix: import with datetime no tz field

* chore: console.log

* chore: console.log
2024-11-08 11:41:56 +08:00
nocobase[bot]
e08b9e57e7 Merge branch 'main' into next 2024-11-08 02:47:37 +00:00
nocobase[bot]
2d41b2acbb docs: update changelogs 2024-11-08 02:32:49 +00:00
nocobase[bot]
5061bc972a Merge branch 'main' into next 2024-11-08 02:25:26 +00:00
nocobase[bot]
d1b4ccc1aa chore(versions): 😊 publish v1.3.47-beta 2024-11-08 02:25:17 +00:00
Zeke Zhang
091f189a1b Merge branch 'next' into 730 2024-11-08 09:56:25 +08:00