🎉 New Features
- [Workflow: Approval] Add inline template type for notification configuration by @mytharcher
🚀 Improvements
- [client] Support displaying icons identified by strings in the Select component when in read-only mode (#7420) by @mytharcher
- [database] Optimized ACL Meta query performance (#7400) by @aaaaaajie
- [Mobile] Optimize the mobile popup component (#7414) by @zhangzhonghe
🐛 Bug Fixes
- [database] Fixed issue where Postgres external table reads included views from other schemas (#7410) by @aaaaaajie
- [Block: template] Resolved an issue where mail blocks were not visible when placed inside an inherited template block (#7430) by @gchust
- [Action: Import records Pro] Disallow assigning relation fields during import duplicate detection. by @aaaaaajie
- [Workflow: Approval] Fix the issue where the user list was empty during countersigning by @mytharcher
- [Migration manager] Skip the
\restrict
and\unrestrict
commands generated by the latest pg_dump when creating migration files to resolve restore errors. by @2013xile