Learn about the latest features, improvements, and bug fixes.
[server] Optimize the method for loading l10n resources to prevent blocking event loop (#7653) by @2013xile
[cache] Avoid performance overhead caused by cloning Bloom filters (#7652) by @2013xile
[Action: Import records] Improved error messaging when table headers are missing (#7656) by @mytharcher
[client]
[Collection field: administrative divisions of China] Data import fails when the city and area have the same name (#7673) by @2013xile
[Workflow]
[File manager] Fix the issue of .msg file can not be uploaded properly (#7662) by @mytharcher
[Data source: Main] Fix the issue where metadata was not synchronized across multiple nodes after creating a reverse association field (#7628) by @mytharcher
[Workflow: Approval]
Fix the translation issue of the status text in approval completion notifications, using the system’s default language for translation when the user has not set a language preference by @mytharcher
Fix the issue where task count not updated after added assignee by @mytharcher
[client] Add 2.0 markdown block (#7613) by @katherinehhh
[Data source manager]
[Record history] Add record history block by @2013xile
[flow-engine] Resolved an issue where flow actions defined by a flow model could not be configured, ensuring users can now customize flow actions as intended. (#7666) by @gchust
[Redis queue adapter] Fix the issue where the Redis queue adapter did not correctly listen to subscribed channels after startup by @mytharcher
approvalId variable for use from approval triggers by @mytharcher[server] Optimize the method for loading l10n resources to prevent blocking event loop (#7653) by @2013xile
[cache] Avoid performance overhead caused by cloning Bloom filters (#7652) by @2013xile
[Action: Import records] Improved error messaging when table headers are missing (#7656) by @mytharcher
[client] prevent label word breaking in formItem label (#7647) by @katherinehhh
[Workflow] Fix logger error thrown when application stop (#7639) by @mytharcher
[Workflow: Approval]
Fix the transaction timeout issue caused by transactions not rolling back properly when database errors occur after approval submission by @mytharcher
Fix the issue where task count not updated after added assignee by @mytharcher
Fix the issue where variables are not parsed in approval submit form by @mytharcher
[Email manager] catch sync error by @jiannx
[cache] Avoid performance overhead caused by cloning Bloom filters (#7652) by @2013xile
[server] Optimize the method for loading l10n resources to prevent blocking event loop (#7653) by @2013xile
[Action: Import records] Improved error messaging when table headers are missing (#7656) by @mytharcher
[client] Support for setting linkage rules for sub-forms (#7640) by @zhangzhonghe
[Block: List] Add 2.0 list block (#7574) by @katherinehhh
[Data visualization] add chart type “Doughnut chart” (#7629) by @heziqiang
[Block: Action panel] Add 2.0 action panel block (#7594) by @katherinehhh
[Block: GridCard] Add 2.0 grid card block (#7579) by @katherinehhh
[flow-engine] Fixed an error when copying or pasting code snippets in the JS code editor. (#7641) by @gchust
[Flow engine] Fixed incorrect resolving of the parent popup’s record variable. (#7637) by @gchust
[Data visualization] fix missing orders param in chart data query (#7636) by @heziqiang
[Email manager] catch sync error by @jiannx
[client]
Fixed an issue where the URL did not update correctly after switching tabs within a popup, reopening a nested popup, and then closing all popups. (#7630) by @gchust
fix subtable default value not working in edit form drawer (#7631) by @katherinehhh
fix error when clearing date field in filter block (#7632) by @katherinehhh
[Multi-app manager (deprecated)] Fix not being able to disable old multi-app-manager (#7633) by @jiannx
[client] In order to get more accurate MIME type of file, use mime package to detect MIME type of file in client (#7551) by @mytharcher
[Data source: Main] Refactor the localization logic for error messages, and handle within the error-handling plugin (#7582) by @2013xile
[Workflow] Add keepBranch option when deleting node (#7571) by @mytharcher
[Workflow: Approval] Refactor branch configuration to adapt to kernel changes by @mytharcher
[client]
fix error when clearing date field in filter block (#7632) by @katherinehhh
fix subtable default value not working in edit form drawer (#7631) by @katherinehhh
Fix the issue where images did not display correctly when both rotated and scaled during preview (#7573) by @mytharcher
Fix the issue of tab icon pop-ups being obscured (#7607) by @zhangzhonghe
[database] Fix error thrown when operator $in meets null value (#7610) by @mytharcher
[Data source: Main] Fix the issue where metadata was not synchronized across multiple nodes after creating a reverse association field (#7628) by @mytharcher
[Workflow: Approval]
Fix the issue of migration script errors due to non-existent tables when the application is not installed by @mytharcher
Fix the issue of Snowflake ID not being generated due to skipped hooks by @mytharcher
[Auth: LDAP] Fix LDAP bind failure with non-ASCII (UTF-8) DNs in Active Directory by @2013xile
[client] Added support for table row click event listeners, enabling users to execute specific actions when a row in the table is clicked (#7622) by @zhangzhonghe
[Workflow: Approval] Expose the approvalId variable for use from approval triggers by @mytharcher
[flow-engine] Fix the issue of translation not taking effect in antd components (#7621) by @zhangzhonghe
[Data source: Main] Fix the issue where metadata was not synchronized across multiple nodes after creating a reverse association field (#7628) by @mytharcher
[plugin-demo-platform] demo support auto stop apps by @jiannx
[Multi-app]
multi-app migration not emit hooks by @jiannx
multi app proxy support cache by @jiannx
[client] support association fields in JS field model (#7618) by @gchust
[AI employees]
Fix the issue where task count not updated after added assignee by @mytharcher
Fix the transaction timeout issue caused by transactions not rolling back properly when database errors occur after approval submission by @mytharcher
[database] Fix error thrown when operator $in meets null value (#7610) by @mytharcher
[Workflow: Approval]
Fix the transaction timeout issue caused by transactions not rolling back properly when database errors occur after approval submission by @mytharcher
Fix the issue where variables are not parsed in approval submit form by @mytharcher
[AI employees] AI coding optimization (#7614) by @cgyrock
[Data source: Main] Refactor the localization logic for error messages, and handle within the error-handling plugin (#7582) by @2013xile
[database]
[client] Fix the issue of tab icon pop-ups being obscured (#7607) by @zhangzhonghe
[Workflow: Approval] Fix the issue where variables are not parsed in approval submit form by @mytharcher
[client] In order to get more accurate MIME type of file, use mime package to detect MIME type of file in client (#7551) by @mytharcher
[flow-engine]
support popup variable (#7583) by @gchust
Enhance the code editing experience with richer snippets and context-aware code completions for various scenarios (#7559) by @gchust
Standardized automatic workflows to be consistently triggered by the “beforeRender” event, ensuring predictable and unified operation across processes. (#7577) by @gchust
[Workflow] Add keepBranch option when deleting node (#7571) by @mytharcher
[Data visualization] Expand chart types; Optimize UI and interactive experience. (#7581) by @heziqiang
[Workflow: Approval] Refactor branch configuration to adapt to kernel changes by @mytharcher
[client]
[Workflow: Approval] Fix the issue of migration script errors due to non-existent tables when the application is not installed by @mytharcher
[Auth: LDAP] Fix LDAP bind failure with non-ASCII (UTF-8) DNs in Active Directory by @2013xile
Loading more content...
No more content to load