Commit Graph
14428 Commits
Author SHA1 Message Date
Junyi c42accaaa9 fix(client): fix variable component label (#8988) 2026-03-29 23:42:15 +08:00
chenos 84c09a531a fix: typeof value !== 'string' 2026-03-29 23:05:44 +08:00
gchust 4a5ff0a185 fix: settings icon overlap (#8954)
* feat: improve settings icon

* fix: settings menu not open when hover settings icon

* fix: toolbar position is not correct in popup

* fix: bug in popup

* fix: incorrect tab title width

* chore: improve performance

* fix: test error

* chore: improve code
2026-03-29 20:29:12 +08:00
Rishabh Ranjan Singh f07a1c13ca fix: suppress verbose unzip output during bootstrap (#8984)
Reduce log noise by adding -q flag to unzip commands for LibreOffice
and Oracle Instant Client extraction. This eliminates ~5,000 log messages
per server start, reducing logging costs while maintaining visibility of
the extraction process through high-level status messages.
2026-03-29 13:00:37 +08:00
YANG QIA e90272ccdc fix(data-vi): chart query variable resolution on server (#8964)
* fix(data-vi): resolve chart query variables on server

* fix(data-vi): fix query builder ref declaration

* fix(data-vi): address query builder review feedback

* fix: test

* chore: optimize

* fix: review

* fix: reviews

* fix: component
2026-03-28 23:54:21 +08:00
nocobase[bot] 333407dc3c docs: update changelogs 2026-03-27 15:50:58 +00:00
nocobase[bot] 26eefed9f8 chore(versions): 😊 publish v2.0.28 v2.0.28 2026-03-27 15:38:29 +00:00
Jiann b0781ba54d fix(action-import-export): limit import and export configuration of multi-layer related fields (#8893)
* fix(action-import-export): align relation field option filtering

* fix(action-import-export): refine relation field nesting rules

* fix: hide disabled selection

* fix: export cases error
2026-03-27 12:02:41 +08:00
Jiann eee586dc0f fix: import error with plugin-space (#8968) 2026-03-27 10:39:07 +08:00
Jiann ad24a1f458 fix(data-visualization): respect fixed ACL params in chart queries (#8969)
Resolve chart ACL via getActionParams.\nKeep multi-space fixed filters on root queries.
2026-03-27 10:38:23 +08:00
Junyi 24203d7a01 fix(plugin-workflow-javascript): fix security issue (#8967) 2026-03-26 20:58:15 +08:00
Drol 48623bd85f style(ai): adjust the spacing between tool cards (#8965) 2026-03-26 20:20:20 +08:00
nocobase[bot] 6750a20b65 docs: update changelogs 2026-03-26 10:54:38 +00:00
nocobase[bot] 31c0899dc0 chore(versions): 😊 publish v2.0.27 v2.0.27 2026-03-26 10:42:51 +00:00
YANG QIA d77d0760ac fix(database): support belongsTo query by filter target key (#8949) 2026-03-26 18:13:57 +08:00
Junyi e69e968972 feat(plugin-workflow): add variable for page size parameter (#8951) 2026-03-26 09:41:59 +08:00
Jiann 51efcb41ef fix(flow): avoid leaking add-child sourceId to shared resource (#8872) 2026-03-26 09:38:56 +08:00
Junyi da2b23b21c fix(plugin-flow-engine): comment legacy uiSchema event out (#8957) 2026-03-25 23:41:57 +08:00
Junyi 7ed3dc2651 fix(server): fix syncMessageManager subscription (#8940)
* fix(server): fix syncMessageManager subscription

* fix(server): fix type of handleSyncMessage on plugin class

* fix(server): revert handleSyncMessage type on plugin

* fix(server): fix test cases
2026-03-25 22:41:17 +08:00
xilesun ddc4318d37 chore(ci): publish pkg registries per package 2026-03-25 22:38:31 +08:00
Zeke Zhang 0c9ba6c2a0 fix(association): omit 'style' from resolved options (#8956) 2026-03-25 21:57:44 +08:00
Jiann beccfbd467 fix: sanitize association with ctx.state (#8918)
* fix: sanitize association with ctx.state

* fix: case error

* fix: clone state

* fix: token renew use cache

* fix: case error

* fix: case error
2026-03-25 21:45:19 +08:00
xilesun ee7e41cabc chore(ci): limit pkg release scope 2026-03-25 21:17:21 +08:00
Jiann 129990c0ce docs(interface-builder): add custom request event flow docs (#8885) 2026-03-25 20:24:21 +08:00
nocobase[bot] 6010d88f44 docs: update changelogs 2026-03-25 11:19:53 +00:00
nocobase[bot] ef1b2c1273 chore(versions): 😊 publish v2.0.26 v2.0.26 2026-03-25 11:08:17 +00:00
PiEgg b199e135c4 fix(client): prevent empty display text from crashing field rendering (#8950) 2026-03-25 14:52:25 +08:00
chenos c5e9c0a78a fix: improve translation logic 2026-03-25 09:36:12 +08:00
chenos 79c4ba4a23 fix: skip auth notify (#8942) 2026-03-25 09:20:30 +08:00
Jiann 88cd1550ce fix: sync form item delete (#8857) 2026-03-24 21:01:58 +08:00
Jiann 23a8bdb2b5 fix(form): align horizontal form actions (#8869) 2026-03-24 20:59:31 +08:00
nocobase[bot] a16dd162de docs: update changelogs 2026-03-24 04:07:39 +00:00
nocobase[bot] a5b292f635 chore(versions): 😊 publish v2.0.25 v2.0.25 2026-03-23 17:50:40 +00:00
Junyi f22815ba1a fix(server): change pubsub close timing to beforeStop (#8934) 2026-03-24 00:47:06 +08:00
chenos d5b5defa2f fix: prevent localizationTexts:missing request on permission denial (#8903) 2026-03-22 23:01:11 +08:00
nocobase[bot] 8f9006d2f0 docs: update changelogs 2026-03-22 08:49:42 +00:00
nocobase[bot] 1357c21192 chore(versions): 😊 publish v2.0.24 v2.0.24 2026-03-22 08:38:06 +00:00
YANG QIA 3b1c2e7c07 fix(resourcer): filterByTk issue (#8929) 2026-03-22 15:00:48 +08:00
nocobase[bot] 2a16ac78c2 docs: update changelogs 2026-03-20 16:23:32 +00:00
nocobase[bot] 9c5afc3c07 chore(versions): 😊 publish v2.0.23 v2.0.23 2026-03-20 16:10:56 +00:00
Junyi 7374525e4b fix(database): use warning instead of error when any of appends parameters invalid (#8923) 2026-03-20 21:42:59 +08:00
nocobase[bot] f17971334f docs: update changelogs 2026-03-20 04:45:28 +00:00
nocobase[bot] b6e69d3cf1 chore(versions): 😊 publish v2.0.22 v2.0.22 2026-03-20 04:34:01 +00:00
mytharcher afd0bc3796 fix(plugin-workflow): fix executions filter 2026-03-20 11:27:42 +08:00
nocobase[bot] 1efcfc1dc3 docs: update changelogs 2026-03-20 01:38:17 +00:00
nocobase[bot] d1708d51f9 chore(versions): 😊 publish v2.0.21 v2.0.21 2026-03-20 01:27:20 +00:00
chenos f218ea3b42 feat: plugin examples 2026-03-20 07:10:20 +08:00
chenos 64f20bdb46 feat: update example description 2026-03-20 07:00:28 +08:00
Junyi 5248453fba feat(plugin-workflow): add filter for execution list (#8914) 2026-03-19 22:26:01 +08:00
Jiann 41c58fc461 fix(client): non-administrators cannot clear associated field values (#8904)
* fix(client): mark association fields as update targets

* fix: association field test cases error
2026-03-19 17:00:30 +08:00