Release Notes

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

NocoBase v1.8.17: Support to use consistent task title for all approval nodes in same workflow
🎉 New Features
  • [Workflow: Approval] Support to use consistent task title for all approval nodes in same workflow by @mytharcher
🚀 Improvements
  • [Authentication] Removed the token parameter from the URL after a successful sign-in (#7386) by @2013xile

  • [Template print] support field m2m array by @jiannx

🐛 Bug Fixes
  • [Mobile] Fix the issue where the form submission data in the mobile approval dialog is incorrect (#7389) by @zhangzhonghe

  • [Workflow] Fix the translation of the page title in the workflow tasks center (#7392) by @mytharcher

  • [Calendar] calendar event item tooltip showing [object Object] (#7372) by @katherinehhh

  • [Notification: In-app message] Fix translations (#7384) by @mytharcher

  • [File manager] Remove the hint for the file upload size limit (#7391) by @mytharcher

  • [File storage: S3(Pro)]

    • Deprecate problematic parameter attachmentField by @mytharcher

    • Fix the issue where the IAM authentication method could not be used to upload files by @mytharcher

latest
NocoBase v1.8.16: Bug Fixes
🚀 Improvements
  • [Notification: In-app message] Remove SQL logs output via console.log (#7368) by @2013xile
🐛 Bug Fixes
  • [server] Some requests lack ctx.action, causing errors in the audit log middleware (#7369) by @2013xile

  • [Collection field: Formula] Fix the issue where formula input could not pass validation due to variable type (#7373) by @mytharcher

  • [Backup manager] large file backups could show “successful” before actually finishing by @gchust

latest
NocoBase v1.8.15: Optimize performance when switching popup tabs
🚀 Improvements
  • [client]

    • add “day before yesterday” date variable support (#7359) by @katherinehhh
    • Optimize performance when switching popup tabs (#7353) by @zhangzhonghe
  • [Workflow]

    • Fix unstable test case (#7349) by @mytharcher
    • The workflow title in the task card will no longer be displayed with a strikethrough, even if the corresponding version is disabled (#7339) by @mytharcher
  • [Office File Previewer] Add support for previewing .odt file (#7347) by @mytharcher

  • [Backup manager] improve performance for mysql database backup operation by @gchust

🐛 Bug Fixes
  • [client]

    • Fix the issue where multi-column form layout doesn’t convert to single-column layout on mobile devices (#7355) by @zhangzhonghe
    • Fix bulk delete collections error (#7345) by @aaaaaajie
    • Fixed issue where previously saved data scope was not preselected when configuring permissions individually. (#7288) by @aaaaaajie
  • [Workflow]

    • Refactor the “Add Node” menu and fix the workflow canvas rendering performance issues it caused (#7363) by @mytharcher
    • Fix the issue of incorrect filter conditions when retrieving a single to-do item (#7366) by @mytharcher
    • Fix the issue of keyword matching in the field select (#7356) by @mytharcher
    • Avoid error thrown caused by publishing to event queue when stopping (#7348) by @mytharcher
  • [Notification: In-app message] Fix the issue where in-site messages were received but not displayed in a popup (#7364) by @mytharcher

  • [Mobile] Resolved an issue where the date picker on mobile devices displayed incorrectly when date range limits were applied (#7362) by @katherinehhh

  • [File manager] Add storageId field to file collection to support permission configuration (#7351) by @mytharcher

  • [Workflow: Parallel node] Fix parallel node suspend after resume under MySQL (#7346) by @mytharcher

  • [Workflow: CC] Fix blocks can not be removed (#7338) by @mytharcher

  • [Office File Previewer] Support .docx, .xlsx and .pptx file with only URL to be previewed (#7336) by @mytharcher

  • [Data visualization] date variable issue in default value of date field in chart filter block (#7291) by @katherinehhh

  • [Workflow: Approval]

    • Fix linkage rules not works in approval original detail block by @mytharcher
    • Fix update associations when submit draft by @mytharcher
latest
NocoBase v1.9.0-alpha.10: Bug Fixes
🐛 Bug Fixes
  • [Email manager] rich editor support soft line breaks by @jiannx
alpha
NocoBase v1.9.0-alpha.9: Bug Fixes
🚀 Improvements
  • [Workflow] Fix unstable test case (#7349) by @mytharcher
🐛 Bug Fixes
  • [client] Fix the issue where multi-column form layout doesn’t convert to single-column layout on mobile devices (#7355) by @zhangzhonghe

  • [Workflow] Fix the issue of keyword matching in the field select (#7356) by @mytharcher

alpha
NocoBase v1.9.0-alpha.8: Optimize performance when switching popup tabs
🚀 Improvements
  • [client] Optimize performance when switching popup tabs (#7353) by @zhangzhonghe
  • [Office File Previewer] Add support for previewing .odt file (#7347) by @mytharcher
🐛 Bug Fixes
  • [client]

    • Fixed issue where previously saved data scope was not preselected when configuring permissions individually (#7288) by @aaaaaajie
    • Fix bulk delete collections error (#7345) by @aaaaaajie
  • [Workflow] Avoid error thrown caused by publishing to event queue when stopping (#7348) by @mytharcher

  • [Workflow: Parallel node] Fix parallel node suspend after resume under MySQL (#7346) by @mytharcher

  • [Workflow: Approval]

    • Fix update associations when submit draft by @mytharcher
    • Fix linkage rules not works in approval original detail block by @mytharcher
alpha
NocoBase v1.9.0-alpha.7: Bug Fixes
🐛 Bug Fixes
  • [Email manager] support resync by @jiannx
alpha
NocoBase v1.9.0-alpha.6: Bug fixes
🚀 Improvements
  • [Workflow] The workflow title in the task card will no longer be displayed with a strikethrough, even if the corresponding version is disabled (#7339) by @mytharcher
🐛 Bug Fixes
  • [Data visualization] date variable issue in default value of date field in chart filter block (#7291) by @katherinehhh
  • [Workflow: CC] Fix blocks can not be removed (#7338) by @mytharcher
  • [Email manager] Manually distinguish between forwarding and replying by @jiannx
alpha
NocoBase v1.9.0-alpha.5: Add signature-related configuration options
🎉 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

  • [Auth: SAML 2.0] Add signature-related configuration options by @2013xile

🚀 Improvements
  • [Workflow: JavaScript] Change cache to app cache to avoid bugs in cluster mode by @mytharcher
🐛 Bug Fixes
  • [client]

    • Fix the issue where variable raw strings are submitted with the form (#7337) by @zhangzhonghe

    • Fix tooltip shows [object Object] on hover in action panel (#7322) by @katherinehhh

    • When using variables to set field default values in filter forms, if the variable value is empty, the input box will display the original variable string (#7335) by @zhangzhonghe

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

  • [Collection: Tree] Fix the path synchronization logic of tree collections (#7330) by @ChimingLiu

  • [Office File Previewer] Support .docx, .xlsx and .pptx file with only URL to be previewed (#7336) by @mytharcher

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

  • [Workflow: Approval] Add task title for added and delegated items by @mytharcher

  • [Email manager] Supports the same email for multiple people by @jiannx

alpha
NocoBase v1.8.14: Bug Fixes
🐛 Bug Fixes
  • [client] Fix the issue where variable raw strings are submitted with the form (#7337) by @zhangzhonghe

  • [Workflow: Approval] Add task title for added and delegated items by @mytharcher

latest
NocoBase v1.8.13: Add signature-related configuration options
🎉 New Features
  • [Auth: SAML 2.0] Add signature-related configuration options by @2013xile
🚀 Improvements
  • [Workflow: JavaScript] Change cache to app cache to avoid bugs in cluster mode by @mytharcher
🐛 Bug Fixes
  • [client]

    • Fix tooltip shows [object Object] on hover in action panel (#7322) by @katherinehhh

    • When using variables to set field default values in filter forms, if the variable value is empty, the input box will display the original variable string (#7335) by @zhangzhonghe

  • [Collection: Tree] Fix the path synchronization logic of tree collections (#7330) by @ChimingLiu

latest
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
Loading...

Loading more content...

No more content to load