Commit Graph

6536 Commits

Author SHA1 Message Date
Zeke Zhang
e6e17ebffe fix: make e2e tests pass 2024-10-29 14:42:37 +08:00
Zeke Zhang
bd18dd6225 Merge branch 'next' into 730 2024-10-29 14:32:45 +08:00
xilesun
a03ee78bcc Merge branch 'main' into next 2024-10-29 13:44:33 +08:00
YANG QIA
eb5e23f686
fix(tree): e2e error (#5542) 2024-10-29 13:14:52 +08:00
nocobase[bot]
ee9b2d6f41 Merge branch 'main' into next 2024-10-29 02:57:33 +00:00
dependabot[bot]
738ac2230f
chore(deps): bump @formily/shared from 2.3.0 to 2.3.2 (#5537)
Bumps [@formily/shared](https://github.com/alibaba/formily) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/alibaba/formily/releases)
- [Changelog](https://github.com/alibaba/formily/blob/formily_next/CHANGELOG.md)
- [Commits](https://github.com/alibaba/formily/compare/v2.3.0...v2.3.2)

---
updated-dependencies:
- dependency-name: "@formily/shared"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 10:57:13 +08:00
Junyi
5fff470e82
fix(plugin-notification-manager-email): fix missed subject in email notification based on user ids (#5534) 2024-10-28 22:52:06 +08:00
Junyi
d5c3f176eb
fix(plugin-notification-manager-email): fix user query by ids (#5533) 2024-10-28 22:37:36 +08:00
Junyi
e90fdde12c
refactor(plugin-notification-manager): adjust api (#5532) 2024-10-28 22:10:25 +08:00
Junyi
ec3e52e866
refactor(plugin-notification-manager): expose notification types api (#5531) 2024-10-28 21:56:46 +08:00
Junyi
74ee3479b5
refactor(plugin-notification-mananger): add types data hook api (#5529) 2024-10-28 21:28:29 +08:00
nocobase[bot]
8fbf87024a Merge branch 'main' into next 2024-10-28 11:12:14 +00:00
xilesun
5947ac2502 chore(ci): optimize name 2024-10-28 19:11:45 +08:00
Junyi
20e8d799ad
fix(plugin-notification-manager): fix undefined bug (#5528) 2024-10-28 17:44:22 +08:00
nocobase[bot]
34d6dd96b3 Merge branch 'main' into next 2024-10-28 09:31:14 +00:00
nocobase[bot]
2e54e3326c docs: update changelogs 2024-10-28 09:20:02 +00:00
nocobase[bot]
64960ba5c1 Merge branch 'main' into next 2024-10-28 09:13:25 +00:00
nocobase[bot]
67b9cb9617 chore(versions): 😊 publish v1.3.42-beta 2024-10-28 09:13:16 +00:00
nocobase[bot]
cb74d711d4 Merge branch 'main' into next 2024-10-28 08:27:33 +00:00
xilesun
8e16695bff fix(ci): bug 2024-10-28 16:27:09 +08:00
Junyi
021ed15a81
fix(plugin-notification-email): fix form reaction based on local path (#5527) 2024-10-28 16:07:35 +08:00
Zeke Zhang
7a21b908cf Merge branch 'next' into 730 2024-10-28 12:56:13 +08:00
Zeke Zhang
09df29e1ec perf(BlockRequestProvider): split context to improve rendering performance 2024-10-28 12:53:45 +08:00
chenos
e0467cfee5 chore: upgrade @dnd-kit/core to 6.x 2024-10-28 12:49:33 +08:00
xilesun
a4d21adc5c fix(tree): build 2024-10-28 12:42:08 +08:00
nocobase[bot]
75adb3f865 Merge branch 'main' into next 2024-10-28 02:20:05 +00:00
YANG QIA
d8dd73b669
fix(tree): issue where paths are not updated when disassociate children (#5522) 2024-10-28 10:19:45 +08:00
hongboji
63cffd3d31
fix: sse causes “waitForLoadState(‘networkidle’)” timeout (#5524) 2024-10-28 09:01:38 +08:00
nocobase[bot]
4d7553f479 Merge branch 'main' into next 2024-10-27 23:28:06 +00:00
nocobase[bot]
2841a0bc49 docs: update changelogs 2024-10-27 23:14:28 +00:00
nocobase[bot]
233028342f Merge branch 'main' into next 2024-10-27 23:05:57 +00:00
nocobase[bot]
009ee1aab2 chore(versions): 😊 publish v1.3.41-beta 2024-10-27 23:05:49 +00:00
nocobase[bot]
4182017e2e Merge branch 'main' into next 2024-10-27 14:38:56 +00:00
ChengLei Shao
3c4a96925e
fix: docker build (#5520)
* fix: docker build

* fix: docker build

* fix: docker build
2024-10-27 22:26:03 +08:00
ChengLei Shao
7c4a15fee3
fix: docker build (#5520)
* fix: docker build

* fix: docker build

* fix: docker build
2024-10-27 21:04:50 +08:00
Zeke Zhang
5ac6e107ca perf(FilterProvider): use startTransition 2024-10-27 18:49:43 +08:00
Zeke Zhang
898a9910bb refactor(useFilterFieldProps): use useCallback 2024-10-27 18:48:07 +08:00
ChengLei Shao
191c121eb9
feat: update datasource loading progress (#5518)
* chore: tmp commit

* chore: datasource loading progress

* chore: merge

* fix: loading status

* chore: test

* chore: test
2024-10-27 18:16:23 +08:00
Zeke Zhang
45ae33dc95 refactor(Tabs): remove observer and add memo 2024-10-27 17:21:51 +08:00
Sheldon Guo
4572e140e2
fix: fix in-app message locale bug (#5519)
Fix in-app message locale bug
2024-10-27 13:52:18 +08:00
Zeke Zhang
b938558f0a chore(e2e): remobe to wait networkidle 2024-10-27 13:13:57 +08:00
Zeke Zhang
e01f573a8d chore: make unit tests pass 2024-10-27 13:09:18 +08:00
Zeke Zhang
3bc11b3663 chore: stash 2024-10-27 11:36:28 +08:00
Zeke Zhang
98e5101040 Merge branch 'next' into 730 2024-10-27 10:52:15 +08:00
Zeke Zhang
0dc49d32e4 chore(e2e): make e2e more stable 2024-10-27 10:20:47 +08:00
Zeke Zhang
54887a7af2 Merge branch 'next' into 730 2024-10-27 09:45:17 +08:00
Zeke Zhang
a03f459177 chore: update e2e to make it pass 2024-10-27 09:44:16 +08:00
Zeke Zhang
2643320640 fix: make e2e pass 2024-10-27 09:42:52 +08:00
Zeke Zhang
9319c02b3a Merge branch 'next' into 730 2024-10-27 08:52:07 +08:00
Zeke Zhang
3e324ae20a refactor: add displayName to components 2024-10-26 20:14:33 +08:00