Release Notes

Learn about the latest features, improvements, and bug fixes.

NocoBase 2.0 Officially Released

NocoBase 2.0 Officially Released

This release brings systematic improvements to AI capabilities, application architecture, data editing experience, and frontend event flow, along with full adaptation of V2 pages and core features.

Weekly Updates|Support Configurable Block Height

Summarize the weekly product update logs, and the latest releases can be checked on our blog.

NocoBase is currently updated with three branches: main , next and develop.

version.png

  • main:The most stable version to date, recommended for installation;
  • next:Beta version, contains upcoming new features and has been preliminarily tested. There might be some known or unknown issues. It’s mainly for test users to collect feedback and optimize functions further. Ideal for test users who want to experience new features early and give feedback;
  • develop:Alpha version, contains the latest feature code, may be incomplete or unstable, mainly for internal dev and rapid iteration. Suited for tech users interested in product’s cutting-edge, but with potential issues and incomplete functions. Not for production use.
main

main.png

v1.9.46

Release date: 2026-02-11

🐛 Bug Fixes
  • [client] Fix field component options not refreshed in real time when association field switches pattern (#8611) by @katherinehhh

  • [Data visualization: ECharts] Fix ECharts spelling error by @heziqiang

  • [Workflow: Approval]

    • Fix the issue where values missing from detail popup of “My application” by @mytharcher
    • Fix error thrown when execute on before save mode by @mytharcher
v1.9.45

Release date: 2026-02-09

🐛 Bug Fixes
  • [Field component: mask] Fix an issue where the mask field settings popup could not load all user roles correctly. by @gchust
  • [Workflow: Approval] Fix incorrect id to load detail record by @mytharcher
v1.9.44

Release date: 2026-02-08

🎉 New Features
  • [Workflow: Approval] Add ACL control for approval APIs by @mytharcher
v1.9.43

Release date: 2026-02-06

🎉 New Features
  • [Auth: DingTalk] Allows to bind user with unionId by @2013xile
🚀 Improvements
  • [Collection field: Markdown(Vditor)] Added a configuration option to set the default edit mode in the component settings. (#8408) by @Cyx649312038
🐛 Bug Fixes
  • [Action: Import records] Fix the vulnerability of import action (#8544) by @mytharcher

next.png

v2.0.0-beta.23

Release date: 2026-02-12

🎉 New Features
  • [Block: GridCard] support configurable block height (#8583) by @katherinehhh
  • [Action: Batch edit] bulk edit 2.0 (#8526) by @jiannx
🚀 Improvements
  • [client]

    • Table 2.0 supports drag and drop sorting (#8540) by @jiannx
    • Move field assignment and default value settings to form-level configuration. (#8596) by @chenos
  • [Localization] automatically create missing i18n keys (#8588) by @jiannx

🐛 Bug Fixes
  • [client]

    • fix incorrect filtered data in association dropdown when title field is a foreign key (#8619) by @katherinehhh
    • Fix issue where cleared association attachment field is not saved after submit in edit form (#8616) by @katherinehhh
    • Fix field component options not refreshed in real time when association field switches pattern (#8611) by @katherinehhh
    • Fix an issue where table columns did not re-render after clicking Run in the JS column editor. (#8608) by @gchust
    • fix unable to restore selected data in record picker field component after editing (#8610) by @katherinehhh
  • [File manager] fix issue where file field component can still open selector dialog when disabled (#8617) by @katherinehhh

  • [Data visualization: ECharts] Fix ECharts spelling error by @heziqiang

  • [Workflow: Approval]

    • Fix the issue where values missing from detail popup of “My application” by @mytharcher
    • Fix error thrown when execute on before save mode by @mytharcher
v2.0.0-beta.22

Release date: 2026-02-10

🎉 New Features
  • [client] Support configuring browser tab titles for pages, page tabs, popups, and popup tabs (#8590) by @zhangzhonghe
  • [Workflow: Approval] Add ACL control for approval APIs by @mytharcher
🚀 Improvements
  • [client] Use independent field models for association fields in filter forms (#8511) by @zhangzhonghe
  • [Workflow: CC] Refactor workflow CC plugin to support FlowModel architecture with v1/v2 compatibility (#8405) by @zhangzhonghe
🐛 Bug Fixes
  • [flow-engine]

    • Fix an issue where Blob objects could not be created in JS block. (#8603) by @gchust
    • Fix incorrect execution context for “ctx.sql” in JS Models. (#8602) by @gchust
  • [Field component: mask] Fix an issue where the mask field settings popup could not load all user roles correctly. by @gchust

  • [Workflow: Approval] Fix incorrect id to load detail record by @mytharcher

v2.0.0-beta.21

Release date: 2026-02-07

🎉 New Features
  • [client] support configuring fields of the association collection field in form block (#8578) by @katherinehhh
  • [Action: Duplicate record] add 2.0 duplicate action (#8580) by @katherinehhh
  • [Workflow] Support to copy, paste and move node by drag and drop on workflow canvas (#8559) by @mytharcher
🚀 Improvements
  • [flow-engine] Improve autocomplete and code hints in the JS model code editor. (#8575) by @gchust
  • [Workflow: Approval] Remove support for JS fields by @zhangzhonghe
🐛 Bug Fixes
  • [client]

    • Fix a potential “read hidden” render error in non-config mode. (#8591) by @gchust
    • fix sub-table(inline edit) still shows edit-mode columns after switching to read-only view in edit form (#8589) by @katherinehhh
  • [Flow engine] Fix an issue where using a block template in “Duplicate” mode caused the empty popup if clicking some action button from the block. (#8581) by @gchust

  • [Block: Map] Fix duplicate ‘Save as template’ configuration options in map block (#8584) by @katherinehhh

v2.0.0-beta.20

Release date: 2026-02-05

🎉 New Features
  • [client] Support configuring data loading mode (#8551) by @zhangzhonghe
🐛 Bug Fixes
  • [flow-engine] fix column delete action not working in popup sub-table edit when createModelOptions is configured (#8576) by @katherinehhh

  • [Email manager]

    • add filters to the management by @jiannx
    • Fixed the problem of emails in the same mailbox between multiple users and optimized performance by @jiannx
    • fix conversation chain by @jiannx
develop

develop.png

v2.0.0-alpha.71

Release date: 2026-02-10

🎉 New Features
  • [client]

    • Support configuring browser tab titles for pages, page tabs, popups, and popup tabs (#8590) by @zhangzhonghe
    • support configuring fields of the association collection field in form block (#8578) by @katherinehhh
  • [Block: GridCard] support configurable block height (#8583) by @katherinehhh

  • [Action: Duplicate record] add 2.0 duplicate action (#8580) by @katherinehhh

  • [Workflow: Approval] Add ACL control for approval APIs by @mytharcher

🚀 Improvements
  • [client] Use independent field models for association fields in filter forms (#8511) by @zhangzhonghe
  • [Workflow: CC] Refactor workflow CC plugin to support FlowModel architecture with v1/v2 compatibility (#8405) by @zhangzhonghe
🐛 Bug Fixes
  • [flow-engine]

    • Fix incorrect execution context for “ctx.sql” in JS Models. (#8602) by @gchust
    • Fix an issue where Blob objects could not be created in JS block. (#8603) by @gchust
  • [client]

    • Fix an issue where table columns did not re-render after clicking Run in the JS column editor. (#8608) by @gchust
    • Fix a potential “read hidden” render error in non-config mode. (#8591) by @gchust
    • fix sub-table(inline edit) still shows edit-mode columns after switching to read-only view in edit form (#8589) by @katherinehhh
  • [Flow engine] Fix an issue where using a block template in “Duplicate” mode caused the empty popup if clicking some action button from the block. (#8581) by @gchust

  • [Field component: mask] Fix an issue where the mask field settings popup could not load all user roles correctly. by @gchust

  • [Workflow: Approval] Fix incorrect id to load detail record by @mytharcher

v2.0.0-alpha.70

Release date: 2026-02-06

🎉 New Features
  • [Workflow] Support to copy, paste and move node by drag and drop on workflow canvas (#8559) by @mytharcher
🚀 Improvements
  • [Workflow: Approval] Remove support for JS fields by @zhangzhonghe
🐛 Bug Fixes
  • [Block: Map] Fix duplicate ‘Save as template’ configuration options in map block (#8584) by @katherinehhh
v2.0.0-alpha.69

Release date: 2026-02-05

🎉 New Features
  • [client] Support configuring data loading mode (#8551) by @zhangzhonghe
  • [flow-engine] support env.ESM_CDN_BASE_URL (#8529) by @chenos
  • [Auth: DingTalk] Allows to bind user with unionId by @2013xile
🚀 Improvements
  • [flow-engine] Improve autocomplete and code hints in the JS model code editor. (#8575) by @gchust

  • [client]

    • adjust column width setting to dropdown selection in inline editable sub-table (#8561) by @katherinehhh
    • Support disabling redundant default appends params for ResourceActionProvider (#8527) by @2013xile
  • [acl] acl add generalFixedParams method (#8363) by @jiannx

  • [Collection field: Markdown(Vditor)] Added a configuration option to set the default edit mode in the component settings. (#8408) by @Cyx649312038

  • [Workflow] Change the route path of workflow sub pages, to make all workflow pages under /admin/settings/workflow prefix (#8519) by @mytharcher

  • [AI: Knowledge base] Optimized the build output to reduce the package size of plugin-ai-knowledge-base. by @cgyrock

  • [Multi-space] multi-space permission control access acl by @jiannx

  • [Auth: DingTalk] Use userid as the default key for user association, while preserving compatibility with existing authenticators that rely on mobile by @2013xile

🐛 Bug Fixes
  • [client]

    • Fix page refresh required to add child record after enabling tree table (#8574) by @katherinehhh
    • Fix empty space issues in Grid layout (#8535) by @zhangzhonghe
    • Fix column width not updating in subtable( inline edit); multiline text input not resizing with column width (#8573) by @katherinehhh
    • Fix an issue where using the association record picker’s “Quick Create” in the edit form overwrote existing form data. (#8567) by @gchust
    • fix: hide “Enable tree table” and “Expand all rows by default” for non-tree collections (#8566) by @katherinehhh
    • Fix an issue where the “Form (Add new)” menu was incorrectly shown in the “Create new” action popup. (#8562) by @gchust
    • fix nanoid field not regenerating default value after create submission (#8538) by @katherinehhh
    • Fixed an issue where event flow failed to apply when refreshing target blocks across popup. (#8541) by @gchust
    • Fix known issues related to filtering (#8514) by @zhangzhonghe
    • Fixed an issue that caused the data block to refresh repeatedly after submitting a form. (#8531) by @gchust
    • Fix issue where page data is incorrectly refreshed after opening and closing the popup for the first time. (#8548) by @gchust
    • Fixed an issue that prevented using form variables to assign values in linkage rules for multi-level to-many subform fields. (#8518) by @gchust
    • fix incorrect display when setting default values for cascader field model (#8537) by @katherinehhh
    • Fix an issue where data did not refresh after changes across multiple-level popups and across blocks. (#8471) by @gchust
  • [flow-engine]

    • fix column delete action not working in popup sub-table edit when createModelOptions is configured (#8576) by @katherinehhh
    • Fix an issue where submitting the form after switching pages does not refresh the page. (#8554) by @gchust
    • Fix an issue where some third-party libraries could not be imported correctly in JS blocks. (#8545) by @gchust
    • Fixed incorrect loading of some ESM libraries in runjs due to misclassification as AMD modules. (#8536) by @gchust
    • fix FilterByTK issue when filterTargetKey is a single-element array in external data source (#8522) by @katherinehhh
    • fix column delete action not working in popup sub-table edit when createModelOptions is configured (#8560) by @katherinehhh
  • [Collection field: Attachment(URL)] Fix attachment URL field filename display config not working in edit form (#8571) by @katherinehhh

  • [AI employees]

    • Fix an issue where the LLM node fails to send messages (#8569) by @2013xile
    • Fix the issue where the system cannot start after building (#8523) by @cgyrock
    • Fix the exception that occurs when tools are auto called during ai data modeling (#8532) by @cgyrock
  • [UI templates] Fix error when reopening and submitting a saved popup template for the association field “Add new” form. (#8564) by @gchust

  • [Action: Import records] Fix the vulnerability of import action (#8544) by @mytharcher

  • [File manager] Secure file path for local storage, to avoid access path out of document root (#8539) by @mytharcher

  • [Workflow] Add fault-tolerant for collection record select component, to avoid error thrown when collection deleted (#8528) by @mytharcher

  • [Workflow: Custom action event] Fix the issue where parameters and payload are incorrect when trigger custom workflow by @mytharcher

  • [Multi-space]

    • remove the read-pretty attribute for space field by @jiannx
    • add migration script to remove x-ready-pretty in space field by @jiannx
  • [AI: Knowledge base] Fix the issue where the system cannot start after building by @cgyrock

  • [Action: Import records Pro] Fix count numbers in import result and message translation by @mytharcher

  • [Workflow: Subflow] Fix route path of workflow link by @mytharcher

  • [Template print] fix field list display issue in template print action configuration by @katherinehhh

  • [Workflow: Approval]

    • Fix performance issue caused by JSON field in list loading (MySQL) by @mytharcher
    • Add fault-tolerant on workflow deleted, to avoid load error in tasks list by @mytharcher
    • Fix error thrown when add role to user if workflow of audiences is disabled by @mytharcher
  • [Email manager] body does not collapse when text is selected. fix download attachment failed by @jiannx

  • [WeCom] Fix an issue where users cannot be auto-registered when mobile is missing by @2013xile

latest updates
NocoBase v2.0.0-beta.23: support configurable block height
🎉 New Features
  • [Block: GridCard] support configurable block height (#8583) by @katherinehhh

  • [Action: Batch edit] bulk edit 2.0 (#8526) by @jiannx

🚀 Improvements
  • [client]

    • Table 2.0 supports drag and drop sorting (#8540) by @jiannx

    • Move field assignment and default value settings to form-level configuration. (#8596) by @chenos

  • [Localization] automatically create missing i18n keys (#8588) by @jiannx

🐛 Bug Fixes
  • [client]

    • fix incorrect filtered data in association dropdown when title field is a foreign key (#8619) by @katherinehhh

    • Fix issue where cleared association attachment field is not saved after submit in edit form (#8616) by @katherinehhh

    • Fix field component options not refreshed in real time when association field switches pattern (#8611) by @katherinehhh

    • Fix an issue where table columns did not re-render after clicking Run in the JS column editor. (#8608) by @gchust

    • fix unable to restore selected data in record picker field component after editing (#8610) by @katherinehhh

  • [File manager] fix issue where file field component can still open selector dialog when disabled (#8617) by @katherinehhh

  • [Data visualization: ECharts] Fix ECharts spelling error by @heziqiang

  • [Workflow: Approval]

    • Fix the issue where values missing from detail popup of “My application” by @mytharcher

    • Fix error thrown when execute on before save mode by @mytharcher

beta
NocoBase v1.9.46: Fix ECharts spelling error
🐛 Bug Fixes
  • [client] Fix field component options not refreshed in real time when association field switches pattern (#8611) by @katherinehhh

  • [Data visualization: ECharts] Fix ECharts spelling error by @heziqiang

  • [Workflow: Approval]

    • Fix the issue where values missing from detail popup of “My application” by @mytharcher

    • Fix error thrown when execute on before save mode by @mytharcher

latest
NocoBase v2.0.0-alpha.71: support configurable block height
🎉 New Features
  • [client]

    • Support configuring browser tab titles for pages, page tabs, popups, and popup tabs (#8590) by @zhangzhonghe

    • support configuring fields of the association collection field in form block (#8578) by @katherinehhh

  • [Block: GridCard] support configurable block height (#8583) by @katherinehhh

  • [Action: Duplicate record] add 2.0 duplicate action (#8580) by @katherinehhh

  • [Workflow: Approval] Add ACL control for approval APIs by @mytharcher

🚀 Improvements
  • [client] Use independent field models for association fields in filter forms (#8511) by @zhangzhonghe

  • [Workflow: CC] Refactor workflow CC plugin to support FlowModel architecture with v1/v2 compatibility (#8405) by @zhangzhonghe

🐛 Bug Fixes
  • [flow-engine]

    • Fix incorrect execution context for “ctx.sql” in JS Models. (#8602) by @gchust

    • Fix an issue where Blob objects could not be created in JS block. (#8603) by @gchust

  • [client]

    • Fix an issue where table columns did not re-render after clicking Run in the JS column editor. (#8608) by @gchust

    • Fix a potential “read hidden” render error in non-config mode. (#8591) by @gchust

    • fix sub-table(inline edit) still shows edit-mode columns after switching to read-only view in edit form (#8589) by @katherinehhh

  • [Flow engine] Fix an issue where using a block template in “Duplicate” mode caused the empty popup if clicking some action button from the block. (#8581) by @gchust

  • [Field component: mask] Fix an issue where the mask field settings popup could not load all user roles correctly. by @gchust

  • [Workflow: Approval] Fix incorrect id to load detail record by @mytharcher

alpha
NocoBase v2.0.0-beta.22:Support configuring browser tab titles for pages, page tabs, popups, and popup tabs
🎉 New Features
  • [client] Support configuring browser tab titles for pages, page tabs, popups, and popup tabs (#8590) by @zhangzhonghe

  • [Workflow: Approval] Add ACL control for approval APIs by @mytharcher

🚀 Improvements
  • [client] Use independent field models for association fields in filter forms (#8511) by @zhangzhonghe

  • [Workflow: CC] Refactor workflow CC plugin to support FlowModel architecture with v1/v2 compatibility (#8405) by @zhangzhonghe

🐛 Bug Fixes
  • [flow-engine]

    • Fix an issue where Blob objects could not be created in JS block. (#8603) by @gchust

    • Fix incorrect execution context for “ctx.sql” in JS Models. (#8602) by @gchust

  • [Field component: mask] Fix an issue where the mask field settings popup could not load all user roles correctly. by @gchust

  • [Workflow: Approval] Fix incorrect id to load detail record by @mytharcher

beta
NocoBase v1.9.45: Fix incorrect id to load detail record
🐛 Bug Fixes
  • [Field component: mask] Fix an issue where the mask field settings popup could not load all user roles correctly. by @gchust

  • [Workflow: Approval] Fix incorrect id to load detail record by @mytharcher

latest
NocoBase v2.0.0-beta.21: support configuring fields of the association collection field in form block
🎉 New Features
  • [client] support configuring fields of the association collection field in form block (#8578) by @katherinehhh

  • [Action: Duplicate record] add 2.0 duplicate action (#8580) by @katherinehhh

  • [Workflow] Support to copy, paste and move node by drag and drop on workflow canvas (#8559) by @mytharcher

🚀 Improvements
  • [flow-engine] Improve autocomplete and code hints in the JS model code editor. (#8575) by @gchust

  • [Workflow: Approval] Remove support for JS fields by @zhangzhonghe

🐛 Bug Fixes
  • [client]

    • Fix a potential “read hidden” render error in non-config mode. (#8591) by @gchust

    • fix sub-table(inline edit) still shows edit-mode columns after switching to read-only view in edit form (#8589) by @katherinehhh

  • [Flow engine] Fix an issue where using a block template in “Duplicate” mode caused the empty popup if clicking some action button from the block. (#8581) by @gchust

  • [Block: Map] Fix duplicate ‘Save as template’ configuration options in map block (#8584) by @katherinehhh

beta
NocoBase v1.9.44: Add ACL control for approval APIs
🎉 New Features
  • [Workflow: Approval] Add ACL control for approval APIs by @mytharcher
latest
NocoBase v1.9.43: Fix the vulnerability of import action
🎉 New Features
  • [Auth: DingTalk] Allows to bind user with unionId by @2013xile
🚀 Improvements
  • [Collection field: Markdown(Vditor)] Added a configuration option to set the default edit mode in the component settings. (#8408) by @Cyx649312038
🐛 Bug Fixes
  • [Action: Import records] Fix the vulnerability of import action (#8544) by @mytharcher
latest
NocoBase v2.0.0-alpha.70: Support to copy, paste and move node by drag and drop on workflow canvas
🎉 New Features
  • [Workflow] Support to copy, paste and move node by drag and drop on workflow canvas (#8559) by @mytharcher
🚀 Improvements
  • [Workflow: Approval] Remove support for JS fields by @zhangzhonghe
🐛 Bug Fixes
  • [Block: Map] Fix duplicate ‘Save as template’ configuration options in map block (#8584) by @katherinehhh
alpha
NocoBase v2.0.0-alpha.69: support env.ESM_CDN_BASE_URL
🎉 New Features
  • [client] Support configuring data loading mode (#8551) by @zhangzhonghe

  • [flow-engine] support env.ESM_CDN_BASE_URL (#8529) by @chenos

  • [Auth: DingTalk] Allows to bind user with unionId by @2013xile

🚀 Improvements
  • [flow-engine] Improve autocomplete and code hints in the JS model code editor. (#8575) by @gchust

  • [client]

    • adjust column width setting to dropdown selection in inline editable sub-table (#8561) by @katherinehhh

    • Support disabling redundant default appends params for ResourceActionProvider (#8527) by @2013xile

  • [acl] acl add generalFixedParams method (#8363) by @jiannx

  • [Collection field: Markdown(Vditor)] Added a configuration option to set the default edit mode in the component settings. (#8408) by @Cyx649312038

  • [Workflow] Change the route path of workflow sub pages, to make all workflow pages under /admin/settings/workflow prefix (#8519) by @mytharcher

  • [AI: Knowledge base] Optimized the build output to reduce the package size of plugin-ai-knowledge-base. by @cgyrock

  • [Multi-space] multi-space permission control access acl by @jiannx

  • [Auth: DingTalk] Use userid as the default key for user association, while preserving compatibility with existing authenticators that rely on mobile by @2013xile

🐛 Bug Fixes
  • [client]

    • Fix page refresh required to add child record after enabling tree table (#8574) by @katherinehhh

    • Fix empty space issues in Grid layout (#8535) by @zhangzhonghe

    • Fix column width not updating in subtable( inline edit); multiline text input not resizing with column width (#8573) by @katherinehhh

    • Fix an issue where using the association record picker’s “Quick Create” in the edit form overwrote existing form data. (#8567) by @gchust

    • fix: hide “Enable tree table” and “Expand all rows by default” for non-tree collections (#8566) by @katherinehhh

    • Fix an issue where the “Form (Add new)” menu was incorrectly shown in the “Create new” action popup. (#8562) by @gchust

    • fix nanoid field not regenerating default value after create submission (#8538) by @katherinehhh

    • Fixed an issue where event flow failed to apply when refreshing target blocks across popup. (#8541) by @gchust

    • Fix known issues related to filtering (#8514) by @zhangzhonghe

    • Fixed an issue that caused the data block to refresh repeatedly after submitting a form. (#8531) by @gchust

    • Fix issue where page data is incorrectly refreshed after opening and closing the popup for the first time. (#8548) by @gchust

    • Fixed an issue that prevented using form variables to assign values in linkage rules for multi-level to-many subform fields. (#8518) by @gchust

    • fix incorrect display when setting default values for cascader field model (#8537) by @katherinehhh

    • Fix an issue where data did not refresh after changes across multiple-level popups and across blocks. (#8471) by @gchust

  • [flow-engine]

    • fix column delete action not working in popup sub-table edit when createModelOptions is configured (#8576) by @katherinehhh

    • Fix an issue where submitting the form after switching pages does not refresh the page. (#8554) by @gchust

    • Fix an issue where some third-party libraries could not be imported correctly in JS blocks. (#8545) by @gchust

    • Fixed incorrect loading of some ESM libraries in runjs due to misclassification as AMD modules. (#8536) by @gchust

    • fix FilterByTK issue when filterTargetKey is a single-element array in external data source (#8522) by @katherinehhh

    • fix column delete action not working in popup sub-table edit when createModelOptions is configured (#8560) by @katherinehhh

  • [Collection field: Attachment(URL)] Fix attachment URL field filename display config not working in edit form (#8571) by @katherinehhh

  • [AI employees]

    • Fix an issue where the LLM node fails to send messages (#8569) by @2013xile

    • Fix the issue where the system cannot start after building (#8523) by @cgyrock

    • Fix the exception that occurs when tools are auto called during ai data modeling (#8532) by @cgyrock

  • [UI templates] Fix error when reopening and submitting a saved popup template for the association field “Add new” form. (#8564) by @gchust

  • [Action: Import records] Fix the vulnerability of import action (#8544) by @mytharcher

  • [File manager] Secure file path for local storage, to avoid access path out of document root (#8539) by @mytharcher

  • [Workflow] Add fault-tolerant for collection record select component, to avoid error thrown when collection deleted (#8528) by @mytharcher

  • [Workflow: Custom action event] Fix the issue where parameters and payload are incorrect when trigger custom workflow by @mytharcher

  • [Multi-space]

    • remove the read-pretty attribute for space field by @jiannx

    • add migration script to remove x-ready-pretty in space field by @jiannx

  • [AI: Knowledge base] Fix the issue where the system cannot start after building by @cgyrock

  • [Action: Import records Pro] Fix count numbers in import result and message translation by @mytharcher

  • [Workflow: Subflow] Fix route path of workflow link by @mytharcher

  • [Template print] fix field list display issue in template print action configuration by @katherinehhh

  • [Workflow: Approval]

    • Fix performance issue caused by JSON field in list loading (MySQL) by @mytharcher

    • Add fault-tolerant on workflow deleted, to avoid load error in tasks list by @mytharcher

    • Fix error thrown when add role to user if workflow of audiences is disabled by @mytharcher

  • [Email manager] body does not collapse when text is selected. fix download attachment failed by @jiannx

  • [WeCom] Fix an issue where users cannot be auto-registered when mobile is missing by @2013xile

alpha
Weekly Updates|Optimization and Bug Fixes

Summarize the weekly product update logs, and the latest releases can be checked on our blog.

NocoBase is currently updated with three branches: main , next and develop.

version.png

  • main:The most stable version to date, recommended for installation;
  • next:Beta version, contains upcoming new features and has been preliminarily tested. There might be some known or unknown issues. It’s mainly for test users to collect feedback and optimize functions further. Ideal for test users who want to experience new features early and give feedback;
  • develop:Alpha version, contains the latest feature code, may be incomplete or unstable, mainly for internal dev and rapid iteration. Suited for tech users interested in product’s cutting-edge, but with potential issues and incomplete functions. Not for production use.
main

main.png

v1.9.42

Release date: 2026-02-02

🚀 Improvements
  • [Auth: DingTalk] Use userid as the default key for user association, while preserving compatibility with existing authenticators that rely on mobile by @2013xile
🐛 Bug Fixes
  • [Workflow: Approval] Fix performance issue caused by JSON field in list loading (MySQL) by @mytharcher
  • [WeCom] Fix an issue where users cannot be auto-registered when mobile is missing by @2013xile
v1.9.41

Release date: 2026-02-02

🚀 Improvements
  • [client] Support disabling redundant default appends params for ResourceActionProvider (#8527) by @2013xile
🐛 Bug Fixes
  • [Workflow] Add fault-tolerant for collection record select component, to avoid error thrown when collection deleted (#8528) by @mytharcher
  • [File manager] Secure file path for local storage, to avoid access path out of document root (#8539) by @mytharcher
  • [Workflow: Subflow] Fix route path of workflow link by @mytharcher
next

next.png

v2.0.0-beta.19

Release date: 2026-02-05

🎉 New Features
  • [Auth: DingTalk] Allows to bind user with unionId by @2013xile
🚀 Improvements
  • [client] adjust column width setting to dropdown selection in inline editable sub-table (#8561) by @katherinehhh
  • [Collection field: Markdown(Vditor)] Added a configuration option to set the default edit mode in the component settings. (#8408) by @Cyx649312038
  • [Multi-space] multi-space permission control access acl by @jiannx
  • [AI: Knowledge base] Optimized the build output to reduce the package size of plugin-ai-knowledge-base. by @cgyrock
🐛 Bug Fixes
  • [client]

    • Fix an issue where using the association record picker’s “Quick Create” in the edit form overwrote existing form data. (#8567) by @gchust
    • Fix empty space issues in Grid layout (#8535) by @zhangzhonghe
    • Fix page refresh required to add child record after enabling tree table (#8574) by @katherinehhh
    • Fix column width not updating in subtable( inline edit); multiline text input not resizing with column width (#8573) by @katherinehhh
    • Fix an issue where the “Form (Add new)” menu was incorrectly shown in the “Create new” action popup. (#8562) by @gchust
  • [flow-engine]

    • Fix an issue where some third-party libraries could not be imported correctly in JS blocks. (#8545) by @gchust
    • Fix an issue where submitting the form after switching pages does not refresh the page. (#8554) by @gchust
  • [UI templates] Fix error when reopening and submitting a saved popup template for the association field “Add new” form. (#8564) by @gchust

  • [Collection field: Attachment(URL)] Fix attachment URL field filename display config not working in edit form (#8571) by @katherinehhh

  • [AI employees] Fix an issue where the LLM node fails to send messages (#8569) by @2013xile

  • [Action: Import records] Fix the vulnerability of import action (#8544) by @mytharcher

  • [Workflow: Custom action event] Fix the issue where parameters and payload are incorrect when trigger custom workflow by @mytharcher

  • [Multi-space]

    • add migration script to remove x-ready-pretty in space field by @jiannx
    • remove the read-pretty attribute for space field by @jiannx
  • [Workflow: Approval] Fix performance issue caused by JSON field in list loading (MySQL) by @mytharcher

v2.0.0-beta.18

Release date: 2026-02-02

🎉 New Features
  • [flow-engine] support env.ESM_CDN_BASE_URL (#8529) by @chenos
🚀 Improvements
  • [acl] acl add generalFixedParams method (#8363) by @jiannx
  • [client] Support disabling redundant default appends params for ResourceActionProvider (#8527) by @2013xile
  • [Auth: DingTalk] Use userid as the default key for user association, while preserving compatibility with existing authenticators that rely on mobile by @2013xile
🐛 Bug Fixes
  • [client]

    • Fixed an issue where event flow failed to apply when refreshing target blocks across popup. (#8541) by @gchust
    • Fix issue where page data is incorrectly refreshed after opening and closing the popup for the first time. (#8548) by @gchust
    • Fixed an issue that caused the data block to refresh repeatedly after submitting a form. (#8531) by @gchust
    • fix nanoid field not regenerating default value after create submission (#8538) by @katherinehhh
    • fix incorrect display when setting default values for cascader field model (#8537) by @katherinehhh
  • [flow-engine] Fixed incorrect loading of some ESM libraries in runjs due to misclassification as AMD modules. (#8536) by @gchust

  • [File manager] Secure file path for local storage, to avoid access path out of document root (#8539) by @mytharcher

  • [Workflow] Add fault-tolerant for collection record select component, to avoid error thrown when collection deleted (#8528) by @mytharcher

  • [AI employees] Fix the exception that occurs when tools are auto called during ai data modeling (#8532) by @cgyrock

  • [Action: Import records Pro] Fix count numbers in import result and message translation by @mytharcher

  • [Workflow: Subflow] Fix route path of workflow link by @mytharcher

  • [Template print] fix field list display issue in template print action configuration by @katherinehhh

  • [Workflow: Approval]

    • Fix error thrown when add role to user if workflow of audiences is disabled by @mytharcher
    • Add fault-tolerant on workflow deleted, to avoid load error in tasks list by @mytharcher
  • [WeCom] Fix an issue where users cannot be auto-registered when mobile is missing by @2013xile

latest updates
NocoBase v2.0.0-beta.20: Support configuring data loading mode
🎉 New Features
  • [client] Support configuring data loading mode (#8551) by @zhangzhonghe
🐛 Bug Fixes
  • [flow-engine] fix column delete action not working in popup sub-table edit when createModelOptions is configured (#8576) by @katherinehhh

  • [Email manager]

    • add filters to the management by @jiannx
    • Fixed the problem of emails in the same mailbox between multiple users and optimized performance by @jiannx
    • fix conversation chain by @jiannx
beta
NocoBase v2.0.0-beta.19: DingTalk Allows to bind user with `unionId
🎉 New Features
  • [Auth: DingTalk] Allows to bind user with unionId by @2013xile
🚀 Improvements
  • [client] adjust column width setting to dropdown selection in inline editable sub-table (#8561) by @katherinehhh

  • [Collection field: Markdown(Vditor)] Added a configuration option to set the default edit mode in the component settings. (#8408) by @Cyx649312038

  • [Multi-space] multi-space permission control access acl by @jiannx

  • [AI: Knowledge base] Optimized the build output to reduce the package size of plugin-ai-knowledge-base. by @cgyrock

🐛 Bug Fixes
  • [client]

    • Fix an issue where using the association record picker’s “Quick Create” in the edit form overwrote existing form data. (#8567) by @gchust

    • Fix empty space issues in Grid layout (#8535) by @zhangzhonghe

    • Fix page refresh required to add child record after enabling tree table (#8574) by @katherinehhh

    • Fix column width not updating in subtable( inline edit); multiline text input not resizing with column width (#8573) by @katherinehhh

    • Fix an issue where the “Form (Add new)” menu was incorrectly shown in the “Create new” action popup. (#8562) by @gchust

  • [flow-engine]

    • Fix an issue where some third-party libraries could not be imported correctly in JS blocks. (#8545) by @gchust

    • Fix an issue where submitting the form after switching pages does not refresh the page. (#8554) by @gchust

  • [UI templates] Fix error when reopening and submitting a saved popup template for the association field “Add new” form. (#8564) by @gchust

  • [Collection field: Attachment(URL)] Fix attachment URL field filename display config not working in edit form (#8571) by @katherinehhh

  • [AI employees] Fix an issue where the LLM node fails to send messages (#8569) by @2013xile

  • [Action: Import records] Fix the vulnerability of import action (#8544) by @mytharcher

  • [Workflow: Custom action event] Fix the issue where parameters and payload are incorrect when trigger custom workflow by @mytharcher

  • [Multi-space]

    • add migration script to remove x-ready-pretty in space field by @jiannx

    • remove the read-pretty attribute for space field by @jiannx

  • [Workflow: Approval] Fix performance issue caused by JSON field in list loading (MySQL) by @mytharcher

beta
NocoBase v1.9.41: Fix route path of workflow link
🚀 Improvements
  • [client] Support disabling redundant default appends params for ResourceActionProvider (#8527) by @2013xile
🐛 Bug Fixes
  • [Workflow] Add fault-tolerant for collection record select component, to avoid error thrown when collection deleted (#8528) by @mytharcher

  • [File manager] Secure file path for local storage, to avoid access path out of document root (#8539) by @mytharcher

  • [Workflow: Subflow] Fix route path of workflow link by @mytharcher

latest
NocoBase v2.0.0-beta.18: support env.ESM_CDN_BASE_URL
🎉 New Features
  • [flow-engine] support env.ESM_CDN_BASE_URL (#8529) by @chenos
🚀 Improvements
  • [acl] acl add generalFixedParams method (#8363) by @jiannx

  • [client] Support disabling redundant default appends params for ResourceActionProvider (#8527) by @2013xile

  • [Auth: DingTalk] Use userid as the default key for user association, while preserving compatibility with existing authenticators that rely on mobile by @2013xile

🐛 Bug Fixes
  • [client]

    • Fixed an issue where event flow failed to apply when refreshing target blocks across popup. (#8541) by @gchust

    • Fix issue where page data is incorrectly refreshed after opening and closing the popup for the first time. (#8548) by @gchust

    • Fixed an issue that caused the data block to refresh repeatedly after submitting a form. (#8531) by @gchust

    • fix nanoid field not regenerating default value after create submission (#8538) by @katherinehhh

    • fix incorrect display when setting default values for cascader field model (#8537) by @katherinehhh

  • [flow-engine] Fixed incorrect loading of some ESM libraries in runjs due to misclassification as AMD modules. (#8536) by @gchust

  • [File manager] Secure file path for local storage, to avoid access path out of document root (#8539) by @mytharcher

  • [Workflow] Add fault-tolerant for collection record select component, to avoid error thrown when collection deleted (#8528) by @mytharcher

  • [AI employees] Fix the exception that occurs when tools are auto called during ai data modeling (#8532) by @cgyrock

  • [Action: Import records Pro] Fix count numbers in import result and message translation by @mytharcher

  • [Workflow: Subflow] Fix route path of workflow link by @mytharcher

  • [Template print] fix field list display issue in template print action configuration by @katherinehhh

  • [Workflow: Approval]

    • Fix error thrown when add role to user if workflow of audiences is disabled by @mytharcher

    • Add fault-tolerant on workflow deleted, to avoid load error in tasks list by @mytharcher

  • [WeCom] Fix an issue where users cannot be auto-registered when mobile is missing by @2013xile

beta
NocoBase v1.9.42: Fix an issue where users cannot be auto-registered when mobile is missing
🚀 Improvements
  • [Auth: DingTalk] Use userid as the default key for user association, while preserving compatibility with existing authenticators that rely on mobile by @2013xile
🐛 Bug Fixes
  • [Workflow: Approval] Fix performance issue caused by JSON field in list loading (MySQL) by @mytharcher

  • [WeCom] Fix an issue where users cannot be auto-registered when mobile is missing by @2013xile

latest
Weekly Updates|Support file paste in AI chat

Summarize the weekly product update logs, and the latest releases can be checked on our blog.

NocoBase is currently updated with three branches: main , next and develop.

version.png

  • main:The most stable version to date, recommended for installation;
  • next:Beta version, contains upcoming new features and has been preliminarily tested. There might be some known or unknown issues. It’s mainly for test users to collect feedback and optimize functions further. Ideal for test users who want to experience new features early and give feedback;
  • develop:Alpha version, contains the latest feature code, may be incomplete or unstable, mainly for internal dev and rapid iteration. Suited for tech users interested in product’s cutting-edge, but with potential issues and incomplete functions. Not for production use.
main

main.png

v1.9.40

Release date: 2026-01-25

🚀 Improvements
  • [Office File Previewer] Add more file types for previewing on Microsoft (#8500) by @mytharcher
🐛 Bug Fixes
  • [client]

    • fix nanoid field not regenerated after form submit (#8491) by @katherinehhh
    • Fix duplicate required validation message when clearing a cascade field (#8476) by @katherinehhh
  • [database]

    • Fix errors when filtering with the empty operator after reloading a collection (#8496) by @2013xile
    • fix: deep update nested associations (#8492) by @chenos
  • [File manager] Fix the issue where filename get from request body became unexpectedly decoded string (#8481) by @mytharcher

  • [Data source: Main] Fixed an issue where deleting records from a many-to-many association table block did not respect the association field onDelete: 'restrict' constraint (#8493) by @2013xile

  • [Block: iframe] Fix the error when adding aggregated variables to Iframe (#8482) by @zhangzhonghe

  • [Workflow: Webhook] Fix the issue where body data is missing when body parsing not configured by @mytharcher

  • [Template print] Fixed incorrect print button permission logic when roles were unioned. by @jiannx

  • [Workflow: Approval]

    • Fix the issue where concurrency makes execution repeatedly resumed by @mytharcher
    • Fix the issue where return an approval to previous node but returned to start by @mytharcher
  • [Migration manager] Fixed a potential process freeze caused by logging excessively large SQL statements included in migration error exceptions by @cgyrock

next

next.png

v2.0.0-beta.17

Release date: 2026-01-29

🐛 Bug Fixes
  • [client] Fix known issues related to filtering (#8514) by @zhangzhonghe
  • [AI employees] Fix the issue where the system cannot start after building (#8523) by @cgyrock
  • [AI: Knowledge base] Fix the issue where the system cannot start after building by @cgyrock
v2.0.0-beta.16

Release date: 2026-01-27

🎉 New Features
  • [client] add subtable (popup editing) field component (#8280) by @katherinehhh
  • [Workflow] Add API for moving node (#8507) by @mytharcher
🚀 Improvements
  • [client]

    • prevent full table re-render when updating a cell (#8349) by @katherinehhh
    • Improve to-many subform to initialize with a default item and avoid creating records when left empty (#8458) by @katherinehhh
  • [File manager] Add extensible previewer for file manager (#8501) by @mytharcher

  • [Workflow] Change the route path of workflow sub pages, to make all workflow pages under /admin/settings/workflow prefix (#8519) by @mytharcher

🐛 Bug Fixes
  • [client]

    • Fix duplicated time in filter DateTime value (#8506) by @zhangzhonghe
    • Fixed an issue that prevented using form variables to assign values in linkage rules for multi-level to-many subform fields. (#8518) by @gchust
    • Fix an issue where data did not refresh after changes across multiple-level popups and across blocks. (#8471) by @gchust
    • fix issue where sub-detail data in read-only mode could not be displayed correctly in the edit form (#8469) by @katherinehhh
    • fix refine logic for optional targetKey (#8333) by @katherinehhh
    • fix incorrect filter params for relation field Select in editable subtable (#8335) by @katherinehhh
  • [flow-engine] fix FilterByTK issue when filterTargetKey is a single-element array in external data source (#8522) by @katherinehhh

  • [AI employees] fix issues of inconsistent selectable field configuration between AI modeling and data source management (#8488) by @cgyrock

  • [Email manager] body does not collapse when text is selected. fix download attachment failed by @jiannx

v2.0.0-beta.15

Release date: 2026-01-25

🚀 Improvements
  • [Office File Previewer] Add more file types for previewing on Microsoft (#8500) by @mytharcher
🐛 Bug Fixes
  • [database] Fix errors when filtering with the empty operator after reloading a collection (#8496) by @2013xile
  • [Template print] Fixed incorrect print button permission logic when roles were unioned. by @jiannx
  • [Workflow: Approval] Fix the issue where error thrown in 1.x approval record popup by @mytharcher
  • [Migration manager] Fixed a potential process freeze caused by logging excessively large SQL statements included in migration error exceptions by @cgyrock
v2.0.0-beta.14

Release date: 2026-01-23

🎉 New Features
  • [AI employees] Support file paste in AI chat (#8487) by @heziqiang
🚀 Improvements
  • [client]

    • Improve to-many subform to initialize with a default item and avoid creating records when left empty (#8473) by @katherinehhh
    • Improve the upload and edit buttons for attachment fields in sub-table to better guide users to click upload. (#8474) by @katherinehhh
  • [flow-engine] Improve ctx.libs in runjs to support on-demand loading, and add predefined libraries: lodash, math, and formula. (#8468) by @gchust

  • [Error handler] Sanitize SQL reference errors (#8464) by @2013xile

  • [Workflow: Approval] Implement access control for APIs to prevent unauthorized data operations by @mytharcher

🐛 Bug Fixes
  • [client]

    • Fix the issue where the rich text editor’s popovers are obscured (#8443) by @zhangzhonghe
    • Fix duplicated time in filter DateTime value (#8484) by @zhangzhonghe
    • fix nanoid field not regenerated after form submit (#8491) by @katherinehhh
    • Fix duplicate required validation message when clearing a cascade field (#8476) by @katherinehhh
    • filter list to remove duplicates (#8431) by @jiannx
    • Fix the issue where the configuration menu does not display in Chrome 144 (#8470) by @zhangzhonghe
  • [database]

    • fix: deep update nested associations (#8492) by @chenos
  • [server] Fix version of mathjs in common dependencies (#8475) by @mytharcher

  • [flow-engine] Fix an issue where closing an embedded popup caused an error after consecutively opening the linkage rules configuration and event flow configuration popup. (#8368) by @gchust

  • [Data source: Main] Fixed an issue where deleting records from a many-to-many association table block did not respect the association field onDelete: 'restrict' constraint (#8493) by @2013xile

  • [Async task manager] Fix the issue where workflow triggered by async import delayed to execute (#8478) by @mytharcher

  • [Block: iframe] Fix the error when adding aggregated variables to Iframe (#8482) by @zhangzhonghe

  • [UI templates] Fix an issue where reference template blocks could not set data scopes via event flow settings. (#8472) by @gchust

  • [File manager] Fix the issue where filename get from request body became unexpectedly decoded string (#8481) by @mytharcher

  • [Action: Import records Pro] Fix the issue where workflow triggered by async import delayed to execute by @mytharcher

  • [Workflow: Webhook] Fix the issue where body data is missing when body parsing not configured by @mytharcher

  • [Template print] remove footer buttons from print template configuration by @katherinehhh

  • [Workflow: Approval]

    • Fix the issue where return an approval to previous node but returned to start by @mytharcher
    • Fix the issue where concurrency makes execution repeatedly resumed by @mytharcher
    • Fix the issue where fields are not displayed on approval task cards by @zhangzhonghe
develop

develop.png

v2.0.0-alpha.68

Release date

🎉 New Features
  • [Workflow] Add API for moving node (#8507) by @mytharcher
v2.0.0-alpha.67

Release date

🎉 New Features
  • [server] Refactor the app supervisor to support multi-app management across different scenarios (#8043) by @2013xile
  • [client] add subtable (popup editing) field component (#8280) by @katherinehhh
  • [AI employees] Support file paste in AI chat (#8487) by @heziqiang
🚀 Improvements
  • [client]

    • Improve the upload and edit buttons for attachment fields in sub-table to better guide users to click upload. (#8474) by @katherinehhh
    • Improve to-many subform to initialize with a default item and avoid creating records when left empty (#8473) by @katherinehhh
  • [flow-engine] Improve ctx.libs in runjs to support on-demand loading, and add predefined libraries: lodash, math, and formula. (#8468) by @gchust

  • [server] Support configuring a CORS origin whitelist (#8454) by @2013xile

  • [File manager] Add extensible previewer for file manager (#8501) by @mytharcher

  • [Office File Previewer] Add more file types for previewing on Microsoft (#8500) by @mytharcher

  • [Error handler] Sanitize SQL reference errors (#8464) by @2013xile

  • [Action: Export records] Improve export action data scope based on selected records or resource filters (#8442) by @katherinehhh

  • [Action: Export records Pro] Improve export action data scope based on selected records or resource filters by @katherinehhh

  • [Workflow: Approval] Implement access control for APIs to prevent unauthorized data operations by @mytharcher

🐛 Bug Fixes
  • [client]

    • Fix duplicated time in filter DateTime value (#8484) by @zhangzhonghe
    • fix nanoid field not regenerated after form submit (#8491) by @katherinehhh
    • Fix the issue where the rich text editor’s popovers are obscured (#8443) by @zhangzhonghe
    • filter list to remove duplicates (#8431) by @jiannx
    • Fix duplicate required validation message when clearing a cascade field (#8476) by @katherinehhh
    • Fix the issue where the configuration menu does not display in Chrome 144 (#8470) by @zhangzhonghe
    • fix issue where sub-detail data in read-only mode could not be displayed correctly in the edit form (#8469) by @katherinehhh
    • Fix the issue where the “Custom Variables” popup is obscured (#8463) by @zhangzhonghe
    • fix issue where collection field group sorting settings did not take effect. (#8453) by @katherinehhh
    • Fix the issue where the table “Column Settings” button is non-functional (#8441) by @zhangzhonghe
    • Fix an issue where the file association field’s picker popup had an incorrect z-index, and the popup configuration could not be saved correctly. (#8446) by @gchust
    • fix issue when editing collection in the graphical interface (#8451) by @katherinehhh
  • [database]

    • Fix errors when filtering with the empty operator after reloading a collection (#8496) by @2013xile
    • fix: deep update nested associations (#8492) by @chenos
  • [server] Fix version of mathjs in common dependencies (#8475) by @mytharcher

  • [flow-engine]

    • Fix an issue where closing an embedded popup caused an error after consecutively opening the linkage rules configuration and event flow configuration popup. (#8368) by @gchust
    • Fix an issue where repeatedly clicking the configuration menu could open multiple configuration popups. (#8448) by @gchust
    • Fix an issue where variables in runjs code params were resolved before execution. (#8445) by @gchust
    • Fix an issue where popup variables could not be selected in the data selector’s quick-create popup. (#8450) by @gchust
  • [AI employees] fix issues of inconsistent selectable field configuration between AI modeling and data source management (#8488) by @cgyrock

  • [Data source: Main] Fixed an issue where deleting records from a many-to-many association table block did not respect the association field onDelete: 'restrict' constraint (#8493) by @2013xile

  • [Block: iframe] Fix the error when adding aggregated variables to Iframe (#8482) by @zhangzhonghe

  • [Async task manager] Fix the issue where workflow triggered by async import delayed to execute (#8478) by @mytharcher

  • [File manager] Fix the issue where filename get from request body became unexpectedly decoded string (#8481) by @mytharcher

  • [UI templates] Fix an issue where reference template blocks could not set data scopes via event flow settings. (#8472) by @gchust

  • [Mobile (deprecated)] Deprecated mobile plugin (replaced by the ui-layout plugin from version 2.0). (#8456) by @chenos

  • [Action: Import records Pro] Fix the issue where workflow triggered by async import delayed to execute by @mytharcher

  • [Workflow: Webhook] Fix the issue where body data is missing when body parsing not configured by @mytharcher

  • [Template print]

    • Fixed incorrect print button permission logic when roles were unioned. by @jiannx
    • remove footer buttons from print template configuration by @katherinehhh
  • [Workflow: Approval]

    • Fix the issue where fields are not displayed on approval task cards by @zhangzhonghe
    • Fix the issue where return an approval to previous node but returned to start by @mytharcher
    • Fix the issue where concurrency makes execution repeatedly resumed by @mytharcher
    • Fix the issue where error thrown in 1.x approval record popup by @mytharcher
  • [Email manager]

    • Fix the issue where the email configuration popup is obscured by @zhangzhonghe
    • Fixed the problem of emails in the same mailbox between multiple users and optimized performance by @jiannx
  • [Migration manager] Fixed a potential process freeze caused by logging excessively large SQL statements included in migration error exceptions by @cgyrock

latest updates
NocoBase v2.0.0-beta.17: Bug Fixes
🐛 Bug Fixes
  • [client] Fix known issues related to filtering (#8514) by @zhangzhonghe

  • [AI employees] Fix the issue where the system cannot start after building (#8523) by @cgyrock

  • [AI: Knowledge base] Fix the issue where the system cannot start after building by @cgyrock

beta
Loading...

Loading more content...

No more content to load