Katherine
8e90850e14
fix: missing data on boundary dates in weekly calendar view ( #6587 )
2025-03-28 18:04:35 +08:00
nocobase[bot]
7c831e9cc6
Merge branch 'main' into next
2025-03-28 09:20:21 +00:00
nocobase[bot]
d9710fbb59
docs: update changelogs
2025-03-28 09:19:56 +00:00
nocobase[bot]
92cfafa70c
Merge branch 'main' into next
2025-03-28 09:11:53 +00:00
nocobase[bot]
cf09e64821
chore(versions): 😊 publish v1.6.13
v1.6.13
2025-03-28 09:11:21 +00:00
nocobase[bot]
85082b84a3
Merge branch 'main' into next
2025-03-28 07:45:08 +00:00
Katherine
b86ea5dd61
fix: error when downloading async migration file ( #6586 )
2025-03-28 15:44:45 +08:00
chenos
9d3317fc45
Merge branch 'main' into next
...
# Conflicts:
# packages/presets/nocobase/package.json
2025-03-28 15:00:16 +08:00
Katherine
28c633e369
fix: error in migration task popup during async export ( #6584 )
2025-03-28 13:58:16 +08:00
Sheldon Guo
d94c365e30
feat(qrcode-scanner): add an onScanSuccess callback to handle successful scans and exit the camera UI ( #6580 )
...
* fix(demos): set authentication token for mock API client in DesktopMode-basic
* feat(qrcode-scanner): add onScanSuccess callback to handle successful scans
* fix: include onScanSuccess in dependency array of useScanner hook
* fix: refactor onScanSuccess handling in QRCodeScanner and useScanner
2025-03-28 13:28:03 +08:00
Katherine
1492a03f6e
fix: error in migration task popup during async export ( #6583 )
2025-03-28 12:57:00 +08:00
chenos
6bb754612c
feat: locale tester ( #6576 )
...
* feat: locale tester
* fix: locale
* fix: acl.registerSnippet
* feat: package.json
* fix: locale
2025-03-28 12:39:44 +08:00
Zeke Zhang
9eaa47863d
fix: remove refreshComponent in Grid component ( #6578 )
...
* fix: remove refreshComponent in Grid component
* test: add e2e test for modal content persistence after reopening
2025-03-28 12:01:13 +08:00
nocobase[bot]
93a7035230
Merge branch 'main' into next
2025-03-28 03:01:43 +00:00
chenos
1b782c4f95
refactor: async tasks ( #6531 )
...
* refactor: async tasks
* refactor: selectWithTitle support optionRender
* refactor: adjust export filename
* fix: build error
* fix: export file name
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2025-03-28 11:01:20 +08:00
ajie
e59cec0e69
fix: incorrect current role assignment during login ( #6581 )
...
* fix: incorrect current role assignment during login
2025-03-28 11:00:29 +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
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]
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]
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]
c9f37e61e5
chore(versions): 😊 publish v1.7.0-beta.11
v1.7.0-beta.11
2025-03-27 10:10:25 +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]
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]
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
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
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
Katherine
d304ef4e0a
fix(environment-variables): missing icon filter button, filter count not displaying, and data not refreshing after filtering when switching pages ( #6568 )
...
* fix: missing icon on variable key filter button and display of filter count after filtering
* fix: bug
* fix: bug
2025-03-27 10:43:48 +08:00
Junyi
d13261f890
fix(plugin-workflow): fix error thrown when configure auto delete options ( #6560 )
...
* fix(plugin-workflow): fix error thrown when configure auto delete options
* fix(plugin-workflow): fix e2e test case
2025-03-27 00:37:46 +08:00
nocobase[bot]
d94bb4a390
Merge branch 'main' into next
2025-03-26 13:40:50 +00:00
Junyi
ec9dbe865a
fix(plugin-workflow): generate workflow key ( #6567 )
2025-03-26 21:40:23 +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]
996b895559
Merge branch 'main' into next
2025-03-26 10:56:21 +00:00
Zeke Zhang
f07172f98a
fix: adjust styling for Documentation component to ensure proper layout ( #6566 )
2025-03-26 18:56:00 +08:00
nocobase[bot]
eda2ce0ce4
Merge branch 'main' into next
2025-03-26 08:24:55 +00:00
Katherine
cded825bda
feat: support setting sequence as the title field for calendar block ( #6562 )
2025-03-26 16:24:31 +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
nocobase[bot]
8217f158aa
Merge branch 'main' into next
2025-03-26 07:21:58 +00:00
Junyi
5ad6251d6d
fix(plugin-workflow-action-trigger): trigger on multiple records ( #6559 )
2025-03-26 15:21:37 +08:00
nocobase[bot]
0ce75be6bc
Merge branch 'main' into next
2025-03-26 06:40:23 +00:00
Zeke Zhang
f7af0c4445
fix: ensure ellipsis property is correctly set in schema component props ( #6520 )
...
* fix: ensure ellipsis property is correctly set in schema component props
* fix: replace direct assignment with lodash set for ellipsis property in schema
2025-03-26 14:39:58 +08:00