🎉 New Features
-
[client]
-
[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]
-
[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