Commit Graph

6701 Commits

Author SHA1 Message Date
ChengLei Shao
9fe1775ca3
chore: support update field attribute in collection (#5643) 2024-11-13 19:09:02 +08:00
YANG QIA
6198c99706
feat(basic-auth): allows to configure sign up form (#5639)
* feat(auth): allows to configure signup form

* feat(basic-auth): allows to configure sign up form

* test: remove only
2024-11-13 15:16:52 +08:00
nocobase[bot]
31351f2d35 Merge branch 'main' into next 2024-11-13 02:43:29 +00:00
nocobase[bot]
e9faaf5ca4 docs: update changelogs 2024-11-13 02:29:09 +00:00
nocobase[bot]
0b043c4a5d Merge branch 'main' into next 2024-11-13 02:20:55 +00:00
nocobase[bot]
0987ce5094 chore(versions): 😊 publish v1.3.49-beta 2024-11-13 02:20:46 +00:00
nocobase[bot]
bd6894fb35 Merge branch 'main' into next 2024-11-13 02:03:46 +00:00
Junyi
eefad31179
fix(client): support o2o and m2m (array) to use file collection (#5637) 2024-11-13 09:54:24 +08:00
nocobase[bot]
f218c0b1c6 Merge branch 'main' into next 2024-11-13 01:14:09 +00:00
Chareice
4441602149
chore: console.log 2024-11-13 09:13:37 +08:00
ChengLei Shao
97b63b9b90
fix: import with m2m id field (#5623) 2024-11-13 09:13:26 +08:00
chenos
3c812362b2
feat: improve useAssociationFieldContext (#5642) 2024-11-12 23:43:31 +08:00
Katherine
4394f72b6d
feat: add support for block height setting in action panel (#5628)
* feat: add support for block height setting in action  panel

* fix: bug
2024-11-12 20:40:58 +08:00
nocobase[bot]
f4562998ef Merge branch 'main' into next 2024-11-12 12:21:50 +00:00
Katherine
586c515ff7
fix: reset issue that reverts filter button title to default (#5635)
* fix: reset issue that reverts filter button title to default

* fix: bug
2024-11-12 20:21:30 +08:00
chenos
1d508b8e96
feat: support summary props (#5640) 2024-11-12 20:10:00 +08:00
Sheldon Guo
66e0f02216
chore(in-app-message): update icon (#5638)
* fix(plugin-notification-manager): fix compile function bug

* fix(plugin-notification-in-app-message): update icon from MailOutlined to BellOutlined
2024-11-12 17:45:30 +08:00
Junyi
50146dc8c3
feat(plugin-workflow): support union key in collection event (#5627) 2024-11-12 15:45:51 +08:00
Katherine
dafc3a16a1
refactor: adjust default column width to 100 in table (#5625)
* refactor: adjust default column width to 100 in table

* fix: test
2024-11-12 15:20:50 +08:00
Katherine
6badfd8983
style: optimize mobile styling for reduced field spacing and a more compact display (#5605)
* style: mobile style improve

* style: action penal style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve
2024-11-12 15:05:00 +08:00
Katherine
ad563f37c6
fix: align right-fixed column in table (#5636) 2024-11-12 15:03:09 +08:00
gchust
903c48b1f0
chore: use rspack as the client-side build tool for the plugin (#5613)
* fix: change plugin build tool to rspack

* fix: bug

* fix: bug

* fix: bug

* feat: upgrade rspack

* feat: upgrade  rspack

* fix: rspack config

* fix: some plugins can't be loaded

* chore: update rspack

* chore: revert rspack version due to tests failing

* chore: update rspack to 1.0.14

* fix: missing tsconfig in rspack config

* fix: pro plugins build error

* fix: incorrect dependecies docs link

* fix: jshint dependency error

* chore: change all vite build to rspack

---------

Co-authored-by: dream2023 <1098626505@qq.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-11-12 14:05:34 +08:00
Junyi
3f86115f84
fix(plugin-workflow-loop): fix condition checking (#5634) 2024-11-12 12:25:51 +08:00
Junyi
e42c480d85
fix(plugin-notification-manager): fix template compiling (#5630) 2024-11-12 09:28:06 +08:00
Chareice
ea63b549ff
chore: commands 2024-11-11 21:53:26 +08:00
Chareice
416450d470
fix: filter target key with single item array 2024-11-11 21:51:48 +08:00
nocobase[bot]
af9465e2c8 Merge branch 'main' into next 2024-11-11 12:34:00 +00:00
Junyi
b7495a7757
fix(evaluators): change formula.js to default calculation engine (#5626) 2024-11-11 20:33:39 +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
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
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
Chareice
a56cd6742c
fix: list meta permission 2024-11-09 22:16:59 +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
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