10186 Commits

Author SHA1 Message Date
Katherine
7b8a3f8c52
refactor: date field filter component style improve (#7066) 2025-06-13 20:22:55 +08:00
Junyi
391bd26647
fix(plugin-workflow-loop): fix continue on false (#7063) 2025-06-13 18:29:01 +08:00
chenos
c790c2bfea
fix: cannot read properties of undefined (reading 'setMaaintainingMessage') (#7064) 2025-06-13 17:43:27 +08:00
Zeke Zhang
2fa26828d2
feat: add quick copy plugin (#6954)
* Revert "Revert "feat: new plugin `plugin-input-copy-button` (#6894)""

This reverts commit 49511e2dd6656c72b79f9bd05f61ed7673b1d075.

* Revert "Revert "fix: improve visibility toggle for input copy button on mouse events""

This reverts commit 9137ad651506718626f22ee48bd8c839baf6bf91.

* fix: update version to 1.6.34 for input copy button plugin

* fix: adjust margin style for InputCopyButton based on field readPretty state

* fix: remove unused keywords from package.json for input copy button plugin

* fix: add input copy button plugin to dependencies in package.json

* fix: update version of input copy button plugin to 1.6.36

* chore: update version of @nocobase/plugin-input-copy-button to 1.7.10

* refactor: rename to plugin-text-copy

* fix: update translation key from 'Show copy button' to 'Display copy button'

* fix: add optional chaining to event listener for safety

* test(e2e): update visibility check for 'Data sources' menu item in plugin settings permissions test
2025-06-12 23:50:30 +08:00
nocobase[bot]
d7c4579fbb docs: update changelogs 2025-06-12 07:43:29 +00:00
Junyi
709c9b113a
fix(client): fix upload hint (#7057) 2025-06-12 15:32:13 +08:00
nocobase[bot]
7ce98e9158 chore(versions): 😊 publish v1.7.10 v1.7.10 2025-06-12 07:08:59 +00:00
Sheldon Guo
b5908d7501
fix: add optional chaining to handler rejection check in APIClient (#7054) 2025-06-12 12:27:38 +08:00
Zeke Zhang
592034e2ff
fix: update linkage rules to return combined field and variable values (#7050) 2025-06-12 11:41:01 +08:00
ajie
1b1eb63d82
Revert "fix: resolve permission error for many-to-many(many) fields in data t…" (#7053)
This reverts commit 782a52042071df74e25e76eb299cea89104db45f.
2025-06-12 10:44:36 +08:00
Katherine
41990c6153
fix: auto-closing issue when configuring fields in the secondary popu… (#7052)
* fix: auto-closing issue when configuring fields in the secondary popup form

* fix: bug
2025-06-12 10:37:37 +08:00
YANG QIA
3b91184b5a
Update CHANGELOG.zh-CN.md 2025-06-12 10:31:14 +08:00
xilesun
fd4900b1b3 docs: fix changelog 2025-06-12 10:28:15 +08:00
Katherine
eb743cfccb
fix: incorrect display of between date field in chart filter (#7051) 2025-06-12 10:09:27 +08:00
ajie
e9718b67b6
fix: block non-string data in xlsx textarea fields (#7049)
* fix: prevent non-string data insertion in textarea interface
2025-06-12 10:04:39 +08:00
Zhi Chen
4de557c386
fix(api-doc): fix the issue where non-NocoBase official plugins fail to display API documentation (#7045) 2025-06-12 09:47:44 +08:00
nocobase[bot]
c7175eaf85 docs: update changelogs 2025-06-11 09:40:22 +00:00
nocobase[bot]
3877d22a50 chore(versions): 😊 publish v1.7.9 v1.7.9 2025-06-11 09:31:56 +00:00
gchust
76837b2847
Revert "fix: auto-closing issue when configuring fields in the secondary popup form (#7042)" (#7048)
This reverts commit bb2ef531b76bc43069d6229d1d0dd1ae60c26ed0.
2025-06-11 17:10:15 +08:00
xilesun
01e74ee226 docs: update changelog 2025-06-11 07:13:41 +08:00
nocobase[bot]
328420170e chore(versions): 😊 publish v1.7.8 v1.7.8 2025-06-10 16:09:45 +00:00
YANG QIA
293485ce59
fix(auth): issue #7034 (#7043) 2025-06-10 23:35:55 +08:00
YANG QIA
861ef850e7
Update release.yml 2025-06-10 23:13:37 +08:00
nocobase[bot]
49be3e7475 docs: update changelogs 2025-06-10 14:23:06 +00:00
nocobase[bot]
ee47cf99c1 chore(versions): 😊 publish v1.7.7 v1.7.7 2025-06-10 14:10:03 +00:00
Katherine
bb2ef531b7
fix: auto-closing issue when configuring fields in the secondary popup form (#7042) 2025-06-10 21:33:46 +08:00
ajie
31213ef2e2
fix: resolve child table import failure with relational field errors (#7039) 2025-06-10 21:13:05 +08:00
Zeke Zhang
ae9dd1fde6
fix: field visibility issues in block templates caused by duplicate API requests (#6985)
* Revert "Revert "fix: field visibility issues in block templates caused by duplicate API requests (#6957)""

This reverts commit 0de5cc5511e965a3d1104a6aed63afe8d36e1a27.

* fix: enhance form handling with action detection and confirmation logic
2025-06-10 20:41:51 +08:00
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
Katherine
240bc09f95
refactor: support setting week start day in calendar block (#7032) 2025-06-10 17:40:06 +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
Junyi
e1b39f260a
fix(pluginw-workflow): fix error thrown in manual execute action (#7036) 2025-06-10 16:02:24 +08:00
Katherine
ccc4bacd0e
fix: select field options not working in filter form linkage rules (#7035) 2025-06-10 12:01:10 +08:00
YANG QIA
71dcc355b8
fix(data-vi): checkbox group fields in charts should display labels instead of raw values (#7033) 2025-06-10 10:59:53 +08:00
ajie
782a520420
fix: resolve permission error for many-to-many(many) fields in data t… (#7028)
* fix: resolve permission error for many-to-many(many) fields in data tables
2025-06-10 10:53:58 +08:00
chenos
f4c27ca7c4
Update release.yml 2025-06-10 10:46:38 +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]
a265da3b98 docs: update changelogs 2025-06-09 14:21:23 +00:00
nocobase[bot]
f64883eb35 chore(versions): 😊 publish v1.7.6 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
ajie
4952c53085
fix: resolve errors when importing XLSX tree table data for batch editing (#7013) 2025-06-09 18:00:33 +08:00
ajie
48decc22fe
fix: remove database dependency for possibleTypes, enforce API-driven configuration (#7019) 2025-06-09 15:09:15 +08:00
Katherine
8542aac1f1
style: action link style improve (#7025) 2025-06-09 10:59:22 +08:00
Junyi
79348fb48c
fix(plugin-workflow): fix ui when workflow not exists (#7023) 2025-06-09 10:39:54 +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
chenos
14b924001b
Update Dockerfile-cn (#7020)
* Update Dockerfile-cn

* Update Dockerfile-cn
2025-06-08 14:50:47 +08:00
ajie
74a02539d5
fix: resolve external data source view reading error in block (#7017) 2025-06-08 14:40:41 +08:00
chenos
5ee5b234b4
Update Dockerfile-cn 2025-06-08 14:36:48 +08:00