Sheldon Guo
9a0cfa9971
feat: support getFieldSupportedHelpers
2025-04-02 07:30:15 +08:00
Sheldon Guo
400e4240fa
feat: use helperMappingRules instead of type
2025-04-01 21:05:11 +08:00
Sheldon Guo
ddb1055e13
fix: fix some bug
2025-04-01 15:35:41 +08:00
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
2116f2d424
chore: update json-template-parser version to 1.7.0-alpha.10
2025-03-28 09:50:14 +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]
f7c7791039
Merge branch 'next' into develop
2025-03-27 15:01:00 +00: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
nocobase[bot]
64b9f01e4a
Merge branch 'next' into develop
2025-03-27 13:09:26 +00:00
nocobase[bot]
3d66d02147
Merge branch 'main' into next
2025-03-27 13:09:04 +00:00
nocobase[bot]
63caa541cb
docs: update changelogs
2025-03-27 13:08:37 +00:00
nocobase[bot]
398d5044bd
Merge branch 'next' into develop
2025-03-27 13:01:41 +00:00
nocobase[bot]
93204cd650
Merge branch 'main' into next
2025-03-27 12:59:05 +00:00
nocobase[bot]
aad023cfc0
chore(versions): 😊 publish v1.6.12
v1.6.12
2025-03-27 12:58:32 +00:00
nocobase[bot]
57b5774556
Merge branch 'next' into develop
2025-03-27 10:53:02 +00:00
nocobase[bot]
ab6440c2a9
Merge branch 'main' into next
2025-03-27 10:52:42 +00:00
mytharcher
5f85b9ab9a
fix(plugin-file-manager): fix error of getting file key when path is null
2025-03-27 18:51:52 +08:00
nocobase[bot]
6b628f64a0
Merge branch 'next' into develop
2025-03-27 10:11:12 +00:00
nocobase[bot]
c9f37e61e5
chore(versions): 😊 publish v1.7.0-beta.11
v1.7.0-beta.11
2025-03-27 10:10:25 +00:00
Sheldon Guo
483f22f56d
feat: refactor doc
2025-03-27 17:15:34 +08:00
nocobase[bot]
91e735d3a8
Merge branch 'next' into develop
2025-03-27 06:10:47 +00:00
nocobase[bot]
45e6e7d448
chore(versions): 😊 publish v1.7.0-beta.10
v1.7.0-beta.10
2025-03-27 06:10:23 +00:00
nocobase[bot]
6e581bf576
Merge branch 'next' into develop
2025-03-27 04:38:51 +00:00
nocobase[bot]
b63bd66ffd
Merge branch 'main' into next
2025-03-27 04:38:30 +00:00
nocobase[bot]
27da1d4424
docs: update changelogs
2025-03-27 04:38:05 +00:00
nocobase[bot]
f70397c7f2
Merge branch 'next' into develop
2025-03-27 04:22:48 +00:00
nocobase[bot]
317dbee90f
Merge branch 'main' into next
2025-03-27 04:22:23 +00:00
nocobase[bot]
8773912c34
chore(versions): 😊 publish v1.6.11
v1.6.11
2025-03-27 04:21:59 +00:00
nocobase[bot]
b707061ef6
chore(versions): 😊 publish v1.7.0-alpha.10
v1.7.0-alpha.10
2025-03-27 04:19:11 +00:00
nocobase[bot]
4a45044b0e
Merge branch 'next' into develop
2025-03-27 03:30:38 +00:00
Junyi
2aa892a716
refactor(plugin-workflow): split executed columns to stats tables ( #6534 )
...
* refactor(plugin-workflow): split executed columns to stats table
* fix(plugin-workflow): fix client executed
* fix(plugin-workflow): fix test case
* fix(plugin-workflow): fix migration
* chore(plugin-workflow): remove unused file
* chore(plugin-workflow): remove stashed code
2025-03-27 11:30:17 +08:00
Zeke Zhang
7d2ddb2ca0
Merge branch 'next' into develop
2025-03-27 11:17:51 +08:00
Zeke Zhang
51a2d17f13
fix: adjust the font size displayed on the phone to 14px ( #6570 )
...
* refactor(plugin-mobile): rename GlobalStyle to ResetScrollbar for clarity
* fix: increase font size in InternalAdminLayout from 14 to 16
* fix: ensure button alignment in WorkbenchBlock styles
2025-03-27 11:13:58 +08:00
nocobase[bot]
0ce61b6384
Merge branch 'main' into next
2025-03-27 03:07:48 +00:00
Katherine
ce4794bd27
fix: issue with public form page title displaying 'Loading...' ( #6569 )
2025-03-27 11:07:25 +08:00
Zeke Zhang
9c6c612c4d
fix(layout): adjust height calculation for mobile support using dvh unit ( #6571 )
...
* fix(layout): adjust height calculation for mobile support using dvh unit
* feat: add createStyles import from antd-style for styling enhancements
2025-03-27 10:49:19 +08:00
nocobase[bot]
3dcc8d32c1
Merge branch 'next' into develop
2025-03-27 02:44:12 +00:00