🎉 New Features
- [client] When creating colletion, the preset id field type can be changed (#8129) by @cgyrock
🚀 Improvements
-
[client]
-
[Error handler] Do not expose raw database error messages on SQL syntax errors, to avoid revealing the database type (#8195) by @2013xile
-
[Block: Map] support text overflow ellipsis for map field in text display mode (#8189) by @katherinehhh
-
[Workflow] Support to use legacy config to create new in duplicated workflow (#8165) by @mytharcher
-
[Access control] Disallow assigning the root role to users (#8180) by @2013xile
🐛 Bug Fixes
-
[client]
-
fix submit button not shown in create form when role has create permission (#8190) by @katherinehhh
-
prevent existing subtable/subform data from being cleared when submitting without selecting any items (#8172) by @katherinehhh
-
prevent Data scope setting from appearing in create form configuration (#8176) by @katherinehhh
-
Failed to save the tab event flow (#8168) by @chenos
-
remove extra spacing after tab is hidden (#8167) by @chenos
-
fix incorrect filtering of selected options in the association record select (#8151) by @katherinehhh
-
Fix rendering issue of tableoid field in form block (#8177) by @katherinehhh
-
-
[server]
-
[Block: Map] fix incorrect map zoom level after menu switch (#8193) by @katherinehhh
-
[Workflow] Fix the issue where the only one record show in record list to be manually execute (#8187) by @mytharcher
-
[Data visualization] Resolve issue about SQL mode select external data source;
Resolve issue about chart block loading state during data fetch;
Resolve issue about empty chart block cancel configure; (#8169) by @heziqiang -
[AI employees] Resolve issue about ai message line break (#8096) by @heziqiang
-
[License settings]
-
[File manager] Fix the issue where previewing
.txtfile on OSS got wrong charset (#8161) by @mytharcher -
[Data source: External SQL Server] Fix issues where the
encryptandtrustServerCertificateoptions are not available by @2013xile -
[Collection: Connect to foreign data (FDW)] Fix issue where loading fails for tables with uppercase names by @2013xile
-
[Workflow: Approval] Fix the issue where status of unrelated approval records are incorrectly changed to
UNPROCESSEDby approve action by @mytharcher