10186 Commits

Author SHA1 Message Date
Katherine
088d7db5d4
fix: customFormItemInitializerField (#6945) 2025-05-28 16:34:29 +08:00
Kerwin Bryant
6073b4aded
feat: new plugin plugin-input-copy-button (#6894)
* feat(plugin-field-content-copier): initial commit

* Update packages/plugins/@nocobase/plugin-field-content-copier/src/client/index.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/plugins/@nocobase/plugin-field-content-copier/src/client/index.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: remove some code

* fix: clean code

* feat(plugin-field-content-copier): enhance InputCopyButton and integrate with addonAfter

* fix: remove unused localization strings from en-US and zh-CN JSON files

* refactor: rename to plugin-input-content-copier

* fix: update toggle switch label to "Show copy button"

* refactor: rename to plugin-input-copy-button

* fix: update InputCopyButton to handle readPretty state and improve field type usage

* fix: update README to clarify plugin functionality and correct naming

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-05-28 16:21:32 +08:00
Katherine
dd06f6ffbb
style: improve styles for date range filter component (#6939)
* fix: record picker style improve

* style: dateRangePicker style improve
2025-05-28 14:56:07 +08:00
chenos
afbefb34c0
fix: block resize by dragging not working (#6944) 2025-05-28 11:39:09 +08:00
Kerwin Bryant
d988e86312
fix: the issue where hidden form controls captured tab key (#6942) 2025-05-28 08:27:45 +08:00
Kerwin Bryant
c13560c919
feat: add gitpod support (#6922) 2025-05-28 08:24:24 +08:00
Katherine
40d36af75b
refactor: validate required fields before showing confirmation dialog (#6931) 2025-05-27 22:24:42 +08:00
nocobase[bot]
9911be3a65 Merge branch 'main' into next 2025-05-27 12:55:32 +00:00
nocobase[bot]
21d7acd74e docs: update changelogs 2025-05-27 12:55:00 +00:00
nocobase[bot]
df7c3c877b Merge branch 'main' into next 2025-05-27 12:49:29 +00:00
Kerwin Bryant
5bbde8f951
fix: the copy button in the error pop-up copying out as [object Object] (#6908) 2025-05-27 20:47:18 +08:00
nocobase[bot]
78c849fb99 Merge branch 'main' into next 2025-05-27 12:46:59 +00:00
nocobase[bot]
0361eaaa6e chore(versions): 😊 publish v1.6.34 v1.6.34 2025-05-27 12:46:18 +00:00
nocobase[bot]
7384f8c2a1 Merge branch 'main' into next 2025-05-27 11:36:55 +00:00
Kerwin Bryant
320264525e
fix: remove duplicate code (#6900) 2025-05-27 19:36:29 +08:00
chenos
2191853aee Merge branch 'main' into next
# Conflicts:
#	yarn.lock
2025-05-27 14:28:14 +08:00
chenos
cebd962e88
fix: resolve issue with drag-and-drop sorting not working (#6937)
* fix: resolve issue with drag-and-drop sorting not working

* fix: error TS2322: Type 'UniqueIdentifier' is not assignable to type 'string'

* fix: build error
2025-05-27 14:18:17 +08:00
Katherine
869f9f954f
fix: client test (#6935)
* fix: client test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: bug
2025-05-27 10:24:24 +08:00
nocobase[bot]
efc4bc34a8 Merge branch 'main' into next 2025-05-26 13:44:38 +00:00
Katherine
791e832dd1
fix: noneOf condition check failed in linkage rules (#6934) 2025-05-26 21:44:14 +08:00
nocobase[bot]
ab690512d5 Merge branch 'main' into next 2025-05-26 13:01:18 +00:00
chenos
cadd96a85b
fix(api-doc): add missing sub-app info to req.headers (#6933) 2025-05-26 21:00:53 +08:00
Katherine
f22478b7ee
fix: nested condition variables in linkage rules not rendering correctly (#6929)
* fix: nested condition variables in linkage rules not rendering correctly

* fix: action style
2025-05-26 16:19:14 +08:00
Katherine
fb7cbf4d89
fix: incorrect date variable parsing in Date range limit (#6930)
* fix: incorrect date variable parsing in Date range limit

* fix: bug
2025-05-26 15:43:17 +08:00
nocobase[bot]
a607076693 Merge branch 'main' into next 2025-05-26 07:27:47 +00:00
ajie
14766a1245
fix(database): uuid or nanoid auto-generation not working in many-to-… (#6912)
* fix(database): uuid or nanoid auto-generation not working in many-to-many relation
2025-05-26 15:27:19 +08:00
nocobase[bot]
32681e1ef1 Merge branch 'main' into next 2025-05-26 06:23:04 +00:00
Sheldon Guo
05a2727256
fix(in-app-message): prevent 'mark all as read' from affecting other users' data (#6926)
* feat: add updateMyOwn action to manage user-specific in-app messages

* feat: update action name to 'updateMyOwn'

* feat: enhance update action
2025-05-26 14:22:39 +08:00
Katherine
1432e94007
refactor: adjust date filter option content display (#6928) 2025-05-26 10:34:38 +08:00
nocobase[bot]
1dd0c55050 Merge branch 'main' into next 2025-05-26 01:13:40 +00:00
Katherine
3b4d2bfb2f
fix: block height setting not applied in real time (#6904) 2025-05-26 09:13:18 +08:00
nocobase[bot]
17d59918c8 Merge branch 'main' into next 2025-05-25 15:10:46 +00:00
Junyi
95fcf3bc80
chore(ci): upgrade node version to 20 (#6927) 2025-05-25 23:10:20 +08:00
nocobase[bot]
b124a4d55a Merge branch 'main' into next 2025-05-25 13:40:34 +00:00
ajie
00099e2daa
fix(plugin-action-export): resolve failure when exporting nested relations (#6917) 2025-05-25 21:40:11 +08:00
nocobase[bot]
e25b27e2fb Merge branch 'main' into next 2025-05-25 04:16:55 +00:00
Junyi
db7bd5cea8
chore: use node 20 due to commander package requires (#6924) 2025-05-25 12:16:33 +08:00
nocobase[bot]
fabd3d2628 chore(versions): 😊 publish v1.7.0-beta.33 v1.7.0-beta.33 2025-05-24 12:18:05 +00:00
nocobase[bot]
2d89e680cf Merge branch 'main' into next 2025-05-23 13:23:56 +00:00
nocobase[bot]
e6a0172f35 docs: update changelogs 2025-05-23 13:23:30 +00:00
nocobase[bot]
91501153de Merge branch 'main' into next 2025-05-23 13:14:26 +00:00
nocobase[bot]
3afc40b503 chore(versions): 😊 publish v1.6.33 v1.6.33 2025-05-23 13:13:59 +00:00
Katherine
9814fdb7b1
feat: support custom offset in date field filters (#6854)
* fix: correct date comparison logic in linkage rules

* chore: restructure date variable assignment logic

* chore: restructure date variable assignment logic

* chore: restructure date variable assignment logic in iframe

* chore: restructure date variable assignment logic in markdown

* fix: date variable in date field scope

* fix: test

* fix: bug

* feat: support custom offset in date field filters

* fix: test

* fix: bug

* refactor: support dateBetween

* fix: bug

* fix: bug

* fix: bug

* feat: support custom offset in date field filters

* fix: bug

* fix: bug

* fix: bug

* refactor: workflow parse date

* fix: test

* fix: bug

* style: style improve

* refactor: locale improve

* refactor: locale improve

* fix: bug

* fix: bug

* fix: bug

* chore: past/next

* style: style improve

* refactor: locale

* refactor: code improve

* refactor: code improve

* fix: test

* fix: test
2025-05-23 17:58:48 +08:00
nocobase[bot]
cd2c505e54 Merge branch 'main' into next 2025-05-23 07:51:54 +00:00
Katherine
9f4adf5b34
feat: support configurable refresh button in calendar block (#6920) 2025-05-23 15:51:27 +08:00
nocobase[bot]
57a197572d Merge branch 'main' into next 2025-05-23 07:20:22 +00:00
Katherine
c6cb185884
fix: markdown (Vditor) field not adapting to theme (#6919) 2025-05-23 15:19:58 +08:00
nocobase[bot]
ab64511782 Merge branch 'main' into next 2025-05-23 03:18:26 +00:00
YANG QIA
22e0ce78f7
fix(tree-collection): avoid incorrect updates to similar path prefixes during subtree path updates (#6913) 2025-05-23 11:17:57 +08:00
nocobase[bot]
a9cbe8f834 Merge branch 'main' into next 2025-05-22 22:39:53 +00:00