Katherine
0961c4399d
fix: association field detection to be based on type ( #6692 )
2025-04-17 11:44:38 +08:00
gchust
181c24c2a3
fix: layload errors if component not exist ( #6683 )
2025-04-16 20:40:32 +08:00
Junyi
8d8229f8ca
fix(client): fix upload component locale ( #6682 )
2025-04-16 18:40:05 +08:00
Junyi
baec449c03
fix(client): fix input component ( #6679 )
...
* fix(client): fix input component
* fix(client): remove useless definition
2025-04-16 12:33:46 +08:00
Katherine
0f21f483f7
fix: field assignment dropdown includes inherited fields ( #6666 )
2025-04-15 16:41:31 +08:00
nocobase[bot]
4da85db68b
chore(versions): 😊 publish v1.6.20
2025-04-14 15:35:54 +00:00
Zeke Zhang
7c1ccc73f6
fix: should not automatically redirect to hidden pages ( #6654 )
...
* fix: should not automatically redirect to hidden pages
* fix: replace getDefaultPageUid with findFirstPageRoute for improved readability
2025-04-14 18:40:10 +08:00
Zeke Zhang
3c9b99d812
fix: no prompt popup should be displayed after modifying the filter form ( #6657 )
2025-04-14 18:38:55 +08:00
Zeke Zhang
6d50f7e9b1
fix(FilterForm): do not trigger filtering when validation fails ( #6659 )
2025-04-14 18:35:59 +08:00
Zeke Zhang
c10579e57f
chore: add disabled prop to VariableSelect in RawTextArea
2025-04-14 16:12:04 +08:00
Katherine
9a0c644650
fix: enable multi-select not working ( #6661 )
2025-04-14 14:39:29 +08:00
nocobase[bot]
1af62daf9f
chore(versions): 😊 publish v1.6.19
2025-04-14 06:26:27 +00:00
Katherine
659e98039a
fix: label cutoff issue in horizontal layout with colon ( #6655 )
...
* fix: label cutoff issue in horizontal layout with colon
* fix: test
* fix: test
* fix: test
2025-04-13 21:34:03 +08:00
Zeke Zhang
c9b1c893e4
fix: add global style for LightBox to prevent image overlay issues ( #6651 )
2025-04-13 14:05:24 +08:00
Zeke Zhang
4bc16e52f2
fix(defaultValue): avoid directly displaying variable strings ( #6649 )
2025-04-13 14:03:51 +08:00
nocobase[bot]
8b983f8913
chore(versions): 😊 publish v1.6.18
2025-04-11 13:05:40 +00:00
Katherine
c509e5f9e2
fix: subtable description overlapping with add new button ( #6646 )
2025-04-11 14:26:12 +08:00
Junyi
32ae82bb31
refactor(client): add default type fallback api for ( #6644 )
2025-04-11 08:45:48 +08:00
Zeke Zhang
49a9c6365b
refactor: optimize prompt information ( #6641 )
...
* fix: update error block to display a custom image and improved messages when no pages are found
* feat: add no pages result display with custom message and icon in LayoutContent
* feat: add translations for UI editor prompts and update no pages message in multiple locales
* feat: add tip display when no pages are found in LayoutContent
* fix: ensure minimum height for mobile tab bar content
* fix: remove unnecessary margin from mobile action page styles and block initializer
2025-04-10 22:50:57 +08:00
Katherine
7886581f08
fix: dashed underline caused by horizontal form layout in modal ( #6639 )
...
* fix: dashed underline caused by horizontal form layout in modal
* fix: e2e test
2025-04-10 13:51:25 +08:00
nocobase[bot]
aae9319f73
chore(versions): 😊 publish v1.6.17
2025-04-09 06:28:10 +00:00
Katherine
d5f99d97df
fix: single-select field with 'contains' filter on mobile does not support multiple selection ( #6629 )
2025-04-07 16:02:51 +08:00
Katherine
aa59e0131f
fix: rule with 'any' condition does not take effect when condition li… ( #6628 )
...
* fix: rule with 'any' condition does not take effect when condition list is empty
* fix: bug
2025-04-07 16:02:45 +08:00
Junyi
46227c877f
fix(client): support to search field ( #6627 )
2025-04-07 15:29:18 +08:00
Katherine
5f6d7f2e0e
fix: variable parse failure when URL parameters contain Chinese characters ( #6618 )
2025-04-07 09:29:14 +08:00
Zeke Zhang
def3a0a388
fix: add headers to API request in AssociationFieldProvider ( #6619 )
...
* fix: add headers to API request in AssociationFieldProvider
* fix: handle optional dataSource in headers for API request in AssociationFieldProvider
2025-04-06 17:53:10 +08:00
Junyi
393b46a3bc
refactor(client): add trim API for Input and Variable.TextArea ( #6624 )
...
* refactor(client): add trim API for Input and Variable.TextArea
* fix(client): avoid trim property to be passed to inner component
2025-04-06 09:58:46 +08:00
Sheldon Guo
8f5ae04743
feat: enhance error handling with optional title in AppError component ( #6409 )
2025-04-04 19:29:49 +08:00
Katherine
235cbebf74
fix: issue with Gantt block in tree collection ( #6617 )
...
* fix: issue with Gantt block in tree collection
* fix: bug
* fix: test
2025-04-03 20:25:44 +08:00
nocobase[bot]
c37ea4d60a
chore(versions): 😊 publish v1.6.16
2025-04-03 07:15:19 +00:00
Katherine
1552245abc
fix: style issue of tooltip-icon in form fields ( #6615 )
2025-04-03 09:32:32 +08:00
Zeke Zhang
cf36a3216b
chore: add comment
2025-04-02 16:58:01 +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]
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
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
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
Katherine
69fac11204
fix: oneToMa ny e2e test ( #6601 )
2025-04-01 11:38:15 +08:00
chenos
c178c215a9
fix: to error message
2025-03-31 15:18:09 +08: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
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]
cf09e64821
chore(versions): 😊 publish v1.6.13
2025-03-28 09:11:21 +00: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
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
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]
8773912c34
chore(versions): 😊 publish v1.6.11
2025-03-27 04:21:59 +00:00
Katherine
0349edb42c
fix: issue with date field display in data scope filtering ( #6564 )
2025-03-26 20:03:52 +08:00