nocobase[bot]
|
a2dc41229f
|
chore(versions): 😊 publish v1.7.0-beta.5
v1.7.0-beta.5
|
2025-03-18 00:49:54 +00:00 |
|
Katherine
|
029c8dff63
|
feat: support inline table actions with icon-only mode, show action n… (#6451)
* feat: support inline table actions with icon-only mode, show action name on hover
* fix: bug
* fix: bug
|
2025-03-17 20:46:10 +08:00 |
|
nocobase[bot]
|
968a11d6d2
|
Merge branch 'main' into next
|
2025-03-17 11:08:04 +00:00 |
|
nocobase[bot]
|
fd5c247503
|
docs: update changelogs
|
2025-03-17 11:07:38 +00:00 |
|
nocobase[bot]
|
c2221ca5b8
|
Merge branch 'main' into next
|
2025-03-17 10:27:56 +00:00 |
|
nocobase[bot]
|
2481e3f4ff
|
chore(versions): 😊 publish v1.6.5
v1.6.5
|
2025-03-17 10:27:39 +00:00 |
|
nocobase[bot]
|
f8611384bd
|
Merge branch 'main' into next
|
2025-03-17 08:21:32 +00:00 |
|
Katherine
|
62c06c7ac3
|
fix: rich text field not clearing data on submission (#6486)
|
2025-03-17 16:21:10 +08:00 |
|
nocobase[bot]
|
cfebd5e0d2
|
Merge branch 'main' into next
|
2025-03-17 08:01:11 +00:00 |
|
Junyi
|
dbb079ba18
|
fix(plugin-workflow-manual): fix migration (#6487)
* fix(plugin-workflow-manual): fix migration
* fix(plugin-workflow-manual): fix test cases
|
2025-03-17 16:00:48 +08:00 |
|
nocobase[bot]
|
da6a21bf9a
|
Merge branch 'main' into next
|
2025-03-17 04:28:08 +00:00 |
|
Junyi
|
26d858ae18
|
fix(plugin-workflow-manual): fix migration (#6484)
|
2025-03-17 12:27:42 +08:00 |
|
nocobase[bot]
|
1537d616a4
|
Merge branch 'main' into next
|
2025-03-17 02:36:06 +00:00 |
|
Zeke Zhang
|
ed35d0995e
|
fix: add colorTextHeaderMenu token to CSSVariableProvider
|
2025-03-17 10:35:42 +08:00 |
|
nocobase[bot]
|
6b451c1a57
|
Merge branch 'main' into next
|
2025-03-17 02:32:51 +00:00 |
|
Zeke Zhang
|
0cc83299f8
|
feat: add colorTextHeaderMenu variable for header menu styling (#6482)
|
2025-03-17 10:32:25 +08:00 |
|
Katherine
|
06405a62b7
|
refactor: optimize enabling the index column (#6481)
|
2025-03-17 10:26:08 +08:00 |
|
nocobase[bot]
|
09b9847697
|
Merge branch 'main' into next
|
2025-03-17 02:18:47 +00:00 |
|
Junyi
|
f18ddcdad8
|
fix(plugin-workflow-manaul): fix workflow title field in filter (#6480)
|
2025-03-17 10:18:24 +08:00 |
|
nocobase[bot]
|
743a9c755e
|
Merge branch 'main' into next
|
2025-03-17 02:10:02 +00:00 |
|
Katherine
|
34528c4b0c
|
fix: calendar block not displaying events on boundary dates (#6463)
* fix: calendar block not displaying events on boundary dates
* fix: bug
|
2025-03-17 10:09:38 +08:00 |
|
nocobase[bot]
|
51071f40d5
|
Merge branch 'main' into next
|
2025-03-17 01:35:16 +00:00 |
|
Katherine
|
982c6fd5bf
|
fix: configureActions undefined (#6479)
|
2025-03-17 09:34:53 +08:00 |
|
nocobase[bot]
|
ca09100027
|
Merge branch 'main' into next
|
2025-03-17 00:54:52 +00:00 |
|
Junyi
|
5144d47eb9
|
refactor(plugin-file-manager): refactor file url generating (#6472)
* refactor(plugin-file-manager): change file url generation to a better way
* fix(plugin-file-manager): use url field first
* fix(client): remove unused function call
* fix(plugin-file-manager): fix test cases
* fix: local getURL
* fix: md5
* fix: getFileURL
* fix(plugin-file-manager): fix FileModel class
* fix: use DeleteObjectCommand
* fix(plugin-file-manager): fix package version and require
* test(plugin-file-manager): fix test cases
* fix: storageInstance
* fix: test case error
* fix: url-join
* fix: autoGenId false
* fix: url
* fix: file.url
* fix: file preview
* fix: test error
* fix: isURL
* fix: only
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2025-03-17 08:54:26 +08:00 |
|
nocobase[bot]
|
6204d7e08b
|
Merge branch 'main' into next
|
2025-03-16 17:05:49 +00:00 |
|
Junyi
|
ec618b06c8
|
fix(plugin-workflow-manaul): fix migration (#6478)
* fix(plugin-workflow-manaul): fix migration
* fix(plugin-workflow-manaul): fix migration
|
2025-03-17 01:05:26 +08:00 |
|
nocobase[bot]
|
cc56b6f1d5
|
Merge branch 'main' into next
|
2025-03-16 09:42:43 +00:00 |
|
Zeke Zhang
|
a2b34a1b44
|
fix(filter-provider): handle potential null reference in clearSelection method (#6475)
|
2025-03-16 17:42:23 +08:00 |
|
nocobase[bot]
|
b42d4ef762
|
Merge branch 'main' into next
|
2025-03-16 07:04:44 +00:00 |
|
Junyi
|
cba610ecc8
|
fix(plugin-workflow): fix tasks count (#6474)
* fix(plugin-workflow): fix tasks count
* fix(plugin-workflow): add filter
* fix(plugin-workflow): always refresh all counts
* refactor(plugin-workflow): change to delete tasks when workflow deleted
* feat(plugin-workflow): add reload when click menu link
|
2025-03-16 15:04:20 +08:00 |
|
nocobase[bot]
|
0fd44d20ac
|
Merge branch 'main' into next
|
2025-03-15 15:38:08 +00:00 |
|
chenos
|
fd7c839228
|
fix: migration error (#6470)
* fix: migration error
* fix: test case
* fix(plugin-workflow-manual): fix migration
* fix(plugin-workflow-manual): remove useless code
* test(plugin-workflow-manual): add more case
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
|
2025-03-15 23:37:46 +08:00 |
|
nocobase[bot]
|
09173155db
|
Merge branch 'main' into next
|
2025-03-15 14:27:51 +00:00 |
|
Junyi
|
e1f7e94e0d
|
fix(plugin-workflow-aggregate): fix round on null result (#6473)
|
2025-03-15 22:27:31 +08:00 |
|
xilesun
|
37a1f298c5
|
chore: remove unnecessary folders
|
2025-03-15 19:03:56 +08:00 |
|
nocobase[bot]
|
6a1a8ee670
|
chore(versions): 😊 publish v1.7.0-beta.4
v1.7.0-beta.4
|
2025-03-14 17:34:44 +00:00 |
|
nocobase[bot]
|
ec606f624f
|
Merge branch 'main' into next
|
2025-03-14 16:58:35 +00:00 |
|
nocobase[bot]
|
2fd8cf44b7
|
docs: update changelogs
|
2025-03-14 16:58:10 +00:00 |
|
nocobase[bot]
|
d3d8161d46
|
Merge branch 'main' into next
|
2025-03-14 16:38:04 +00:00 |
|
nocobase[bot]
|
6bc55d4f9f
|
chore(versions): 😊 publish v1.6.4
v1.6.4
|
2025-03-14 16:37:22 +00:00 |
|
nocobase[bot]
|
684230b6e3
|
Merge branch 'main' into next
|
2025-03-14 14:19:44 +00:00 |
|
Junyi
|
4b91d890cf
|
refactor(utils): move md5 to utils (#6468)
* refactor(utils): move md5 to utils
* fix(utils): fix export
* fix(utils): add missed file
|
2025-03-14 22:19:20 +08:00 |
|
nocobase[bot]
|
96569b9ae1
|
Merge branch 'main' into next
|
2025-03-14 13:34:29 +00:00 |
|
chenyongxin
|
705e167dc4
|
feat: cascade selection component add dataScope setting (#6386)
* feat: cascade select filter parameter extension
* feat: cascade selection component add dataScope setting
* fix: remove useless import
|
2025-03-14 21:34:05 +08:00 |
|
nocobase[bot]
|
f0bd857df3
|
Merge branch 'main' into next
|
2025-03-14 12:18:42 +00:00 |
|
chenos
|
7331cc78f5
|
fix: unable to delete files stored in S3 (#6467)
|
2025-03-14 20:18:14 +08:00 |
|
nocobase[bot]
|
2b6583ea60
|
Merge branch 'main' into next
|
2025-03-14 07:01:36 +00:00 |
|
chenos
|
cc524c45fe
|
fix: encode (#6464)
|
2025-03-14 15:01:14 +08:00 |
|
nocobase[bot]
|
bf30c8f67d
|
Merge branch 'main' into next
|
2025-03-14 05:19:45 +00:00 |
|