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
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
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
Zeke Zhang
bf7607a695
fix(mobile): known issues ( #6476 )
...
* feat(Nester): support mobile layout by transforming multi-column schema to single-column
* fix(chart): change multiple columns to single column
* fix: update openMode handling in ActionContainer component
* fix: update drawer style selector in Action.Drawer.style.ts
* fix: adjust padding and background color handling in WorkflowTasks component
* fix: refactor schema handling for mobile layout in InternalPicker, Nester, and Form components
* fix: prevent schema insertion in mobile layout for AssociationField component
* fix: remove deprecated useCollectionManager in DetailsBlockProvider component
* fix: relationship fields not displaying data
2025-03-20 17:28:36 +08:00
katherinehhh
9369059acc
Merge branch 'next' into develop
2025-03-20 16:14:58 +08:00
nocobase[bot]
f87c95af50
Merge branch 'main' into next
2025-03-19 16:35:17 +00:00
N3tN00b3r
49bd35ca5f
Updating italian translations - Plugins + Core ( #6466 )
...
* Add italian translation
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Update it-IT.json
* Create it-IT.json
* Create it-IT.json
* Update it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
The following strings have been intentionally not translated to avoid misinterpretation of the technical terms:
Access Key ID
Access Key Secret
Secret ID
Secret Key
* Create it-IT.json
* Create it-IT.json
* Update it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Create it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Create it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Create it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
* Update it-IT.json
---------
Co-authored-by: mahuantest <50297992+Albert-mah@users.noreply.github.com>
2025-03-20 00:34:48 +08:00
nocobase[bot]
8d077d38bf
Merge branch 'next' into develop
2025-03-19 02:29:11 +00:00
nocobase[bot]
95212c8c3c
Merge branch 'main' into next
2025-03-19 02:28:50 +00:00
chenos
645cef5825
perf: useIsLoggedIn ( #6462 )
2025-03-19 10:28:27 +08:00
nocobase[bot]
a75f7ecafe
Merge branch 'next' into develop
2025-03-18 09:08:38 +00:00
nocobase[bot]
ce4ca35fd9
Merge branch 'main' into next
2025-03-18 09:08:17 +00:00
Junyi
21857c4db5
fix(plugin-workflow): fix legacy tasks count after workflow deleted ( #6493 )
...
* fix(plugin-workflow): fix legacy tasks count after workflow deleted
* fix(plugin-workflow): fix locale
2025-03-18 17:07:53 +08:00
nocobase[bot]
4a055749c5
Merge branch 'next' into develop
2025-03-16 07:05:10 +00:00
nocobase[bot]
b42d4ef762
Merge branch 'main' into next
2025-03-16 07:04:44 +00:00
Junyi
cba610ecc8
fix(plugin-workflow): fix tasks count ( #6474 )
...
* fix(plugin-workflow): fix tasks count
* fix(plugin-workflow): add filter
* fix(plugin-workflow): always refresh all counts
* refactor(plugin-workflow): change to delete tasks when workflow deleted
* feat(plugin-workflow): add reload when click menu link
2025-03-16 15:04:20 +08:00
nocobase[bot]
395ae5278c
Merge branch 'next' into develop
2025-03-14 01:59:27 +00:00
nocobase[bot]
a5744d00c4
Merge branch 'main' into next
2025-03-14 01:59:06 +00:00
Junyi
3b1f016256
fix(plugin-workflow): remove bind workflow settings button from data picker ( #6455 )
2025-03-14 09:58:44 +08:00
katherinehhh
4d10946a2e
Merge branch 'next' into develop
2025-03-13 16:30:40 +08:00
nocobase[bot]
79aee8825d
Merge branch 'main' into next
2025-03-12 13:40:09 +00:00
Jonas Fleischer
9d572bf8f4
feat: add German localization files for NocoBase core and plugins ( #6435 )
...
* feat: add German localization files for NocoBase core and plugins
* feat: expand German localization for NocoBase plugins compared to chinese translation
This commit adds and enhances German translation files across multiple NocoBase plugins, including:
- Workflow plugins (action trigger, manual, notification, etc.)
- File management
- Charts and data visualization
- Async task management
- Import/export functionality
- Theme editor
- And several other core and extension plugins
2025-03-12 21:35:26 +08:00
ajie
d7821bf6d7
feat: support user role union ( #6301 )
...
* feat: support merge role function
* feat: test
* fix: snippets merge bug
* feat: support with-acl-meta allowedActions
* feat: support mobileRoutes role union
* feat: support union role of data source manager plugin
* fix: merge action fields
* fix: merge action
* chore: code clean
* fix: perform a deep clone of the object in the toJSON method
* refactor: mergeRole code migration
* fix: desktopRoutes test
* fix: build
* refactor: optimze acl role code and add test
* fix: bug
* fix: skip test
* fix: acl role action whitelist invalid
* fix: actions bug
* chore: merge develop
* chore: desktop routes code
* fix: test
* feat: support set system role mode
* fix: test
* fix: snippets bug
* chore: update text
* fix: test
* fix: test
* fix: text
* fix: text
* refactor: optimze code
* refactor: optimze code
* refactor: optimze code
* refactor: optimze code
---------
Co-authored-by: 霍世杰 <huoshijie@huoshijiedeMacBook-Pro.local>
Co-authored-by: chenos <chenlinxh@gmail.com>
2025-03-12 09:03:33 +08:00
gchust
62f10d9c97
chore: upgrade ant design to 5.24.2 ( #6343 )
...
* chore: upgrade ant design to 5.24.2
* chore: fix errors after upgrade ant design
* fix: ts errors
* fix: ts error
* fix: ts error
* chore: keep original code format
* chore: revert format changes
* chore: keep code format
* fix: unit tests error after upgrade ant design
* fix: style issues for variable inputs
* fix: inbox style issue
* fix: some buttons not showing in drawer
* chore: fix formily antd version
* fix: incorrect details block pagination style [skip ci]
* fix: incorrect cron style after upgrade ant design [skip ci]
* fix: unit tests errors after upgrading ant design
* fix: update unit tests for collection select and color picker components
* fix: e2e tests errors
* fix: e2e tests failing
* fix: tests error
* fix: e2e test cases
* fix: some e2e tests failing
* fix: e2e testing errors
* fix: e2e build failing
* fix: update yarn.lock to avoid comment ci timeout
* Revert "fix: update yarn.lock to avoid comment ci timeout"
This reverts commit 6f117f57a0fd1d605de7ef18022c5c3e658e24af.
* chore: comment ci timeout
* chore: e2e
* fix: workflow approval e2e testing
* fix: e2e stable for some tests
2025-03-12 08:46:38 +08:00
Zeke Zhang
c2786c1bee
feat: adapt styles for mobile devices ( #6393 )
...
* feat(layout): integrate ConfigProvider for theme management in admin layout
* feat(layout): add mobile layout context and transform utility for schema
* feat(toolbar): disable dragging in mobile layout for BlockSchemaToolbar
* test: add unit tests for transformMultiColumnToSingleColumn function
* feat: add mobile layout support to form schema transformation
* feat: support mobile layout in Tabs component schema transformation
* feat: integrate mobile layout support into designable components
* feat: refactor mobile layout hooks and integrate MobileComponentsProvider
* feat: update mobile layout styles and integrate global theme in ActionDrawer
* feat: update Mobile component to use CommonDrawer for popup handling in mobile layout
* feat: adjust padding in ActionDrawer style for improved layout on mobile
* feat: optimize scope usage in InternalPicker for improved performance
* feat: update Action.Page style to improve overflow handling
* style: remove minHeight from ActionDrawer style
* feat: add mobile layout support and transform schema for multi-column fields
* feat: support mobile components
* fix(mobile): issue with mobile flash/flicker
* feat: hide Plugin manager and Settings center
* feat: hide scroll bar in mobile
* feat(todos): support to collapse sider menu
* feat: enhance mobile layout theme support with dark mode
2025-03-12 07:51:11 +08:00
mahuantest
955457c121
feat(locale): add translation of nl-NL (dutch) ( #6166 )
...
* feat(locale): add offset param to charts-query(backend)
* feat(locale): add offset param to charts-query(frontend)
* feat(locale): add translation of de-DE
* feat(locale): add translation of nl-NL (dutch)
---------
Co-authored-by: mahuan <1007409254@qq.com>
2025-03-11 22:19:26 +08:00
Junyi
7d14ebf06f
fix(lugin-workflow-tasks): only use the provider in admin layout ( #6412 )
2025-03-11 10:00:34 +08:00
Junyi
e5507d0758
refactor(plugin-workflow): change task center api and ui ( #6272 )
...
* refactor(plugin-workflow): change task center api and ui
* fix(client): add className property for Grid.Col
* refactor(plugin-workflow): adjust tasks menu style
* fix(plugin-workflow): fix menu title
* feat(plugin-workflow): automatically update tasks number
* fix(plugin-workflow): ignore ws if not exist
* fix(plugin-workflow): fix compatibility of no user approvals
* refactor(server): revert ws api back
* fix(plugin-workflow-manual): fix migration and renamed test cases
* fix(plugin-workflow): fix acl for task resource
* refactor(client): show badge number in toolbar
* fix(plugin-workflow): fix toolbar number
* fix(client): adjust badge font size
* refactor(plugin-workflow): adjust task center style and api
* fix(plugin-workflow-manual): fix constants
* refactor(plugin-workflow-manual): change legacy workflow todo block to list style
* test(plugin-workflow-manual): migrations
* refactor(plugin-workflow): add workflow title component
* fix(plugin-workflow-manual): fix e2e test cases
* fix(plugin-workflow): fix test kit
2025-03-10 19:58:33 +08:00
nocobase[bot]
1670cead6c
Merge branch 'main' into next
2025-03-07 09:16:37 +00:00
N3tN00b3r
a1fe85bd03
Adding italian translation for plugins ( #6316 )
...
* Add italian translation
* Create it-IT.json
2025-03-07 17:16:16 +08:00
nocobase[bot]
97d6a2e74d
Merge branch 'main' into next
2025-03-07 02:51:37 +00:00
Junyi
f6ec9f82b4
refactor(plugin-workflow): add option to skip triggering in collection event ( #6379 )
2025-03-07 10:51:15 +08:00
chenyongxin
c2928d38cf
feat: add tooltip configuration to menu item and table headers ( #6346 )
...
* feat: add tooltip configuration to menu item and table headers
* feat: add tooltip to link and group menus
* feat: menu tooltip icon style adjustment
* feat: menu tooltip icon style adjustment
* fix: e2e
* refactor: optimize tooltip component usage in table columns
* feat: add tooltip editing functionality and enhance tooltip display in menu items
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-03-06 20:09:14 +08:00
Zeke Zhang
0d0c81cc90
refactor: make the menu responsive to screen width ( #6331 )
...
* chore: convert routes
* chore: stash
* chore: stash
* feat: support to add menu item
* feat: add MenuSchemaToolbar
* refactor: extract EditMenuItem component
* feat: add hidden option
* refactor: extract HiddenMenuItem
* feat: add 'Move to' option
* feat: add insert options
* feat: remove route
* fix: children
* fix: route
* feat: enhance menu item rendering and group handling in admin layout
* feat: add container support to MenuSchemaToolbar and fix display issue in Group
* fix: add conditional check before moving routes in menu item settings
* feat(navigation): add default page navigation for admin layout
* chore(versions): 😊 publish v1.6.0-alpha.24
* feat: export AppNotFound component and integrate 404 handling in AdminDynamicPage
* fix: update admin layout route path to use item options URL
* chore(versions): 😊 publish v1.6.0-alpha.25
* refactor: rename route node retrieval functions for clarity and add legacy route compatibility
* refactor: clean up layout component by removing unused styles and improving header rendering
* refactor: simplify menu item components by removing unused schema insertion logic and optimizing imports
* refactor: add 'x-async' property to tab schema and clean up server imports
* refactor: tabs
* feat: support extending frontend filter operators (#6085 )
* feat: operator extension
* fix: bug
* refactor: code improve
* fix: jsonLogic
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat: add fake schema for routing in SortableItem and remove unused fieldSchema import
* feat: adjust content padding in InternalAdminLayout for improved layout
* refactor: remove registerOperators (#6224 )
* refactor(plugin-workflow): trigger workflow action settings (#6143 )
* refactor(plugin-workflow): move bind workflow settings to plugin
* refactor(plugin-block-workbench): move component to core
* refactor(plugin-block-workbench): adjust component api
* fix(plugin-workflow-action-trigger): fix test cases
* fix(plugin-workflow): fix component scope
* fix(plugin-workflow-action-trigger): fix test cases
* chore(versions): 😊 publish v1.6.0-alpha.26
* feat: support the extension of preset fields in collections (#6183 )
* feat: support the extension of preset fields in collections
* fix: bug
* fix: bug
* fix: bug
* refactor: create collection
* fix: config
* fix: test case
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: bug
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat: replace SchemaComponent with RemoteSchemaComponent and add AppNotFound for empty tabs
* refactor: rename useCurrentRoute to useCurrentRouteData for clarity
* fix: redirect to first tab by default
* feat: support for the extension of optional fields for Kanban, Calendar, and Formula Field plugins (#6076 )
* feat: kanban field extention
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* feat: calender title fields
* feat: background color fields
* fix: bug
* fix: bug
* feat: formula field expression support field
* feat: preset fields
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* revert: preset fields
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* fix: bug
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: locale
* refactor: code improve
* fix: bug
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: locale
* fix: test
* fix: bug
* fix: test
* fix: test
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* fix: enhance access permission check and clean up unused props in Page component
* fix: adjust Action.Page style to set top position to 0
* fix: update redirect logic to point to the first page route in admin layout
* chore(versions): 😊 publish v1.6.0-alpha.27
* fix: add link handling in MenuItem to open URLs in a new tab
* fix(data-source-main): update order
* fix: integrate drag-and-drop functionality in MenuItem and Page components
* fix: add drag-and-drop support in admin layout and improve loading behavior
* fix: header style
* fix: set sider width in admin layout
* fix: refactor InternalAdminLayout for improved readability and maintainability
* fix: optimize token management in InternalAdminLayout for better styling consistency
* fix: style
* fix: avoid error
* fix: update container reference in MenuSchemaToolbarWithContainer
* fix: add icon style to MenuSchemaToolbar
* fix: remove bottom border from header in admin layout
* fix: add collapsed button render function to InternalAdminLayout
* fix: update viewport meta tag for better responsiveness
* fix: add MenuItemIcon component for conditional icon rendering in admin layout
* fix: wrap SchemaToolbar in SiderContext.Provider to prevent style issues in collapsed state
* fix: update InternalAdminLayout styles for improved menu item appearance
* fix: adjust menu item spacing and height for compact mode in admin layout
* fix: add collapse handling and page change logic in InternalAdminLayout
* fix: add header context provider and update MenuItemIcon rendering logic in InternalAdminLayout
* fix: replace Modal with App.useApp().modal in HiddenMenuItem for improved modal handling
* fix: enhance click area for links in MenuItem and streamline group navigation logic
* fix: refresh routes after adding link menu
* fix: add mobile actions popover for improved user interaction in admin layout
* fix: adjust layout width and margin for improved alignment in admin layout
* style: fix the style of the top collapsed menu button dropdown
* fix: add active background color for selected menu items in collapsed menu
* fix: improve z-index management for modal, drawer, and page components to prevent overlap with collapsed menu button
* fix: adjust position of collapsed button to prevent overlap with subpages
* fix: update collapsed button rendering to handle mobile context and prevent overlap with subpages
* fix: prevent schema data request for group pages in admin layout
* fix: handle undefined menu titles by providing a default value
* fix: add refresh functionality for desktop routes in menu permissions
* fix: adjust page header padding based on route settings and token
* fix: center text
* fix: add tooltip support for menu items in collapsed state
* fix: tooltip
* fix: improve page tab routing and deletion handling
* fix: adjust admin layout height to account for header
* fix: improve route navigation and deletion handling in admin layout
* chore: update version
* fix(routing): Add Navigate import from react-router-dom
* fix(e2e): locator
* test: remove demo and useless test case for Page component
* fix: improve page creation and routing in e2e utils
* fix: improve z-index handling for embedded pages
* feat(admin-layout): Add aria-label to menu item links for improved accessibility
* fix(mobile-ui): Adjust toolbar and navigation bar styling
* test(acl): Simplify menu item visibility test setup
* test: update e2e test templates and route handling
* fix: fix compatibility issues
* fix(admin-layout): improve default page navigation handling
* fix(acl): add optional chaining to prevent potential null/undefined error in uiButtonSchemasBlacklist check
* fix: keep alive
* fix(desktop-routes): enhance route retrieval with automatic child route inclusion
* test: add test
* fix(page): update navigation logic to use location pathname for tab routing
* fix(route): export CurrentRouteProvider for better accessibility in routing context
* refactor(layout): remove unused styles for cleaner code
* fix(layout): integrate useGlobalTheme for consistent theming and clean up unused parameters
* fix(route): improve route redirection logic
---------
Co-authored-by: nocobase[bot] <179432756+nocobase[bot]@users.noreply.github.com>
Co-authored-by: Katherine <katherine_15995@163.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
2025-03-05 22:52:24 +08:00
nocobase[bot]
6a1cb3c0d1
Merge branch 'main' into next
2025-03-04 09:35:19 +00:00
Junyi
2345ea62da
fix(plugin-workflow): fix acl for getting job ( #6352 )
2025-03-04 17:34:53 +08:00
nocobase[bot]
bc9ff30a72
Merge branch 'main' into next
2025-03-03 05:42:43 +00:00
Junyi
2f7b7315ca
refactor(plugin-workflow): lazy load job result for better performance ( #6344 )
2025-03-03 13:42:14 +08:00
chenos
5fbc7697c6
feat: release 202502 ( #6259 )
...
* chore(versions): 😊 publish v1.6.0-alpha.24
* chore(versions): 😊 publish v1.6.0-alpha.25
* feat: support extending frontend filter operators (#6085 )
* feat: operator extension
* fix: bug
* refactor: code improve
* fix: jsonLogic
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* refactor: remove registerOperators (#6224 )
* refactor(plugin-workflow): trigger workflow action settings (#6143 )
* refactor(plugin-workflow): move bind workflow settings to plugin
* refactor(plugin-block-workbench): move component to core
* refactor(plugin-block-workbench): adjust component api
* fix(plugin-workflow-action-trigger): fix test cases
* fix(plugin-workflow): fix component scope
* fix(plugin-workflow-action-trigger): fix test cases
* chore(versions): 😊 publish v1.6.0-alpha.26
* feat: support the extension of preset fields in collections (#6183 )
* feat: support the extension of preset fields in collections
* fix: bug
* fix: bug
* fix: bug
* refactor: create collection
* fix: config
* fix: test case
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: bug
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat: support for the extension of optional fields for Kanban, Calendar, and Formula Field plugins (#6076 )
* feat: kanban field extention
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* feat: calender title fields
* feat: background color fields
* fix: bug
* fix: bug
* feat: formula field expression support field
* feat: preset fields
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* revert: preset fields
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* fix: bug
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: locale
* refactor: code improve
* fix: bug
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: locale
* fix: test
* fix: bug
* fix: test
* fix: test
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* chore(versions): 😊 publish v1.6.0-alpha.27
* fix(data-source-main): update order
* fix: improve code
* fix: getFontColor (#6241 )
* chore(versions): 😊 publish v1.6.0-alpha.28
* fix: print action e2e test (#6256 )
* fix: print action e2e test
* fix: test
* fix: version
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: nocobase[bot] <179432756+nocobase[bot]@users.noreply.github.com>
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
2025-02-21 13:25:17 +08:00
nocobase[bot]
44b7b73432
Merge branch 'main' into next
2025-02-20 06:42:29 +00:00
Junyi
5b13c52245
refactor(plugin-workflow): hide node id from canvas ( #6251 )
...
* refactor(plugin-workflow): hide node id from canvas
* fix(plugin-workflow): group order for nodes
2025-02-20 14:42:04 +08:00
nocobase[bot]
ef54fc895f
Merge branch 'main' into next
2025-02-19 15:02:29 +00:00
Junyi
43e71edf69
fix(plugin-auth): support to trigger workflow when change password ( #6248 )
...
* fix(plugin-auth): support to trigger workflow when change password
* fix(plugin-auth): fix await
2025-02-19 23:02:01 +08:00
nocobase[bot]
359b020696
Merge branch 'main' into next
2025-02-19 08:58:50 +00:00
Junyi
e827c5823f
fix(plugin-workflow): fix style details ( #6240 )
...
* fix(plugin-workflow): fix style details
* fix(plugin-workflow): revert node id back due to e2e fails
2025-02-19 16:58:28 +08:00
nocobase[bot]
26a95a8f3b
Merge branch 'main' into next
2025-02-18 05:57:28 +00:00
Junyi
418a27bf41
feat(plugin-workflow): add api to register group of instruction ( #6237 )
...
* feat(plugin-workflow): add api to register group of instruction
* fix(plugin-workflow): fix type
2025-02-18 13:57:03 +08:00
nocobase[bot]
bd81a6f3fa
Merge branch 'main' into next
2025-02-17 16:17:01 +00:00