Release Notes

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

NocoBase v1.8.12: Bug Fixes
🎉 New Features
  • [client] Added “Auto focus” option for Input, TextArea, URL, and InputNumber components that automatically focuses the input field during initial page rendering when enabled (#7320) by @zhangzhonghe
🐛 Bug Fixes
  • [client]

    • Fix file preview item on null url (#7315) by @mytharcher

    • Add full URL to local file when previewing (#7314) by @mytharcher

  • [utils] incorrect timezone handling for parseDate (#7318) by @katherinehhh

  • [undefined] Add new plugin to preset (#7319) by @mytharcher

  • [File manager] Fix storage field permission (#7316) by @mytharcher

  • [Workflow] Fix undefined result when processor exit (#7317) by @mytharcher

  • [Workflow: Dynamic calculation node] Fix legacy API caused error (#7321) by @mytharcher

  • [Workflow: Subflow] Fix flow suspended by @mytharcher

latest
NocoBase v1.9.0-alpha.4: Support configuring request body size limit via environment variable
🎉 New Features
  • [server] Support configuring request body size limit via environment variable (#7273) by @aaaaaajie

  • [client] Table blocks support adding a ‘Column settings’ button to configure column order and visibility (#7204) by @kerwin612

  • [Office File Previewer] Support to preview Office files via Microsoft live preview (#7300) by @mytharcher

  • [Data source: Main]

    • support reading tables from main data source (#7238) by @aaaaaajie
  • [Workflow: Parallel node] Add “All settled” mode for parallel node (#7263) by @mytharcher

  • [Auth: SAML 2.0] Support automatic redirection to the SSO URL when the user is unauthenticated by @2013xile

  • [Redis queue adapter] Add Redis adapter for event queue by @mytharcher

🚀 Improvements
  • [client] Do not automatically close menu after selection (#7252) by @kerwin612

  • [server] Make concurrent memory queue available when processing items not full (#7267) by @mytharcher

  • [database] Automatically activates simple pagination when dataset exceeds a threshold (#7227) by @aaaaaajie

  • [Notification: In-app message] Change in-app message from SSE to WebSocket (#7302) by @mytharcher

  • [Workflow]

    • Reduce jobs amount to load when preparing execution (#7284) by @mytharcher
    • Add json type constant for test variable (#7274) by @mytharcher
  • [AI integration] Remove await for invoking saveJob (#7275) by @mytharcher

  • [Workflow: Manual node] storePopupContext supports saving default context (#7264) by @zhangzhonghe

  • [Workflow: JSON calculation] Make JSON query node testable by @mytharcher

  • [Redis queue adapter] Make concurrent queue available when processing items not full for Redis adapter by @mytharcher

  • [Auth: DingTalk] In the DingTalk client, set the navigation bar title to an empty string instead of displaying “Loading…” by @2013xile

🐛 Bug Fixes
  • [utils] incorrect timezone handling for parseDate (#7318) by @katherinehhh

  • [client]

    • Fix file preview item on null url (#7315) by @mytharcher
    • Add full URL to local file when previewing (#7314) by @mytharcher
    • Fix issue where tree table cannot be expanded (#7309) by @zhangzhonghe
    • Fix unexpected behavior in table row drag and drop sorting (#6959) by @ChimingLiu
    • Fix infinite loop issue when parsing field default values (#7301) by @zhangzhonghe
    • date field display issue in association field data selector popup of filter form (#7290) by @katherinehhh
    • fuzzy search not working in select association field when using formula as title field (#7280) by @katherinehhh
    • missing current object variable in sub-table linkage rules (#7266) by @katherinehhh
    • Fix issue where Markdown fields were not rendered correctly in the detail view. (#7257) by @aaaaaajie
    • After field changes, the association fields that depend on this field have not cleared their values (#7262) by @zhangzhonghe
    • display issue when deprecated date variables are used in date fields of historical data (#7253) by @katherinehhh
    • Data selector title field setting is invalid (#7251) by @zhangzhonghe
  • [database]

    • Resolve auto simple pagination failure caused by table naming convention. (#7256) by @aaaaaajie
    • Fixed failure when exporting large datasets from PostgreSQL (#7228) by @aaaaaajie
    • Fix issue where default primary key sorting causes list loading failure when using MSSQL external data source in table block. (#7259) by @aaaaaajie
  • [auth] Fix the issue where an empty secret in sub-application configuration prevents sign-in (#7239) by @2013xile

  • [File manager] Fix storage field permission (#7316) by @mytharcher

  • [Workflow]

    • Fix undefined result when processor exit (#7317) by @mytharcher
    • Fix BigInt ID issue in MySQL when save job (#7292) by @mytharcher
    • Fix wrong version of dependency (#7258) by @mytharcher
  • [Workflow: HTTP request node] Fix racing condition bug (#7310) by @mytharcher

  • [Action: Export records] Fixed incorrect formatting of nested relational fields when exporting to Excel. (#7277) by @aaaaaajie

  • [Data source manager] Fixed preserve external datasource attributes in collection configuration (#7249) by @aaaaaajie

  • [Action: Batch edit] Unable to perform bulk edit and bulk update in data selector (#7250) by @zhangzhonghe

  • [Data source: External Oracle] Fixed preserve external datasource attributes in collection configuration by @aaaaaajie

  • [Data source: External SQL Server] Fix inconsistent storage format for MSSQL datetime (without time zone) fields from external data sources by @aaaaaajie

  • [Workflow: Subflow] Fix flow suspended by @mytharcher

  • [Workflow: Approval]

    • Fix error thrown from assignee select inside external datasource by @mytharcher
    • The Link button’s URL points to a popup on the current page, but clicking it shows a 404 error by @zhangzhonghe
  • [Email manager]

    • add rawId field for performance optimization by @jiannx
    • ref attribute in html causes rendering exception by @jiannx
    • the messages and labes relationship collection is exceptional under mysql by @jiannx
alpha
NocoBase v1.8.11: Support to preview Office files via Microsoft live preview
🎉 New Features
  • [Office File Previewer] Support to preview Office files via Microsoft live preview (#7300) by @mytharcher
🚀 Improvements
  • [client] Do not automatically close menu after selection (#7252) by @kerwin612

  • [Notification: In-app message] Change in-app message from SSE to WebSocket (#7302) by @mytharcher

  • [Workflow] Reduce jobs amount to load when preparing execution (#7284) by @mytharcher

  • [Auth: DingTalk] In the DingTalk client, set the navigation bar title to an empty string instead of displaying “Loading…” by @2013xile

🐛 Bug Fixes
  • [client]

    • Fix issue where tree table cannot be expanded (#7309) by @zhangzhonghe

    • Fix unexpected behavior in table row drag and drop sorting (#6959) by @ChimingLiu

    • Fix infinite loop issue when parsing field default values (#7301) by @zhangzhonghe

    • 修复筛选表单中关系字段配置数据选择器时弹窗内日期字段展示异常的问题 (#7290) by @katherinehhh

  • [Workflow: HTTP request node] Fix racing condition bug (#7310) by @mytharcher

  • [Workflow] Fix BigInt ID issue in MySQL when save job (#7292) by @mytharcher

  • [Action: Export records] Fixed incorrect formatting of nested relational fields when exporting to Excel. (#7277) by @aaaaaajie

  • [Data source: External SQL Server] Fix inconsistent storage format for MSSQL datetime (without time zone) fields from external data sources by @aaaaaajie

  • [Workflow: Approval] Fix error thrown from assignee select inside external datasource by @mytharcher

latest
NocoBase v1.9.0-beta.5: Support configuring request body size limit via environment variable
🎉 New Features
  • [server] Support configuring request body size limit via environment variable (#7273) by @aaaaaajie

  • [Workflow: Parallel node] Add “All settled” mode for parallel node (#7263) by @mytharcher

  • [Auth: SAML 2.0] Support automatic redirection to the SSO URL when the user is unauthenticated by @2013xile

  • [Redis queue adapter] Add Redis adapter for event queue by @mytharcher

  • [Workflow: date calculation node] Support to test run node by @mytharcher

🚀 Improvements
  • [server] Make concurrent memory queue available when processing items not full (#7267) by @mytharcher

  • [database] Automatically activates simple pagination when dataset exceeds a threshold (#7227) by @aaaaaajie

  • [client] Color Picker: Add four recommended colors (#7226) by @zhangzhonghe

  • [AI integration] Remove await for invoking saveJob (#7275) by @mytharcher

  • [Workflow: Manual node] storePopupContext supports saving default context (#7264) by @zhangzhonghe

  • [Workflow]

    • Add json type constant for test variable (#7274) by @mytharcher

    • Use logging instead of throwing error when execution should not run due to status (#7217) by @mytharcher

    • Make comparison compatible for date values (#7237) by @mytharcher

  • [Collection field: Formula] Add more calculable interfaces (#7215) by @mytharcher

  • [Redis queue adapter] Make concurrent queue available when processing items not full for Redis adapter by @mytharcher

  • [Workflow: JSON calculation] Make JSON query node testable by @mytharcher

  • [Workflow: Approval] Support to delete approval when related data deleted by @mytharcher

🐛 Bug Fixes
  • [client]

    • fuzzy search not working in select association field when using formula as title field (#7280) by @katherinehhh

    • missing current object variable in sub-table linkage rules (#7266) by @katherinehhh

    • After field changes, the association fields that depend on this field have not cleared their values (#7262) by @zhangzhonghe

    • Fix issue where Markdown fields were not rendered correctly in the detail view. (#7257) by @aaaaaajie

    • Data selector title field setting is invalid (#7251) by @zhangzhonghe

    • Avoid non-association fields to be selected in appends (#7231) by @mytharcher

    • When deleting a menu, the corresponding data in the uiSchemas table is not deleted (#7232) by @zhangzhonghe

    • style rules not working on table action column (#7225) by @katherinehhh

    • display issue when deprecated date variables are used in date fields of historical data (#7253) by @katherinehhh

    • display issue for association fields in linkage rules (#7220) by @katherinehhh

    • Fix error: Can’t resolve ‘react-device-detect (#7224) by @zhangzhonghe

  • [database]

    • Resolve auto simple pagination failure caused by table naming convention. (#7256) by @aaaaaajie

    • Fix issue where default primary key sorting causes list loading failure when using MSSQL external data source in table block. (#7259) by @aaaaaajie

    • Fixed failure when exporting large datasets from PostgreSQL (#7228) by @aaaaaajie

    • Fixed error when enabling simple pagination for external data source tables (#7222) by @aaaaaajie

  • [auth] Fix the issue where an empty secret in sub-application configuration prevents sign-in (#7239) by @2013xile

  • [Workflow] Fix wrong version of dependency (#7258) by @mytharcher

  • [Action: Batch edit] Unable to perform bulk edit and bulk update in data selector (#7250) by @zhangzhonghe

  • [Data source manager] Fixed preserve external datasource attributes in collection configuration (#7249) by @aaaaaajie

  • [Collection field: Sort] missing sort field selection when duplicating records (#7116) by @katherinehhh

  • [Data source: External Oracle] Fixed preserve external datasource attributes in collection configuration by @aaaaaajie

  • [Workflow: Subflow] Fix error thrown when recall signal arrive but pending execution is not on current instance by @mytharcher

  • [Workflow: Approval]

    • Fix multiple levels of associations when submit approval by @mytharcher

    • The Link button’s URL points to a popup on the current page, but clicking it shows a 404 error by @zhangzhonghe

    • Fix associations when submit approval by @mytharcher

    • Add fault tolerance for deleted approval in record list by @mytharcher

    • Fix exception when delete record by @mytharcher

  • [Email manager] the messages and labes relationship collection is exceptional under mysql by @jiannx

beta
NocoBase v1.8.10: Support automatic redirection to the SSO URL when the user is unauthenticated
🎉 New Features
  • [Auth: SAML 2.0] Support automatic redirection to the SSO URL when the user is unauthenticated by @2013xile
latest
NocoBase v1.9.0-alpha.3: Support displaying plugin-defined tables in the main data source
🎉 New Features
  • [Data source: Main] Support displaying plugin-defined tables in the main data source. (#7187) by @aaaaaajie

  • [Workflow: date calculation node] Support to test run node by @mytharcher

🚀 Improvements
  • [client] Color Picker: Add four recommended colors (#7226) by @zhangzhonghe

  • [Workflow] Make comparison compatible for date values (#7237) by @mytharcher

🐛 Bug Fixes
  • [client]

    • style rules not working on table action column (#7225) by @katherinehhh

    • Avoid non-association fields to be selected in appends (#7231) by @mytharcher

    • Fix error: Can’t resolve ‘react-device-detect (#7224) by @zhangzhonghe

    • When deleting a menu, the corresponding data in the uiSchemas table is not deleted (#7232) by @zhangzhonghe

  • [database] Fixed error when enabling simple pagination for external data source tables (#7222) by @aaaaaajie

  • [Collection field: Sort] missing sort field selection when duplicating records (#7116) by @katherinehhh

  • [Workflow: Subflow] Fix error thrown when recall signal arrive but pending execution is not on current instance by @mytharcher

  • [Workflow: Approval]

    • Fix multiple levels of associations when submit approval by @mytharcher

    • Add fault tolerance for deleted approval in record list by @mytharcher

  • [Email manager] email message list optimal performance by @jiannx

alpha
NocoBase v1.8.7: Support to test run node
🎉 New Features
  • [Workflow: date calculation node] Support to test run node by @mytharcher
🚀 Improvements
  • [client] Color Picker: Add four recommended colors (#7226) by @zhangzhonghe

  • [Workflow] Make comparison compatible for date values (#7237) by @mytharcher

🐛 Bug Fixes
  • [client]

    • style rules not working on table action column (#7225) by @katherinehhh

    • When deleting a menu, the corresponding data in the uiSchemas table is not deleted (#7232) by @zhangzhonghe

    • Avoid non-association fields to be selected in appends (#7231) by @mytharcher

  • [Workflow: Subflow] Fix error thrown when recall signal arrive but pending execution is not on current instance by @mytharcher

latest
NocoBase v1.8.6: Bug Fixes
🐛 Bug Fixes
  • [client]

    • Fix error: Can’t resolve ‘react-device-detect (#7224) by @zhangzhonghe

    • display issue for association fields in linkage rules (#7220) by @katherinehhh

  • [database] Fixed error when enabling simple pagination for external data source tables (#7222) by @aaaaaajie

  • [Collection field: Sort] missing sort field selection when duplicating records (#7116) by @katherinehhh

  • [Workflow: Approval]

    • Add fault tolerance for deleted approval in record list by @mytharcher

    • Fix multiple levels of associations when submit approval by @mytharcher

    • Fix exception when delete record by @mytharcher

latest
NocoBase v1.9.0-alpha.2: Support to configure independent auth secret for sub-apps
🎉 New Features
  • [Multi-app manager] Support to configure independent auth secret for sub-apps (#7197) by @mytharcher

  • [Workflow: CC] Add CC node to workflow (#7201) by @mytharcher

  • [Workflow: Approval] Add initializer for trigger by @mytharcher

🚀 Improvements
  • [Collection field: Formula] Add more calculable interfaces (#7215) by @mytharcher

  • [Workflow]

    • Use logging instead of throwing error when execution should not run due to status (#7217) by @mytharcher

    • Convert operands to string before string comparison in logic calculation (#7190) by @mytharcher

  • [Notification: In-app message] Optimize font size for mobile message page (#7199) by @zhangzhonghe

  • [Multi-app manager]

    • Add database and authorization options for sub-app (#7184) by @mytharcher

    • Add database and authorization options for sub-app (#7184) by @mytharcher

  • [Collection field: Code] Add indent setting by @mytharcher

  • [Workflow: Approval] Support to delete approval when related data deleted by @mytharcher

  • [Auth: DingTalk] Support configuring the callback URL’s protocol and port number by @2013xile

🐛 Bug Fixes
  • [client]

    • issue where attachment fields could not be selected as variables in linkage rule (#7213) by @zhangzhonghe

    • Filter collapse: Filter is not triggered during page initialization after setting default values for fields (#7206) by @zhangzhonghe

    • display issue for association fields in linkage rules (#7220) by @katherinehhh

    • value assignment fails in edit form when both value and options are set for select field (#7209) by @katherinehhh

    • error when assigning values in list block using kanban sort field (#7208) by @katherinehhh

    • Popup action: Page display does not meet expectations after switching tabs (#7212) by @zhangzhonghe

    • Browser tab title is not synchronized when switching between submenus (#7207) by @zhangzhonghe

    • Fix the issue where dropdown select components are blocked by the keyboard on iOS (#7149) by @zhangzhonghe

    • The checkbox field display is incorrect in the association field collection within the form (#7176) by @zhangzhonghe

    • Fix the issue where clicking buttons cannot open popups (#7180) by @zhangzhonghe

  • [acl] Fix error when deleting a role under role union mode that includes the root role. (#7198) by @aaaaaajie

  • [database] Fixed an issue where fields of views were not displayed in blocks. (#7162) by @aaaaaajie

  • [Multi-app manager] Fix auth options in unexpected position (#7210) by @mytharcher

  • [Notification: In-app message] Fix BigInt timestamp in string format causes dayjs issue (#7196) by @mytharcher

  • [Authentication] Fix the issue where the login page cannot scroll (#7159) by @zhangzhonghe

  • [Action: Custom request] variable parsing issue in URL during route navigation after custom request success (#7186) by @katherinehhh

  • [Block: Kanban] fix subtable UI issues in Kanban and add support for Kanban column width setting (#7189) by @katherinehhh

  • [Workflow: Manual node] Fix error thrown when use variable (#7177) by @mytharcher

  • [Template print] add migration script to rootDataType field by @jiannx

  • [Workflow: Approval]

    • Fix associations when submit approval by @mytharcher

    • Fix exception when delete record by @mytharcher

    • Fix approved branch not run when no assignee by @mytharcher

    • To avoid error when user not exists by @mytharcher

    • Fix block and association bugs by @mytharcher

    • Add try/catch in migration when update UI schema by @mytharcher

    • Reload association on record by @mytharcher

alpha
NocoBase v1.8.5: Add more calculable interfaces
🚀 Improvements
  • [Collection field: Formula] Add more calculable interfaces (#7215) by @mytharcher

  • [Workflow] Use logging instead of throwing error when execution should not run due to status (#7217) by @mytharcher

  • [Workflow: Approval] Support to delete approval when related data deleted by @mytharcher

🐛 Bug Fixes
  • [client]

    • issue where attachment fields could not be selected as variables in linkage rule (#7213) by @zhangzhonghe

    • Fix the issue where dropdown select components are blocked by the keyboard on iOS (#7149) by @zhangzhonghe

    • value assignment fails in edit form when both value and options are set for select field (#7209) by @katherinehhh

    • Filter collapse: Filter is not triggered during page initialization after setting default values for fields (#7206) by @zhangzhonghe

    • error when assigning values in list block using kanban sort field (#7208) by @katherinehhh

    • Browser tab title is not synchronized when switching between submenus (#7207) by @zhangzhonghe

    • Popup action: Page display does not meet expectations after switching tabs (#7212) by @zhangzhonghe

  • [acl] Fix error when deleting a role under role union mode that includes the root role. (#7198) by @aaaaaajie

  • [Multi-app manager] Fix auth options in unexpected position (#7210) by @mytharcher

  • [Authentication] Fix the issue where the login page cannot scroll (#7159) by @zhangzhonghe

  • [Workflow: Approval] Fix associations when submit approval by @mytharcher

latest
NocoBase v1.9.0-beta.3: Support to configure independent auth secret for sub-apps
🎉 New Features
  • [Multi-app manager] Support to configure independent auth secret for sub-apps (#7197) by @mytharcher

  • [Workflow: CC] Add CC node to workflow (#7201) by @mytharcher

  • [Workflow: Approval] Add initializer for trigger by @mytharcher

🚀 Improvements
  • [Notification: In-app message] Optimize font size for mobile message page (#7199) by @zhangzhonghe

  • [Workflow] Convert operands to string before string comparison in logic calculation (#7190) by @mytharcher

  • [Multi-app manager]

    • Add database and authorization options for sub-app (#7184) by @mytharcher

    • Add database and authorization options for sub-app (#7184) by @mytharcher

  • [Collection field: Code] Add indent setting by @mytharcher

  • [Auth: DingTalk] Support configuring the callback URL’s protocol and port number by @2013xile

🐛 Bug Fixes
  • [client]

    • issue where attachment fields could not be selected as variables in linkage rule (#7213) by @zhangzhonghe

    • error when assigning values in list block using kanban sort field (#7208) by @katherinehhh

    • Filter collapse: Filter is not triggered during page initialization after setting default values for fields (#7206) by @zhangzhonghe

    • value assignment fails in edit form when both value and options are set for select field (#7209) by @katherinehhh

    • Popup action: Page display does not meet expectations after switching tabs (#7212) by @zhangzhonghe

    • Browser tab title is not synchronized when switching between submenus (#7207) by @zhangzhonghe

    • Fix the issue where dropdown select components are blocked by the keyboard on iOS (#7149) by @zhangzhonghe

  • [acl] Fix error when deleting a role under role union mode that includes the root role. (#7198) by @aaaaaajie

  • [Authentication] Fix the issue where the login page cannot scroll (#7159) by @zhangzhonghe

  • [Multi-app manager] Fix auth options in unexpected position (#7210) by @mytharcher

  • [Notification: In-app message] Fix BigInt timestamp in string format causes dayjs issue (#7196) by @mytharcher

  • [Action: Custom request] variable parsing issue in URL during route navigation after custom request success (#7186) by @katherinehhh

  • [Block: Kanban] fix subtable UI issues in Kanban and add support for Kanban column width setting (#7189) by @katherinehhh

  • [Workflow: Approval]

    • Add try/catch in migration when update UI schema by @mytharcher

    • Fix block and association bugs by @mytharcher

    • Reload association on record by @mytharcher

    • To avoid error when user not exists by @mytharcher

beta
NocoBase v1.8.4: Support to configure independent auth secret for sub-apps
🎉 New Features
  • [Multi-app manager] Support to configure independent auth secret for sub-apps (#7197) by @mytharcher

  • [Workflow: CC] Add CC node to workflow (#7201) by @mytharcher

🚀 Improvements
  • [Notification: In-app message] Optimize font size for mobile message page (#7199) by @zhangzhonghe

  • [Auth: DingTalk] Support configuring the callback URL’s protocol and port number by @2013xile

🐛 Bug Fixes
  • [Notification: In-app message] Fix BigInt timestamp in string format causes dayjs issue (#7196) by @mytharcher

  • [Workflow: Approval]

    • To avoid error when user not exists by @mytharcher

    • Reload association on record by @mytharcher

    • Add try/catch in migration when update UI schema by @mytharcher

latest
NocoBase v1.8.3: Add database and authorization options for sub-app
🚀 Improvements
  • [Multi-app manager] Add database and authorization options for sub-app (#7184) by @mytharcher
🐛 Bug Fixes
  • [Action: Custom request] variable parsing issue in URL during route navigation after custom request success (#7186) by @katherinehhh
latest
NocoBase v1.8.2: Add initializer for trigger
🎉 New Features
  • [Workflow: Approval] Add initializer for trigger by @mytharcher
🚀 Improvements
  • [Multi-app manager] Add database and authorization options for sub-app (#7184) by @mytharcher

  • [Workflow] Convert operands to string before string comparison in logic calculation (#7190) by @mytharcher

  • [Collection field: Code] Add indent setting by @mytharcher

🐛 Bug Fixes
  • [database] Fixed an issue where fields of views were not displayed in blocks. (#7162) by @aaaaaajie

  • [Block: Kanban] fix subtable UI issues in Kanban and add support for Kanban column width setting (#7189) by @katherinehhh

  • [Workflow: Approval] Fix block and association bugs by @mytharcher

latest
NocoBase v1.9.0-beta.2: Bug Fixes
🐛 Bug Fixes
  • [client]

    • The checkbox field display is incorrect in the association field collection within the form (#7176) by @zhangzhonghe

    • Fix the issue where clicking buttons cannot open popups (#7180) by @zhangzhonghe

  • [database] Fixed an issue where fields of views were not displayed in blocks. (#7162) by @aaaaaajie

  • [Workflow: Manual node] Fix error thrown when use variable (#7177) by @mytharcher

  • [Template print] add migration script to rootDataType field by @jiannx

  • [Workflow: Approval] Fix approved branch not run when no assignee by @mytharcher

beta
NocoBase v1.8.1: Bug Fixes
🐛 Bug Fixes
  • [client]

    • The checkbox field display is incorrect in the association field collection within the form (#7176) by @zhangzhonghe

    • Fix the issue where clicking buttons cannot open popups (#7180) by @zhangzhonghe

  • [Workflow: Manual node] Fix error thrown when use variable (#7177) by @mytharcher

  • [Template print] add migration script to rootDataType field by @jiannx

  • [Workflow: Approval] Fix approved branch not run when no assignee by @mytharcher

latest
Announcing NocoBase v1.8.0

Announcing NocoBase v1.8.0

Improved Authentication Process, Supporting Custom Statistical Variables And Email Management Upgrades, Optimizing Workflow Experience And Mobile Interaction

NocoBase v1.9.0-beta.1: Add event queue to process messages in queue
🎉 New Features
  • [server] Add event queue to process messages in queue (#6819) by @mytharcher
🚀 Improvements
  • [Workflow] Move common components to base plugin (#7140) by @mytharcher
🐛 Bug Fixes
  • [client]

    • After field changes, data scopes that depend on this field should automatically clear selected values (#7161) by @zhangzhonghe

    • Fix the issue where setting table column width is ineffective (#7158) by @zhangzhonghe

    • Fix the error issue with filter forms in the Duplicate button popup (#7154) by @zhangzhonghe

    • Fixed an error that occurred when saving a one-to-one relationship in a configuration field. (#7153) by @aaaaaajie

  • [undefined] Fix e2e.yml (#7160) by @mytharcher

  • [Calendar] set default week start day to ‘monday’ in calendar block (#7171) by @katherinehhh

  • [Workflow] Fix the issue where multiple left swipes are required to return to the previous page on mobile devices (#7165) by @zhangzhonghe

  • [File manager]

    • Fix build error due to ESM package (#7169) by @mytharcher

    • Fix mimetype detect (#7164) by @mytharcher

  • [Workflow: Manual node] Fix incorrectly importing variable (#7156) by @mytharcher

  • [Public forms] fix issue where Date Only field failed to select date in public form. (#7168) by @katherinehhh

  • [Workflow: Approval]

    • Remove transaction of patching schema due to timeout by @mytharcher

    • Fix associations not loaded after withdrawn by @mytharcher

    • Fix error thrown when approval deleted by @mytharcher

    • Fix update association when submit by @mytharcher

beta
NocoBase v1.9.0-alpha.1: Add event queue to process messages in queue
🎉 New Features
  • [server] Add event queue to process messages in queue (#6819) by @mytharcher
🚀 Improvements
  • [Workflow] Move common components to base plugin (#7140) by @mytharcher
🐛 Bug Fixes
  • [client]

    • After field changes, data scopes that depend on this field should automatically clear selected values (#7161) by @zhangzhonghe

    • Fix the issue where setting table column width is ineffective (#7158) by @zhangzhonghe

    • Fixed an error that occurred when saving a one-to-one relationship in a configuration field. (#7153) by @aaaaaajie

    • Fix the error issue with filter forms in the Duplicate button popup (#7154) by @zhangzhonghe

  • [undefined] Fix e2e.yml (#7160) by @mytharcher

  • [File manager]

    • Fix build error due to ESM package (#7169) by @mytharcher

    • Fix mimetype detect (#7164) by @mytharcher

  • [Public forms] fix issue where Date Only field failed to select date in public form. (#7168) by @katherinehhh

  • [Calendar] set default week start day to ‘monday’ in calendar block (#7171) by @katherinehhh

  • [Workflow: Manual node] Fix incorrectly importing variable (#7156) by @mytharcher

  • [Workflow] Fix the issue where multiple left swipes are required to return to the previous page on mobile devices (#7165) by @zhangzhonghe

  • [Workflow: Approval]

    • Fix update association when submit by @mytharcher

    • Fix error thrown when approval deleted by @mytharcher

    • Fix associations not loaded after withdrawn by @mytharcher

  • [Email manager]

    • after selecting rows, set “Read” and “unread” by @jiannx

    • submail content cannot be filtered by @jiannx

alpha
NocoBase v1.7.20: Bug Fixes
🐛 Bug Fixes
  • [client]

    • After field changes, data scopes that depend on this field should automatically clear selected values (#7161) by @zhangzhonghe

    • Fix the issue where setting table column width is ineffective (#7158) by @zhangzhonghe

    • Fix the error issue with filter forms in the Duplicate button popup (#7154) by @zhangzhonghe

    • Fixed an error that occurred when saving a one-to-one relationship in a configuration field. (#7153) by @aaaaaajie

  • [undefined] Fix e2e.yml (#7160) by @mytharcher

  • [File manager]

    • Fix mimetype detect (#7164) by @mytharcher

    • Fix build error due to ESM package (#7169) by @mytharcher

  • [Public forms] fix issue where Date Only field failed to select date in public form. (#7168) by @katherinehhh

  • [Workflow] Fix the issue where multiple left swipes are required to return to the previous page on mobile devices (#7165) by @zhangzhonghe

  • [Data visualization] Table pagination issue (#7151) by @2013xile

  • [Workflow: Approval]

    • Fix associations not loaded after withdrawn by @mytharcher

    • Remove transaction of patching schema due to timeout by @mytharcher

    • Fix error thrown when approval deleted by @mytharcher

    • Fix update association when submit by @mytharcher

latest
Loading...

Loading more content...

No more content to load