Jian Lu
9780d2a686
feat: add inst commond and pkg commond support .key
2025-03-25 15:11:10 +08:00
Jian Lu
cf3f6ba156
feat: add inst commond
2025-03-14 16:17:10 +08:00
nocobase[bot]
64e31cfdd2
Merge branch 'main' into next
2025-03-12 01:22:43 +00:00
chenos
9dfb75663a
fix: cannot find module 'typeof-article'
2025-03-12 09:22:07 +08:00
nocobase[bot]
8dde9da905
Merge branch 'main' into next
2025-03-11 21:21:14 +00:00
Sheldon Guo
69a44fff1a
fix(MessageConfigForm): add description for user selection and improve locale support ( #6424 )
2025-03-12 05:20:49 +08:00
mahuantest
955457c121
feat(locale): add translation of nl-NL (dutch) ( #6166 )
...
* feat(locale): add offset param to charts-query(backend)
* feat(locale): add offset param to charts-query(frontend)
* feat(locale): add translation of de-DE
* feat(locale): add translation of nl-NL (dutch)
---------
Co-authored-by: mahuan <1007409254@qq.com>
2025-03-11 22:19:26 +08:00
nocobase[bot]
3d963f2ca3
Merge branch 'main' into next
2025-03-11 13:53:07 +00:00
Katherine
e00b294cec
fix: public form style improve ( #6419 )
...
* fix: public form style improve
* fix: bug
2025-03-11 21:52:45 +08:00
nocobase[bot]
da31263ba6
Merge branch 'main' into next
2025-03-11 13:52:08 +00:00
Katherine
3e1b828fc7
fix: date field range selection excludes the max date ( #6418 )
2025-03-11 21:51:44 +08:00
nocobase[bot]
e760cf7353
Merge branch 'main' into next
2025-03-11 11:12:00 +00:00
nocobase[bot]
f76ce346f7
docs: update changelogs
2025-03-11 11:11:31 +00:00
nocobase[bot]
d24140771c
Merge branch 'main' into next
2025-03-11 10:15:58 +00:00
nocobase[bot]
00b7e0e0bd
chore(versions): 😊 publish v1.6.1
v1.6.1
2025-03-11 10:14:56 +00:00
nocobase[bot]
c14f852928
Merge branch 'main' into next
2025-03-11 08:13:59 +00:00
Zeke Zhang
ece3d10139
fix(globalOperators): handle null and empty array cases in function ( #6415 )
2025-03-11 16:13:34 +08:00
nocobase[bot]
bdfe4f5290
Merge branch 'main' into next
2025-03-11 07:17:11 +00:00
Sheldon Guo
d04bc83f2f
fix(InboxContent): add background color to layout content for better visibility ( #6417 )
2025-03-11 15:16:47 +08:00
nocobase[bot]
655adc2de0
Merge branch 'main' into next
2025-03-11 06:31:00 +00:00
Zeke Zhang
d90c17b3a4
feat: add deletePopupContext function to manage popup context storage ( #6411 )
2025-03-11 14:30:37 +08:00
nocobase[bot]
dffaaace94
Merge branch 'main' into next
2025-03-11 05:44:56 +00:00
Katherine
5ade85acd4
fix: multi-select field value changes and option loss when deleting subtable records ( #6405 )
2025-03-11 13:44:33 +08:00
nocobase[bot]
c6426e85b9
Merge branch 'main' into next
2025-03-11 05:30:38 +00:00
nocobase[bot]
e7dea7fdfb
chore(versions): 😊 publish v1.6.0
v1.6.0
2025-03-11 05:29:43 +00:00
nocobase[bot]
cd4ed1803b
chore(versions): 😊 publish v1.7.0-beta.1
v1.7.0-beta.1
2025-03-11 04:55:31 +00:00
xilesun
59efab8556
docs: update changelogs
2025-03-11 11:42:29 +08:00
Zeke Zhang
256b526800
fix(menuItemSettings): enhance route moving logic to support nested i… ( #6413 )
...
* fix(menuItemSettings): enhance route moving logic to support nested insertion
* fix(menuItemSettings): update position method from 'prepend' to 'insertBefore'
* fix: insertBefore
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2025-03-11 11:11:30 +08:00
mytharcher
1e3f988c48
Merge branch 'main' into next
2025-03-11 10:02:29 +08:00
Junyi
7d14ebf06f
fix(lugin-workflow-tasks): only use the provider in admin layout ( #6412 )
2025-03-11 10:00:34 +08:00
xilesun
eb25702d37
fix: merge ci
2025-03-11 09:56:55 +08:00
Zeke Zhang
45bfc0649f
fix: menu icon display issue ( #6410 )
2025-03-11 08:24:19 +08:00
Sheldon Guo
69c75566e0
fix(auth): user has no roles should redirect error message page ( #6408 )
2025-03-11 03:46:28 +08:00
Junyi
6d929de82e
fix(plugin-workflow-manual): fix task migration ( #6407 )
2025-03-11 00:00:28 +08:00
chenos
ded7b983fb
fix: use repository.firstOrCreate ( #6406 )
2025-03-10 22:49:17 +08:00
Katherine
8741c26a86
fix: formDrawer theme context issue ( #6403 )
2025-03-10 20:37:34 +08:00
Junyi
e5507d0758
refactor(plugin-workflow): change task center api and ui ( #6272 )
...
* refactor(plugin-workflow): change task center api and ui
* fix(client): add className property for Grid.Col
* refactor(plugin-workflow): adjust tasks menu style
* fix(plugin-workflow): fix menu title
* feat(plugin-workflow): automatically update tasks number
* fix(plugin-workflow): ignore ws if not exist
* fix(plugin-workflow): fix compatibility of no user approvals
* refactor(server): revert ws api back
* fix(plugin-workflow-manual): fix migration and renamed test cases
* fix(plugin-workflow): fix acl for task resource
* refactor(client): show badge number in toolbar
* fix(plugin-workflow): fix toolbar number
* fix(client): adjust badge font size
* refactor(plugin-workflow): adjust task center style and api
* fix(plugin-workflow-manual): fix constants
* refactor(plugin-workflow-manual): change legacy workflow todo block to list style
* test(plugin-workflow-manual): migrations
* refactor(plugin-workflow): add workflow title component
* fix(plugin-workflow-manual): fix e2e test cases
* fix(plugin-workflow): fix test kit
2025-03-10 19:58:33 +08:00
Katherine
4d1f28bf57
feat: compatible with historical button access control settings ( #6376 )
...
* feat: compatible with historical button access control settings
* fix: bug
2025-03-10 18:34:19 +08:00
Katherine
a8532e874a
fix: error when editing fields in external data source ( #6402 )
2025-03-10 17:04:15 +08:00
Junyi
58b5396c30
refactor(plugin-workflow-action-trigger): support to use end node to determine status ( #6399 )
2025-03-10 16:01:35 +08:00
nocobase[bot]
1320b59b2f
Merge branch 'main' into next
2025-03-10 06:39:03 +00:00
Zeke Zhang
e3123a4abb
refactor: remove useless code ( #6397 )
2025-03-10 14:38:41 +08:00
nocobase[bot]
c2e2344a83
chore(versions): 😊 publish v1.6.0-beta.19
v1.6.0-beta.19
2025-03-10 06:13:38 +00:00
nocobase[bot]
9ae5cf26ad
Merge branch 'main' into next
2025-03-10 03:18:17 +00:00
nocobase[bot]
70b0194e52
chore(versions): 😊 publish v1.5.26
v1.5.26
2025-03-10 03:17:56 +00:00
nocobase[bot]
bd3d3d3067
Merge branch 'main' into next
2025-03-10 02:53:58 +00:00
chenos
5cb6088db3
fix: mtime
2025-03-10 10:53:32 +08:00
nocobase[bot]
a7c35e84c6
Merge branch 'main' into next
2025-03-10 02:38:28 +00:00
chenos
8d62af75a0
fix: dist
2025-03-10 10:38:05 +08:00
chenos
c0d2c330ab
fix: useApp
2025-03-10 10:35:49 +08:00