3030 Commits

Author SHA1 Message Date
nocobase[bot]
5a00386c4f chore(versions): 😊 publish v1.5.0-beta.7 2024-12-13 04:36:42 +00:00
nocobase[bot]
b5db91caf6 Merge branch 'next' into develop 2024-12-13 02:08:57 +00:00
xilesun
603de6946b Merge branch 'main' into next 2024-12-13 10:08:09 +08:00
nocobase[bot]
a85af18551 Merge branch 'next' into develop 2024-12-13 02:05:35 +00:00
YANG QIA
f80e2107a1
fix(data-vi): height issue (#5879) 2024-12-13 10:05:15 +08:00
nocobase[bot]
435239994e Merge branch 'next' into develop 2024-12-13 02:01:03 +00:00
Zhi Chen
21bd55422f
refactor(audit-manager): optimize the logic of getting metadata (#5814)
* chore: optmize log output

* chore: optmize log output
2024-12-13 10:00:41 +08:00
nocobase[bot]
3168d89325 Merge branch 'next' into develop 2024-12-13 01:38:19 +00:00
Junyi
2cb4304a38
fix(plugin-workflow): fix loading workflow in manually executing (#5877) 2024-12-13 09:37:55 +08:00
YANG QIA
753e911ac4
fix(users): the form should be reset after adding or editing a user in the user management (#5875) 2024-12-12 22:56:06 +08:00
Katherine
e04c404b4c
feat: support selecting existing data in subform (#5849)
* feat: subform support selecting existing data

* chore: add new button in sub form

* fix: build

* fix: bug

* fix: test

* fix: test
2024-12-12 22:10:14 +08:00
nocobase[bot]
ca3b98ce1f chore(versions): 😊 publish v1.4.10 2024-12-12 14:04:41 +00:00
nocobase[bot]
0fdfe58642 Merge branch 'next' into develop 2024-12-12 12:38:17 +00:00
nocobase[bot]
a3f1bcdf7d Merge branch 'main' into next 2024-12-12 12:37:51 +00:00
Zeke Zhang
eb2f5c77fb
feat(custom-request): support "Current form" variable (#5871)
* feat(custom-request): support "Current form" variable

* test: add e2e test
2024-12-12 20:37:27 +08:00
nocobase[bot]
93a29b34c1 Merge branch 'next' into develop 2024-12-12 10:15:27 +00:00
nocobase[bot]
10a513f2ef Merge branch 'main' into next 2024-12-12 10:15:04 +00:00
ChengLei Shao
b897a8d5e6
fix: template with appends (#5839)
* fix: template with appends

* fix: assign logic

* chore: test
2024-12-12 18:14:38 +08:00
nocobase[bot]
06e1068119 Merge branch 'next' into develop 2024-12-12 08:34:10 +00:00
nocobase[bot]
a445b51a88 Merge branch 'main' into next 2024-12-12 08:33:46 +00:00
Chareice
e72bb89909
fix: roles collection options in share app 2024-12-12 16:33:15 +08:00
nocobase[bot]
e58ab0a96e Merge branch 'next' into develop 2024-12-12 07:56:52 +00:00
nocobase[bot]
772064525a Merge branch 'main' into next 2024-12-12 07:56:27 +00:00
YANG QIA
de323cf6f8
fix(data-vi): allows to use foreign keys in query configuration of charts (#5869) 2024-12-12 15:56:00 +08:00
nocobase[bot]
b2895e6d62 Merge branch 'next' into develop 2024-12-12 05:41:53 +00:00
nocobase[bot]
a86da58955 Merge branch 'main' into next 2024-12-12 05:41:32 +00:00
Junyi
cd5b0dc4d8
fix(plugin-workflow): fix transaction when delete execution after processed (#5870) 2024-12-12 13:41:08 +08:00
nocobase[bot]
27b326d9ba chore(versions): 😊 publish v1.4.9 2024-12-12 03:15:37 +00:00
nocobase[bot]
453e96770d Merge branch 'next' into develop 2024-12-12 01:49:20 +00:00
nocobase[bot]
a19832de71 Merge branch 'main' into next 2024-12-12 01:49:00 +00:00
chenos
5808543ebc
fix: remove the default locale (#5867) 2024-12-12 09:48:38 +08:00
nocobase[bot]
c804068478 chore(versions): 😊 publish v1.6.0-alpha.5 2024-12-11 14:26:08 +00:00
nocobase[bot]
062b4bffd7 chore(versions): 😊 publish v1.5.0-beta.6 2024-12-11 09:54:46 +00:00
nocobase[bot]
7c1409e55b Merge branch 'next' into develop 2024-12-11 09:08:11 +00:00
Zeke Zhang
52d643b382
perf(Table): remove table row skeleton component (#5751)
* perf(Table): remove Formily components to improve performance

* refactor: rename and modify comments

* fix(UIEditor): fix hover style

* fix(Table): fix style configuration option not showing

* fix(ellipsis): fix refresh issue

* fix: need to update field value

* perf(Table): improve performance of configuring top buttons

* refactor: skip style-related code when no style rules are set

* chore(e2e): fix e2e errors

* perf(Table): remove skeleton component and delay render row

* feat(Table): scroll to top when switching pagination

* fix(e2e): fix e2e errors

* fix(workflow): fix refresh issue

* fix(workflow): fix refresh issue

* fix(Action.Container): fix refresh issue

* refactor: remove skeleton component

* fix(drawer): fix refresh issue

* perf(Table): simplify text field rendering

* fix(Table): fix refresh issue

* fix(AssociationField): fix refresh issues

* fix(NocoBaseRecursionField): fix refresh code

* refactor(SchemaComponentContext): remove useless code

* refactor: rename RefreshContext to RefreshFieldSchemaContext

* refactor(useDataBlockRequestGetter): optimize comment

* refactor: rename and new refresh context

* fix(Table): fix some refresh issues

* fix(AssociationField): fix refresh issue

* refactor(Table): make code better

* fix: replace RecursionField with NocoBaseRecursionField

* refactor: remove useless code

* fix(Menu): fix draging issue

* fix: refresh entire page after drag and drop operation

* fix(Page): fix draging issue

* chore: fix build error

* fix(test): make unit tests pass

* chore(test): fix unit test

* chore(e2e): fix e2e errors

* chore(e2e): update e2e to make it pass

* chore(e2e): update e2e to make it pass

* chore(e2e): fix e2e errors

* fix(e2e): fix some e2e errors

* fix(SchemaComponent): fix onChange issue

* chore(e2e): make e2e more stable

* chore: empty commit

* chore: remove useless code

* chore(e2e): update e2e tests to make it pass

* chore: fix e2e errors

* chore: fix e2e error
2024-12-11 17:07:48 +08:00
nocobase[bot]
b2f632c767 chore(versions): 😊 publish v1.5.0-beta.5 2024-12-11 07:36:12 +00:00
nocobase[bot]
0bbc7250b6 chore(versions): 😊 publish v1.5.0-beta.4 2024-12-11 06:58:08 +00:00
chenos
10ddc12fba chore: update version 2024-12-11 13:09:52 +08:00
chenos
af36a0b7a5 Merge branch 'next' of github.com:nocobase/nocobase into next 2024-12-11 12:57:26 +08:00
Katherine
a9e4c799f6
fix: mobile client test (#5861) 2024-12-11 12:57:01 +08:00
chenos
6e5de98a12 chore: update version 2024-12-11 12:57:00 +08:00
Zeke Zhang
fa36458755 fix(chart): fix refresh issue 2024-12-11 12:35:48 +08:00
nocobase[bot]
1c46a148bb Merge branch 'next' into develop 2024-12-11 03:39:59 +00:00
Katherine
fc49d364b1
fix: mobile adaptation of date component on sub-page (#5859) 2024-12-11 11:39:37 +08:00
nocobase[bot]
444dde42a9 chore(versions): 😊 publish v1.5.0-beta.3 2024-12-10 06:46:12 +00:00
nocobase[bot]
0acce094df chore(versions): 😊 publish v1.4.8 2024-12-10 06:26:00 +00:00
nocobase[bot]
5210430c19 Merge branch 'next' into develop 2024-12-10 04:03:01 +00:00
nocobase[bot]
ac2f7ea85d Merge branch 'main' into next 2024-12-10 04:02:41 +00:00
Zhi Chen
b58a05764b
fix(user-data-sync): skip unsupported data types during synchronization instead of throwing an error (#5835)
* fix: support sync user when departments plugin disabled

* chore: delete submodule

* fix: support sync user when departments plugin disabled

* chore: add test case

* fix: fix synctasks list acl
2024-12-10 12:02:19 +08:00
Zeke Zhang
2b38c1b79b
fix(Users & Permissions): fix issue with Roles field not displaying c… (#5846)
* fix(Users & Permissions): fix issue with Roles field not displaying content

* chore: make e2e test more stable and skip unstable test
2024-12-10 11:26:52 +08:00