nocobase[bot]
1af62daf9f
chore(versions): 😊 publish v1.6.19
2025-04-14 06:26:27 +00:00
nocobase[bot]
8b983f8913
chore(versions): 😊 publish v1.6.18
2025-04-11 13:05:40 +00:00
nocobase[bot]
aae9319f73
chore(versions): 😊 publish v1.6.17
2025-04-09 06:28:10 +00:00
nocobase[bot]
c37ea4d60a
chore(versions): 😊 publish v1.6.16
2025-04-03 07:15:19 +00:00
YANG QIA
12e6824153
fix(db): filterByTk
is ignored when both filter
and filterByTk
are used in o2m deletion ( #6606 )
...
* fix(db): `filterByTk` is ignored when both `filter` and `filterByTk` are used in o2m deletion
* test: add test
2025-04-01 23:28:41 +08:00
nocobase[bot]
71a55d6f10
chore(versions): 😊 publish v1.6.15
2025-04-01 12:59:02 +00:00
Junyi
54817e1453
feat(database): add trim option for text field ( #6603 )
2025-04-01 17:47:12 +08:00
Junyi
164772afb8
fix(database): fix datetimeNoTz field ( #6588 )
...
* fix(database): fix datetimeNoTz field
* fix(database): fix test case
2025-04-01 15:10:28 +08:00
Junyi
4c3255d455
feat(database): add trim option for string field ( #6565 )
...
* feat(database): add trim option for string field
* refactor(database): change to setDataValue instead of hooks
* fix(database): fix test case of view collection
2025-04-01 13:25:08 +08:00
YANG QIA
04e943a0b2
fix(m2m-array): error of filtering by fields in an association collection with a m2m array field ( #6596 )
...
* fix(m2m-array): error of filtering by fields in an association collection with a m2m array field
* test: add test
* feat: generateJoinOnForJSONArray
2025-04-01 11:00:59 +08:00
nocobase[bot]
26e30489da
chore(versions): 😊 publish v1.6.14
2025-03-29 03:46:43 +00:00
nocobase[bot]
cf09e64821
chore(versions): 😊 publish v1.6.13
2025-03-28 09:11:21 +00:00
nocobase[bot]
aad023cfc0
chore(versions): 😊 publish v1.6.12
2025-03-27 12:58:32 +00:00
nocobase[bot]
8773912c34
chore(versions): 😊 publish v1.6.11
2025-03-27 04:21:59 +00:00
nocobase[bot]
37ab4452ba
chore(versions): 😊 publish v1.6.10
2025-03-25 06:45:45 +00:00
nocobase[bot]
01ec734a58
chore(versions): 😊 publish v1.6.9
2025-03-23 03:34:33 +00:00
chenos
436af4b9f3
fix: runPluginStaticImports ( #6528 )
2025-03-23 08:59:28 +08:00
nocobase[bot]
e3b99cc75c
chore(versions): 😊 publish v1.6.8
2025-03-22 12:57:51 +00:00
chenos
2e737f74fd
chore: create-mock-database ( #6522 )
...
* chore: create-mock-database
* fix: mockDatabase
2025-03-21 12:14:31 +08:00
nocobase[bot]
3f75da95d3
chore(versions): 😊 publish v1.6.7
2025-03-20 09:48:46 +00:00
nocobase[bot]
727768bf71
chore(versions): 😊 publish v1.6.6
2025-03-18 15:15:17 +00:00
Junyi
7da1c200ed
feat(plugin-workflow-aggregate): add precision option ( #6491 )
2025-03-18 12:20:33 +08:00
ajie
30c612cb08
fix: unable to create a MySQL view ( #6477 )
...
* fix: unable to create a MySQL view
2025-03-18 11:47:25 +08:00
nocobase[bot]
2481e3f4ff
chore(versions): 😊 publish v1.6.5
2025-03-17 10:27:39 +00:00
nocobase[bot]
6bc55d4f9f
chore(versions): 😊 publish v1.6.4
2025-03-14 16:37:22 +00:00
nocobase[bot]
7281979cc3
chore(versions): 😊 publish v1.6.3
2025-03-13 16:32:19 +00:00
Junyi
3d8c27ff1b
fix(plugin-workflow-manual): fix migration ( #6445 )
...
* fix(plugin-workflow-manual): fix migration
* fix(plugin-workflow-manual): fix constraints key name
* test(plugin-workflow-manual): add test case and fix
* fix(plugin-workflow-manual): add migration to delete m2m fields
* fix(plugin-workflow-manual): fix esists check
* fix(plugin-workflow-manual): fix drop primary key in mysql
* fix(plugin-workflow-manual): ignore sqlite
* test(plugin-workflow-manual): check mysql
* test(plugin-workflow-manual): use isolate level on transaction
* test(plugin-workflow-manual): use described columns to check
2025-03-14 00:06:18 +08:00
nocobase[bot]
ed98b8c7af
chore(versions): 😊 publish v1.6.2
2025-03-12 08:00:54 +00:00
nocobase[bot]
00b7e0e0bd
chore(versions): 😊 publish v1.6.1
2025-03-11 10:14:56 +00:00
nocobase[bot]
e7dea7fdfb
chore(versions): 😊 publish v1.6.0
2025-03-11 05:29:43 +00:00
nocobase[bot]
c2e2344a83
chore(versions): 😊 publish v1.6.0-beta.19
2025-03-10 06:13:38 +00:00
nocobase[bot]
39f505360d
chore(versions): 😊 publish v1.6.0-beta.18
2025-03-09 23:29:10 +00:00
nocobase[bot]
06090aa0f6
chore(versions): 😊 publish v1.6.0-beta.17
2025-03-07 07:24:50 +00:00
nocobase[bot]
079401f2dc
Merge branch 'main' into next
2025-03-06 01:00:16 +00:00
YANG QIA
4b2b1da8ad
fix(db): the string sourceKeyValue
in relation repository is being converted to a number ( #6360 )
2025-03-06 08:59:52 +08:00
nocobase[bot]
c6c1a1e663
chore(versions): 😊 publish v1.5.21
2025-03-05 15:21:47 +00:00
nocobase[bot]
53e9ad38cd
chore(versions): 😊 publish v1.6.0-beta.16
2025-03-04 03:20:25 +00:00
nocobase[bot]
f1bd0a1f4d
chore(versions): 😊 publish v1.5.20
2025-03-03 03:57:16 +00:00
nocobase[bot]
33110193fe
chore(versions): 😊 publish v1.5.19
2025-03-01 06:20:47 +00:00
nocobase[bot]
1a64270a17
chore(versions): 😊 publish v1.5.18
2025-02-27 08:11:48 +00:00
nocobase[bot]
e360a4e12f
chore(versions): 😊 publish v1.5.17
2025-02-27 04:31:25 +00:00
nocobase[bot]
08f4d7eeb0
chore(versions): 😊 publish v1.6.0-beta.15
2025-02-27 04:27:59 +00:00
nocobase[bot]
8c801015d2
chore(versions): 😊 publish v1.6.0-beta.14
2025-02-27 01:13:54 +00:00
nocobase[bot]
220721d5d5
chore(versions): 😊 publish v1.6.0-beta.13
2025-02-26 15:01:33 +00:00
nocobase[bot]
d48adaac6a
Merge branch 'main' into next
2025-02-26 12:09:01 +00:00
Junyi
22869ca184
fix(plugin-file-manager): fix migration for inherited collection ( #6310 )
2025-02-26 20:08:35 +08:00
nocobase[bot]
2205172dd0
chore(versions): 😊 publish v1.5.16
2025-02-26 01:49:50 +00:00
nocobase[bot]
60b1bfc742
chore(versions): 😊 publish v1.6.0-beta.12
2025-02-26 00:09:44 +00:00
nocobase[bot]
32f77ffec3
chore(versions): 😊 publish v1.5.15
2025-02-25 00:54:07 +00:00
nocobase[bot]
b6f666e0d9
chore(versions): 😊 publish v1.6.0-beta.11
2025-02-24 12:10:09 +00:00