1776 Commits

Author SHA1 Message Date
Sheldon Guo
1b8904a8c6 feat: update filter to helper 2025-04-01 13:05:34 +08:00
sheldon66
06e96c32de fix: format not update 2025-03-30 22:21:56 +08:00
sheldon66
38f5e30354 fix: update date formatting and calculation logic in default value demo 2025-03-30 21:51:28 +08:00
sheldon66
afc285f697 fix: data scope 2025-03-30 21:34:05 +08:00
sheldon66
4e3fd75c8e feat: make default value take effect 2025-03-30 20:35:09 +08:00
sheldon66
7baac89027 fix: button to submit 2025-03-30 19:40:24 +08:00
sheldon66
94ff4e9c28 fix: onchange bug 2025-03-30 19:27:28 +08:00
sheldon66
2cf4040eea feat: update helper titles and improve date formatting component 2025-03-30 18:59:21 +08:00
sheldon66
0120a31e8c feat: improve 2025-03-29 08:14:55 +08:00
Sheldon Guo
f93029e990 feat: refactor helper configuration and enhance date formatting component 2025-03-28 16:24:54 +08:00
Sheldon Guo
f5836191eb Merge commit 'f7c77910394d7daa085a70a5c83380eec8f29f67' into feat/variables-filters-frontend 2025-03-28 09:48:18 +08:00
Sheldon Guo
5c560ebded feat: support dateFormatter 2025-03-28 09:39:59 +08:00
Sheldon Guo
e9a172449c feat: add data scope demo component and update documentation 2025-03-28 07:09:36 +08:00
Sheldon Guo
47edd90a0c feat: implement default value editor for date fields in form 2025-03-28 05:35:15 +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
Sheldon Guo
483f22f56d feat: refactor doc 2025-03-27 17:15:34 +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
Sheldon Guo
ea855fcbf5 chore: comment out demo code snippets in documentation 2025-03-26 14:42:05 +08:00
nocobase[bot]
771aff07b5 Merge branch 'main' into next 2025-03-26 06:37:24 +00:00
Zeke Zhang
c80fbc3063
fix(kanban): unable to open popup (#6535)
* fix: handle potential errors when retrieving card schema in Kanban

* fix(kanban): unable to open popup

* fix(Link): cannot use 'current user' variable

* fix(PagePopups): improve schema fetching and cloning logic for popups

* fix(Kanban): clicking cards repeatedly opens multiple popups
2025-03-26 14:37:01 +08:00
Sheldon Guo
9875bc9952 chore: remove unuseful change 2025-03-26 14:20:29 +08:00
Sheldon Guo
ddb1340699 feat: update variable handling to use joined segments and enhance helper visibility 2025-03-26 14:15:03 +08:00
Katherine
87894315c2
feat: support variable configuration after submission, enabling redir… (#6465)
* feat: support variable configuration after submission, enabling redirection with current data ID

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* refactor: refine variable label

* fix: bug

* fix: bug
2025-03-25 21:19:27 +08:00
Sheldon Guo
0a687d0791 feat: add helper type inference 2025-03-25 18:18:57 +08:00
katherinehhh
8a82cdec5b Merge branch 'main' into next 2025-03-25 15:41:32 +08:00
Katherine
1dd47e7571
style: optimize button style for no-permission state (#6552) 2025-03-25 15:38:32 +08:00
gchust
8ada20b172 fix: save as template not working if fields containing nest properties (#6543)
* fix: save as template not working if fields containing nest properties

* fix: hide old blocks save as template

* fix: unit tests failing

* fix: unit tests for hiding old save template option

* fix: unit test failing for save as template
2025-03-25 15:25:26 +08:00
chenos
07ac4717b3 Merge branch 'develop' into next
# Conflicts:
#	packages/core/client/src/locale/it-IT.json
#	packages/plugins/@nocobase/plugin-action-import/src/client/ImportAction.tsx
2025-03-25 12:40:54 +08:00
nocobase[bot]
e97197746b Merge branch 'main' into next 2025-03-25 01:39:52 +00:00
Katherine
7f1ede84d9
fix: table row button drag-and-drop issue (#6544)
* fix: table row button drag-and-drop issue

* fix: bug

* fix: bug
2025-03-24 22:01:09 +08:00
Zeke Zhang
322f3d749e
fix(Link): cannot use 'current user' variable (#6536) 2025-03-24 20:39:44 +08:00
Zeke Zhang
57c8722c3c
fix: remove caching logic (#6530) 2025-03-24 20:38:44 +08:00
gchust
38bac8291e
fix: yarn doc error (#6540) 2025-03-24 16:56:52 +08:00
Sheldon Guo
2151143dbf feat: enhance date variable handling and improve display in variable configuration 2025-03-23 20:42:41 +08:00
sheldon66
cbcc2a944d feat: update date helper functions and improve variable configuration UI 2025-03-23 19:23:59 +08:00
sheldon66
c8ecdb7c2c fix: some problems 2025-03-23 18:24:22 +08:00
sheldon66
02097cd96d fix: router 2025-03-23 15:20:20 +08:00
sheldon66
ff9d749d9d fix: helper list not refresh 2025-03-23 14:44:32 +08:00
sheldon66
4d88c083bb feat: add support for helper functions in variable configuration and update related components 2025-03-23 11:33:05 +08:00
nocobase[bot]
77d5f94ae0 Merge branch 'next' into develop 2025-03-22 15:12:42 +00:00
nocobase[bot]
26af0d8954 Merge branch 'main' into next 2025-03-22 15:12:20 +00:00
Katherine
437e9dba52
fix: action button transparency causing setting display issue on hover (#6529)
* fix: button transparency causing setting display issue on hover

* fix: button transparency causing setting display issue on hover
2025-03-22 23:11:52 +08:00
Sheldon Guo
9d5bb0a069 feat: enhance HelperAddition and VariableProvider with improved filter handling and error management 2025-03-22 22:16:20 +08:00
Sheldon Guo
e088ca445e feat: refactor VariableProvider and helper observables integration 2025-03-22 20:56:17 +08:00
nocobase[bot]
b221b96f34 Merge branch 'next' into develop 2025-03-21 08:49:02 +00:00
Katherine
8fd8ce4f6a
feat: support fuzzy matching for fields selected in filter button (#6496)
* feat: support fuzzy matching for fields selected in filter button

* fix: bug

* fix: bug

* test: filter item
2025-03-21 16:48:39 +08:00
nocobase[bot]
f0e3c46072 Merge branch 'next' into develop 2025-03-20 15:18:21 +00:00