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
YANG QIA
9e0600e273
fix(resourcer): prevent filterByTk arrays (> 100) from being converted to objects ( #8908 )
2026-03-19 15:19:40 +08:00
nocobase[bot]
c30b3bbc56
docs: update changelogs
2026-03-19 05:12:37 +00:00
nocobase[bot]
4aa6420806
chore(versions): 😊 publish v2.0.20
v2.0.20
2026-03-19 05:01:16 +00:00
Junyi
4176bdc055
fix(server): ignore some app events in worker ( #8906 )
2026-03-19 11:36:52 +08:00
Zeke Zhang
55b5de231d
fix(client): avoid stale table refresh ( #8897 )
...
* fix(client): avoid stale table refresh
* fix(client): address review comments
2026-03-19 09:11:13 +08:00
Drol
d94911cc49
fix(ai): data modeling missing system fields createdBy and updatedBy ( #8895 )
2026-03-18 18:34:16 +08:00
nocobase[bot]
2e26c49b3a
docs: update changelogs
2026-03-17 17:23:12 +00:00
nocobase[bot]
ce1d969721
chore(versions): 😊 publish v2.0.19
v2.0.19
2026-03-17 17:00:58 +00:00
chenos
d3d0fd5bcd
docs: update seo ( #8898 )
2026-03-17 23:37:39 +08:00
Junyi
66c507e805
fix(plugin-workflow): fix preparing not finished before stop ( #8894 )
...
* fix(plugin-workflow): fix preparing not finished before stop
* chore(plugin-workflow): add logs back
2026-03-17 20:32:50 +08:00
Junyi
1278c6c699
chore(plugin-action-import): optimize memory usage ( #8887 )
2026-03-17 20:32:20 +08:00
Drol
8c0bf19871
fix(ai): the specificed base URL dose not get effect in EmbeddingProvider ( #8892 )
2026-03-17 17:23:36 +08:00
chenos
ad9fa3ca1c
fix: update conf
2026-03-17 16:50:38 +08:00
chenos
5c3632fbe3
fix(docs): remove it,tr,uk,vi,id,th,pl,nl,cs,ar,he,hi,sv
2026-03-17 14:14:14 +08:00