4784 Commits

Author SHA1 Message Date
nocobase[bot]
d7d85d179e Merge branch 'main' into next 2025-04-02 08:59:03 +00:00
Zeke Zhang
cf36a3216b chore: add comment 2025-04-02 16:58:01 +08:00
katherinehhh
05284f29a8 Merge branch 'main' into next 2025-04-02 15:41:20 +08:00
Katherine
d2025ee76f
fix: field label display issue to prevent truncation by colon (#6599)
* fix: form field label truncation due to colon

* fix: test

* fix: bug
2025-04-02 14:54:09 +08:00
Katherine
6632c755d6
fix: x-disabled property not taking effect on form fields (#6610) 2025-04-02 11:32:33 +08:00
nocobase[bot]
994be1a2a1 chore(versions): 😊 publish v1.7.0-beta.13 2025-04-02 01:08:51 +00:00
nocobase[bot]
6a191f390c Merge branch 'main' into next 2025-04-01 15:29:17 +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
nocobase[bot]
de2e49acda Merge branch 'main' into next 2025-04-01 09:47:35 +00:00
Junyi
54817e1453
feat(database): add trim option for text field (#6603) 2025-04-01 17:47:12 +08:00
nocobase[bot]
3f3c7f3e91 Merge branch 'main' into next 2025-04-01 07:14:46 +00:00
Junyi
520ffa3e3e
fix(client): support disabled props for SchemaInitializerItem when has items (#6597)
* fix(client): support disabled props for SchemaInitializerItem when has items

* refactor(client): use default menu props for disabled
2025-04-01 15:14:23 +08:00
nocobase[bot]
ff57b76a0c Merge branch 'main' into next 2025-04-01 07:10:52 +00: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
nocobase[bot]
219a5875b8 Merge branch 'main' into next 2025-04-01 05:25:32 +00: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
nocobase[bot]
4f5097f3a1 Merge branch 'main' into next 2025-04-01 03:38:37 +00:00
Katherine
69fac11204
fix: oneToMa ny e2e test (#6601) 2025-04-01 11:38:15 +08:00
nocobase[bot]
e3c82ecf13 Merge branch 'main' into next 2025-04-01 03:01:21 +00: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
Katherine
cb96426ecd
feat: support configuring colon visibility in form field labels based on layout (#6561)
* feat:  support hiding colons in form field labels

* refactor: colon default value
2025-03-31 20:11:36 +08:00
nocobase[bot]
591bdc0c73 Merge branch 'main' into next 2025-03-31 07:19:05 +00:00
chenos
c178c215a9 fix: to error message 2025-03-31 15:18:09 +08:00
Katherine
39a07fe546
fix: build error for action props (#6594) 2025-03-31 14:59:14 +08:00
nocobase[bot]
963681b809 Merge branch 'main' into next 2025-03-31 06:42:41 +00:00
Katherine
a7775c25db
fix: association field (select) displaying N/A when exposing related collection fields (#6582)
* fix: association field (select) displaying N/A when exposing related collection fields

* fix: cascade issue: 'The value of xxx cannot be in array format' when deleting and re-selecting

* fix: bug
2025-03-31 14:42:16 +08:00
Katherine
22f521cf72
fix: submit and refresh buttons not displaying icon-only mode correctly (#6592) 2025-03-31 10:25:26 +08:00
nocobase[bot]
dfc0a2411a Merge branch 'main' into next 2025-03-31 01:27:33 +00:00
Katherine
c16d65ba7c
fix: cascade issue: 'The value of xxx cannot be in array format' when deleting and re-selecting (#6585)
* fix: cascade  issue: 'The value of xxx cannot be in array format' when deleting and re-selecting

* fix: bug

* fix: bug
2025-03-31 09:27:06 +08:00
nocobase[bot]
26e30489da chore(versions): 😊 publish v1.6.14 2025-03-29 03:46:43 +00:00
nocobase[bot]
1d40bd1b8a chore(versions): 😊 publish v1.7.0-beta.12 2025-03-28 11:44:46 +00:00
nocobase[bot]
cf09e64821 chore(versions): 😊 publish v1.6.13 2025-03-28 09:11:21 +00:00
chenos
9d3317fc45 Merge branch 'main' into next
# Conflicts:
#	packages/presets/nocobase/package.json
2025-03-28 15:00:16 +08:00
Zeke Zhang
9eaa47863d
fix: remove refreshComponent in Grid component (#6578)
* fix: remove refreshComponent in Grid component

* test: add e2e test for modal content persistence after reopening
2025-03-28 12:01:13 +08:00
nocobase[bot]
93a7035230 Merge branch 'main' into next 2025-03-28 03:01:43 +00:00
chenos
1b782c4f95
refactor: async tasks (#6531)
* refactor: async tasks

* refactor: selectWithTitle support optionRender

* refactor: adjust export filename

* fix: build error

* fix: export file name

---------

Co-authored-by: katherinehhh <katherine_15995@163.com>
2025-03-28 11:01:20 +08:00
nocobase[bot]
220321ac4e Merge branch 'main' into next 2025-03-27 15:00:34 +00:00
Katherine
eba3f79134
fix: linkage conflict between same-named association fields in different sub-tables within the same form (#6577)
* fix: linkage conflict between same-named association fields in different sub-tables within same form

* fix: bug
2025-03-27 23:00:04 +08:00
nocobase[bot]
aad023cfc0 chore(versions): 😊 publish v1.6.12 2025-03-27 12:58:32 +00:00
nocobase[bot]
c9f37e61e5 chore(versions): 😊 publish v1.7.0-beta.11 2025-03-27 10:10:25 +00:00
nocobase[bot]
45e6e7d448 chore(versions): 😊 publish v1.7.0-beta.10 2025-03-27 06:10:23 +00:00
nocobase[bot]
8773912c34 chore(versions): 😊 publish v1.6.11 2025-03-27 04:21:59 +00:00
Zeke Zhang
51a2d17f13
fix: adjust the font size displayed on the phone to 14px (#6570)
* refactor(plugin-mobile): rename GlobalStyle to ResetScrollbar for clarity

* fix: increase font size in InternalAdminLayout from 14 to 16

* fix: ensure button alignment in WorkbenchBlock styles
2025-03-27 11:13:58 +08:00
Zeke Zhang
9c6c612c4d
fix(layout): adjust height calculation for mobile support using dvh unit (#6571)
* fix(layout): adjust height calculation for mobile support using dvh unit

* feat: add createStyles import from antd-style for styling enhancements
2025-03-27 10:49:19 +08:00
Katherine
0349edb42c
fix: issue with date field display in data scope filtering (#6564) 2025-03-26 20:03:52 +08:00
nocobase[bot]
524f1b455b Merge branch 'main' into next 2025-03-26 07:40:54 +00:00
Junyi
46a3816d83
fix(client): only support plain text file to preview (#6563) 2025-03-26 15:40:30 +08:00
nocobase[bot]
0ce75be6bc Merge branch 'main' into next 2025-03-26 06:40:23 +00:00
Zeke Zhang
f7af0c4445
fix: ensure ellipsis property is correctly set in schema component props (#6520)
* fix: ensure ellipsis property is correctly set in schema component props

* fix: replace direct assignment with lodash set for ellipsis property in schema
2025-03-26 14:39:58 +08:00