nocobase[bot]
26e30489da
chore(versions): 😊 publish v1.6.14
2025-03-29 03:46:43 +00:00
nocobase[bot]
1d40bd1b8a
chore(versions): 😊 publish v1.7.0-beta.12
2025-03-28 11:44:46 +00:00
nocobase[bot]
cf09e64821
chore(versions): 😊 publish v1.6.13
2025-03-28 09:11:21 +00:00
chenos
68f63b359b
Merge branch 'next' into develop
...
# Conflicts:
# packages/presets/nocobase/package.json
2025-03-28 15:02:25 +08:00
chenos
9d3317fc45
Merge branch 'main' into next
...
# Conflicts:
# packages/presets/nocobase/package.json
2025-03-28 15:00:16 +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]
ecdf6e839a
Merge branch 'next' into develop
2025-03-28 03:02:05 +00: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
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]
aad023cfc0
chore(versions): 😊 publish v1.6.12
2025-03-27 12:58:32 +00:00
nocobase[bot]
c9f37e61e5
chore(versions): 😊 publish v1.7.0-beta.11
2025-03-27 10:10:25 +00:00
nocobase[bot]
45e6e7d448
chore(versions): 😊 publish v1.7.0-beta.10
2025-03-27 06:10:23 +00:00
nocobase[bot]
8773912c34
chore(versions): 😊 publish v1.6.11
2025-03-27 04:21:59 +00:00
nocobase[bot]
b707061ef6
chore(versions): 😊 publish v1.7.0-alpha.10
2025-03-27 04:19:11 +00: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
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
0349edb42c
fix: issue with date field display in data scope filtering ( #6564 )
2025-03-26 20:03:52 +08:00
nocobase[bot]
32b0c6ac9f
Merge branch 'next' into develop
2025-03-26 07:41:16 +00: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
Zeke Zhang
4ee9ccebfb
feat(notification): adapt the style of the notification pop-up window for mobile ( #6557 )
...
* refactor: improve message detail navigation
* refactor: extract InboxPopup component for better readability
* refactor: restructure ActionDrawer to use MobilePopup for improved modularity
* feat: enhance MobilePopup and related components for better mobile experience
* feat: add onClick handler to PinnedPluginList for better user interaction
* fix: update InboxPopup visibility logic and enhance message navigation handling
2025-03-26 15:27:35 +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
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
Mathy Vandersmissen
945d2483b7
Updated dutch language files ( #6546 )
2025-03-26 14:35:43 +08:00
nocobase[bot]
7c80dcc273
Merge branch 'main' into next
2025-03-26 01:40:20 +00:00
chenos
f43ed88eba
feat: optimize 502 error message ( #6547 )
...
* fix: app error
* fix: app warning
2025-03-26 09:39:57 +08:00
Zeke Zhang
2338e34f1b
fix: redefine global styles for header menu background color ( #6551 )
...
* fix: redefine global styles for header menu background color
* chore: update comment
* fix: update header menu styles and correct context provider syntax
* refactor: correct context provider naming for header context
* refactor: replace global style with createStyles for header menu
* refactor: rename useHeaderPopupStyle to useHeaderStyle for clarity
2025-03-25 22:58:10 +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
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
nocobase[bot]
37ab4452ba
chore(versions): 😊 publish v1.6.10
2025-03-25 06:45:45 +00:00
Katherine
8463f9d5c9
refactor: restrict available actions for different fields in linkage rule properties ( #6548 )
2025-03-25 14:26:51 +08:00
nocobase[bot]
bb210a33bc
Merge branch 'main' into next
2025-03-25 06:01:55 +00:00
Katherine
0422d0da39
fix: field assignment with null value is ineffective ( #6549 )
2025-03-25 14:01:26 +08:00
nocobase[bot]
befdd5366c
chore(versions): 😊 publish v1.7.0-beta.9
2025-03-25 05:03:40 +00: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
Zeke Zhang
2fefcfbcf2
fix: remove "Allow multiple selection" from multiple locale files ( #6515 )
...
* fix: remove "Allow multiple selection" from multiple locale files
* chore: format
* feat(client): add visibility control for allowMultiple
* Revert "fix: remove "Allow multiple selection" from multiple locale files"
This reverts commit 9d63791d1fced73e6860bcf5c8987a5f15ecac79.
2025-03-24 20:34:06 +08:00
gchust
38bac8291e
fix: yarn doc error ( #6540 )
2025-03-24 16:56:52 +08:00
nocobase[bot]
ffaa71e01e
chore(versions): 😊 publish v1.7.0-alpha.4
2025-03-23 05:22:57 +00:00