5119 Commits

Author SHA1 Message Date
Zeke Zhang
fed779fcaa
fix(sub-form): should also clear default values when deleting sub-form (#7038)
* fix: reorder imports in MobilePicker component for better readability

* fix: update ToManyNester to mark new records when adding to the list

* fix: ensure initialValue is updated when removing items from ToManyNester
2025-06-10 20:40:38 +08:00
Zeke Zhang
ca2b0edacf
fix: clear form validators in filter block action props (#6975)
* fix: clear form validators in filter block action props

* fix: remove validation rules from filter form fields to ensure filter button functionality

* fix: add FlagProvider to FilterFormBlockProvider and clear form validators in filter forms

* fix: ensure initial value is set correctly in NanoIDInput when not in filter form block
2025-06-10 17:19:38 +08:00
Katherine
ccc4bacd0e
fix: select field options not working in filter form linkage rules (#7035) 2025-06-10 12:01:10 +08:00
Zeke Zhang
bff824d1c6 test: skip drawer button test in Action.Drawer without Action 2025-06-10 09:17:11 +08:00
nocobase[bot]
f64883eb35 chore(versions): 😊 publish v1.7.6 2025-06-09 14:11:28 +00:00
Zeke Zhang
bcc4c33fa6
fix(mobile-popup): optimize the lag issue of the popup window (#7029)
* fix: enhance popup container management and accessibility attributes

* fix: improve loading state handling in withSkeletonComponent HOC

* fix: ensure safe invocation of setFormValueChanged in SubTable component

* fix: change closeOnSwipe to destroyOnClose in ActionDrawerUsedInMobile

* fix: add comment to clarify popup container issue for mobile adaptation

* fix: add desktop check in usePopupContainer to prevent popup container creation on mobile
2025-06-09 21:46:50 +08:00
Katherine
8542aac1f1
style: action link style improve (#7025) 2025-06-09 10:59:22 +08:00
Zeke Zhang
5a54d8112e
fix: update required field handling in TableColumnDecorator (#7022)
* fix: update required field handling in TableColumnDecorator

* test: skip 'Assign field values' test case in actions schema settings
2025-06-08 22:51:28 +08:00
Zeke Zhang
ebe71db6dc
fix: optimize variable value retrieval and condition checks in linkag… (#7008)
* fix: optimize variable value retrieval and condition checks in linkage rules

* test: add test for clearing relationship field in subtable and its impact on current object variable

* test(e2e): integrate FlagProvider with MarkdownVoid component

* test(e2e): fix: correct label for DatePicker in defaultValue test

* test(e2e): correct typo in 'Users Use Current popup' text
2025-06-08 16:19:16 +08:00
Zeke Zhang
225d24c5fa
fix: resolve the filter block parameter error problem (#6966)
* feat: store current filter conditions for use in other filter blocks

* test(e2e): correct label for date picker in defaultValue test

* test(e2e): update list block schema settings to include description in edit option
2025-06-08 15:07:48 +08:00
ajie
74a02539d5
fix: resolve external data source view reading error in block (#7017) 2025-06-08 14:40:41 +08:00
Zeke Zhang
a818a09408
fix: improve MoveToMenuItem logic and formatting (#7005) 2025-06-08 10:59:14 +08:00
nocobase[bot]
78a54abcaf chore(versions): 😊 publish v1.7.5 2025-06-07 11:14:30 +00:00
Junyi
75ff573357
fix(client): fix assigned field variable scope (#7012) 2025-06-07 17:48:46 +08:00
ajie
54e6ed7283
fix: add missing createdById and lastUpdatedById fields in import xlsx (#7011)
* fix: add missing createdById and lastUpdatedById fields in import xlsx

* fix: add missing createdById and lastUpdatedById fields in import xlsx
2025-06-07 10:17:08 +08:00
nocobase[bot]
9a45c52134 chore(versions): 😊 publish v1.7.4 2025-06-06 16:19:53 +00:00
Zeke Zhang
29ee698926
fix(association-field): improve viewer handling in RenderRecord and filter properties (#7002) 2025-06-06 21:14:35 +08:00
Katherine
b324374521
fix: markdown block linkage rules not working when triggered by modal button (#7007) 2025-06-06 16:14:03 +08:00
nocobase[bot]
f7de56d846 chore(versions): 😊 publish v1.7.3 2025-06-06 06:29:23 +00:00
Katherine
9d64189a5b
fix: switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) 2025-06-06 11:49:52 +08:00
Katherine
171cddf564
fix: field style linkage rules not working (#7003) 2025-06-06 11:21:37 +08:00
Katherine
40f9acbe29
fix: missing field title when setting variable in assignment component (#7001) 2025-06-06 10:42:48 +08:00
nocobase[bot]
472f9534a6 chore(versions): 😊 publish v1.7.2 2025-06-05 09:17:22 +00:00
Zeke Zhang
09f1c93dfc
fix(menuItemSettings): add placeholders to prevent hidden options (#6997) 2025-06-05 15:07:44 +08:00
Katherine
fa52f1bbe1
fix: client test (#6992)
* fix: client test

* fix: test

* fix: test
2025-06-05 09:31:44 +08:00
Katherine
e75d285c16
fix: missing field title in assignedField component (#6987) 2025-06-04 15:25:59 +08:00
nocobase[bot]
555021ed2e chore(versions): 😊 publish v1.7.1 2025-06-04 04:07:52 +00:00
Zeke Zhang
0de5cc5511 Revert "fix: field visibility issues in block templates caused by duplicate API requests (#6957)"
This reverts commit 526c0c5b5d331dd1da1bd09c28d7375d0fbae61b.
2025-06-04 11:43:59 +08:00
nocobase[bot]
e4ff6557ef chore(versions): 😊 publish v1.7.0 2025-06-03 16:21:11 +00:00
nocobase[bot]
629f0470d9 Merge branch 'main' into next 2025-06-03 14:30:29 +00:00
Zeke Zhang
526c0c5b5d
fix: field visibility issues in block templates caused by duplicate API requests (#6957)
* feat: add block template context management in TemplateBlockProvider and BlockTemplate

* feat: enhance template block context management and improve data request handling

* fix: remove loading spinner from InternalDetailsBlockProvider

* fix: simplify conditional check for empty data in Details component

* fix: improve block template detection logic with depth check

* fix: handle potential null value from useDataBlockRequest
2025-06-03 22:29:59 +08:00
Zeke Zhang
a37b3b81cf Merge branch 'main' into next 2025-06-03 22:20:50 +08:00
Zeke Zhang
e5f497dbda
fix: resolve UI refresh issue (#6977)
* test(e2e): update visibility checks for blocks in schema initializer tests

* fix: remove deprecated useCollectionManager from DetailsBlockProvider

* feat: add refreshComponent to Grid for improved schema updates

* fix: update text in popup router tests for consistency

* test(e2e): update text in e2e tests for consistency and visibility

* test(e2e): update toolbar visibility handling for E2E testing

* test(e2e): skip modal content persistence test after configuration
2025-06-03 22:00:50 +08:00
nocobase[bot]
477f52f6f4 chore(versions): 😊 publish v1.6.38 2025-06-03 12:46:58 +00:00
nocobase[bot]
b8bd28dc16 Merge branch 'main' into next 2025-06-03 12:24:58 +00:00
YANG QIA
ebc8b35286
fix: performance issue caused by expired token cleanup (#6981) 2025-06-03 20:24:28 +08:00
gchust
862670ac94
chore: update block templates table style (#6980)
* chore: update block template table style

* fix: i18n
2025-06-03 17:38:35 +08:00
nocobase[bot]
6bb4242430 Merge branch 'main' into next 2025-06-03 03:27:24 +00:00
Zeke Zhang
f713db3cc4
fix: fix the issue that blocks cannot be created normally in popups (#6961) 2025-06-03 11:27:01 +08:00
Zeke Zhang
83fa9ef964
fix: temporarily disable bug-causing logic in getShouldChange function (#6974) 2025-06-03 11:25:29 +08:00
nocobase[bot]
ef0dcdf4fa Merge branch 'main' into next 2025-06-03 03:23:56 +00:00
Zeke Zhang
b6fbd86ce8
feat: add ellipsis prop to ButtonList and RenderRecord for better text handling (#6967) 2025-06-03 11:23:33 +08:00
nocobase[bot]
ef36adee8d Merge branch 'main' into next 2025-06-03 03:22:31 +00:00
Zeke Zhang
667fd4119b
fix: handle array values in ReadPretty.Input component (#6968) 2025-06-03 11:22:06 +08:00
nocobase[bot]
525ebb619c Merge branch 'main' into next 2025-06-01 09:43:44 +00:00
Zeke Zhang
a224001005 test: fix frontend unit test errors 2025-06-01 17:42:37 +08:00
nocobase[bot]
69f1086f06 Merge branch 'main' into next 2025-05-30 12:43:55 +00:00
Zeke Zhang
1a31ccc2b0
fix: issue where filter form default values are invalid in sub-pages (#6960)
* fix: increase filter debounce delay from 100ms to 500ms

* fix: update dependency in useDoFilter to trigger on doFilter change
2025-05-30 20:43:29 +08:00
nocobase[bot]
3c5cbd4793 Merge branch 'main' into next 2025-05-30 12:41:43 +00:00
Katherine
3804ca23c9
fix: unable to expand association fields from external data sources in role data scope settings (#6958) 2025-05-30 20:41:17 +08:00