Zeke Zhang
a818a09408
fix: improve MoveToMenuItem logic and formatting ( #7005 )
2025-06-08 10:59:14 +08:00
nocobase[bot]
6724081c71
docs: update changelogs
2025-06-07 11:24:32 +00:00
nocobase[bot]
78a54abcaf
chore(versions): 😊 publish v1.7.5
v1.7.5
2025-06-07 11:14:30 +00:00
Junyi
719a254668
fix(plugin-workflow): fix collection trigger when create without changed field ( #7015 )
2025-06-07 18:52:30 +08:00
Junyi
75ff573357
fix(client): fix assigned field variable scope ( #7012 )
2025-06-07 17:48:46 +08:00
chenos
23d9be01e0
Update Dockerfile-cn
2025-06-07 16:46:53 +08:00
ajie
54e6ed7283
fix: add missing createdById and lastUpdatedById fields in import xlsx ( #7011 )
...
* fix: add missing createdById and lastUpdatedById fields in import xlsx
* fix: add missing createdById and lastUpdatedById fields in import xlsx
2025-06-07 10:17:08 +08:00
nocobase[bot]
45a80469bf
docs: update changelogs
2025-06-06 16:29:10 +00:00
nocobase[bot]
9a45c52134
chore(versions): 😊 publish v1.7.4
v1.7.4
2025-06-06 16:19:53 +00:00
ajie
588009f56a
fix: fix the issue of multiple executions during async import ( #7006 )
2025-06-06 21:23:45 +08:00
Zeke Zhang
29ee698926
fix(association-field): improve viewer handling in RenderRecord and filter properties ( #7002 )
2025-06-06 21:14:35 +08:00
YANG QIA
4dd192f440
fix(localization): resolve error caused by empty texts ( #7010 )
2025-06-06 21:12:31 +08:00
chenos
35de1afdd3
Update Dockerfile ( #7009 )
...
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile
2025-06-06 18:23:18 +08:00
Katherine
b324374521
fix: markdown block linkage rules not working when triggered by modal button ( #7007 )
2025-06-06 16:14:03 +08:00
nocobase[bot]
1ba3bde2e4
docs: update changelogs
2025-06-06 06:38:16 +00:00
nocobase[bot]
f7de56d846
chore(versions): 😊 publish v1.7.3
v1.7.3
2025-06-06 06:29:23 +00:00
Katherine
9d64189a5b
fix: switching page in subtable of detail block within modal triggers unsaved changes warning ( #7004 )
2025-06-06 11:49:52 +08:00
Katherine
171cddf564
fix: field style linkage rules not working ( #7003 )
2025-06-06 11:21:37 +08:00
Katherine
40f9acbe29
fix: missing field title when setting variable in assignment component ( #7001 )
2025-06-06 10:42:48 +08:00
Junyi
1a3c0166d2
fix(plugin-workflow): fix filter fields ( #6995 )
...
* fix(plugin-workflow): fix filter fields
* chore(plugin-workflow): remove useless comment
2025-06-06 09:20:31 +08:00
nocobase[bot]
2d28096708
docs: update changelogs
2025-06-05 09:25:48 +00:00
nocobase[bot]
472f9534a6
chore(versions): 😊 publish v1.7.2
v1.7.2
2025-06-05 09:17:22 +00:00
Zeke Zhang
09f1c93dfc
fix(menuItemSettings): add placeholders to prevent hidden options ( #6997 )
2025-06-05 15:07:44 +08:00
Junyi
0da92b398e
fix(plugin-action-bulk-edit): use filterByTk instead of filter when under selected mode ( #6994 )
2025-06-05 13:10:30 +08:00
Junyi
8a20d83dcf
fix(plugin-workflow): auto create stats for workflows ( #6993 )
2025-06-05 09:31:58 +08:00
Katherine
fa52f1bbe1
fix: client test ( #6992 )
...
* fix: client test
* fix: test
* fix: test
2025-06-05 09:31:44 +08:00
Junyi
ef6602fc5e
fix(plugin-workflow): fix filter when switch tab ( #6989 )
2025-06-04 22:21:46 +08:00
Katherine
e75d285c16
fix: missing field title in assignedField component ( #6987 )
2025-06-04 15:25:59 +08:00
nocobase[bot]
438600236a
docs: update changelogs
2025-06-04 04:16:20 +00:00
nocobase[bot]
555021ed2e
chore(versions): 😊 publish v1.7.1
v1.7.1
2025-06-04 04:07:52 +00:00
Zeke Zhang
0de5cc5511
Revert "fix: field visibility issues in block templates caused by duplicate API requests ( #6957 )"
...
This reverts commit 526c0c5b5d331dd1da1bd09c28d7375d0fbae61b.
2025-06-04 11:43:59 +08:00
Junyi
a5e104bac4
fix(plugin-public-forms): support to use url parameter as variable ( #6973 )
2025-06-04 09:41:21 +08:00
Junyi
f4740cd186
fix(plugin-workflow-manual): fix initializer on external datasource ( #6983 )
2025-06-04 09:26:24 +08:00
bugstark
5dd58a55f7
feat(data-vi): support multiplication and division in chart transformation configuration ( #6788 )
2025-06-04 08:12:08 +08:00
nocobase[bot]
e4ff6557ef
chore(versions): 😊 publish v1.7.0
v1.7.0
2025-06-03 16:21:11 +00:00
xilesun
105db1e850
docs: update changelogs
2025-06-03 22:52:56 +08:00
nocobase[bot]
629f0470d9
Merge branch 'main' into next
2025-06-03 14:30:29 +00:00
Zeke Zhang
526c0c5b5d
fix: field visibility issues in block templates caused by duplicate API requests ( #6957 )
...
* feat: add block template context management in TemplateBlockProvider and BlockTemplate
* feat: enhance template block context management and improve data request handling
* fix: remove loading spinner from InternalDetailsBlockProvider
* fix: simplify conditional check for empty data in Details component
* fix: improve block template detection logic with depth check
* fix: handle potential null value from useDataBlockRequest
2025-06-03 22:29:59 +08:00
Zeke Zhang
a37b3b81cf
Merge branch 'main' into next
2025-06-03 22:20:50 +08:00
Zeke Zhang
e5f497dbda
fix: resolve UI refresh issue ( #6977 )
...
* test(e2e): update visibility checks for blocks in schema initializer tests
* fix: remove deprecated useCollectionManager from DetailsBlockProvider
* feat: add refreshComponent to Grid for improved schema updates
* fix: update text in popup router tests for consistency
* test(e2e): update text in e2e tests for consistency and visibility
* test(e2e): update toolbar visibility handling for E2E testing
* test(e2e): skip modal content persistence test after configuration
2025-06-03 22:00:50 +08:00
nocobase[bot]
51aed6226e
Merge branch 'main' into next
2025-06-03 12:56:02 +00:00
nocobase[bot]
a00f9cf573
docs: update changelogs
2025-06-03 12:55:34 +00:00
nocobase[bot]
4cd185656e
Merge branch 'main' into next
2025-06-03 12:47:25 +00:00
nocobase[bot]
477f52f6f4
chore(versions): 😊 publish v1.6.38
v1.6.38
2025-06-03 12:46:58 +00:00
nocobase[bot]
b8bd28dc16
Merge branch 'main' into next
2025-06-03 12:24:58 +00:00
YANG QIA
ebc8b35286
fix: performance issue caused by expired token cleanup ( #6981 )
2025-06-03 20:24:28 +08:00
gchust
862670ac94
chore: update block templates table style ( #6980 )
...
* chore: update block template table style
* fix: i18n
2025-06-03 17:38:35 +08:00
nocobase[bot]
6bb4242430
Merge branch 'main' into next
2025-06-03 03:27:24 +00:00
Zeke Zhang
f713db3cc4
fix: fix the issue that blocks cannot be created normally in popups ( #6961 )
2025-06-03 11:27:01 +08:00
Zeke Zhang
83fa9ef964
fix: temporarily disable bug-causing logic in getShouldChange function ( #6974 )
2025-06-03 11:25:29 +08:00