🚀 Improvements
-
[create-nocobase-app] Upgrade dependencies and remove SQLite support (#6708) by @chenos
-
[Mobile] Optimize the opening speed of the mobile date picker popup (#6735) by @zhangzhonghe
-
[Block: template] support convert template block to normal block (#6662) by @gchust
-
[Theme editor] Allow setting sidebar width in theme config (#6720) by @chenos
-
[File manager] Expose utils API (#6705) by @mytharcher
-
[Workflow] Add date types to variable types set (#6717) by @mytharcher
-
[Template print] Replaced datasource action control with client role-based access control. by @sheldon66
🐛 Bug Fixes
-
[client]
-
Problem with refreshing data blocks after successful submission (#6748) by @zhangzhonghe
-
missing filter for already associated data when adding association data (#6750) by @katherinehhh
-
The issue of the collapse button in the left menu being obscured by the workflow pop-up window (#6733) by @zhangzhonghe
-
tree table ‘Add Child’ button linkage rule missing ‘current record’ (#6752) by @katherinehhh
-
date time field condition not working in linkage rules (#6728) by @katherinehhh
-
The problem of mobile top navigation bar icons being difficult to delete (#6734) by @zhangzhonghe
-
incorrect value display for “Enable index column” (#6724) by @katherinehhh
-
Required fields hidden by linkage rules should not affect form submission (#6709) by @zhangzhonghe
-
variable conversion in sub-table/sub-form linkage rule conditions (#6702) by @katherinehhh
-
export button shown without export permission (#6689) by @katherinehhh
-
missing action option constraints when reopening linkage rules (#6723) by @katherinehhh
-
picker switching issue in date field of filter button (#6695) by @katherinehhh
-
After connecting through a foreign key, clicking to trigger filtering results in empty filter conditions (#6634) by @zhangzhonghe
-
-
[cli] Auto-update package.json on upgrade (#6747) by @chenos
-
[server] appVersion incorrectly generated by create-migration (#6740) by @chenos
-
[build] Fix error thrown in tar command (#6722) by @mytharcher
-
[Block: Gantt] gantt chart block overlapping months in calendar header for month view (#6753) by @katherinehhh
-
[Action: Import records] Fix the import and export exceptions that occur when setting field permissions. (#6677) by @aaaaaajie
-
[Block: template] block templates can’t be used in mysql envrionment (#6726) by @gchust
-
[Workflow] Fix error thrown when execute schedule event in subflow (#6721) by @mytharcher
-
[Data visualization] Enum field options are empty in the filter block (#6706) by @2013xile
-
[Action: Custom request] Ensure custom request data must be JSON (#6701) by @chenos
-
[Action: Export records Pro]
-
Fix the import and export exceptions that occur when setting field permissions. by @aaaaaajie
-
pro export button losing filter parameters after sorting table column by @katherinehhh
-
-
[Workflow: Custom action event] Support to execute in multiple records mode by @mytharcher
-
[File storage: S3(Pro)]
-
Add multer make logic for server-side upload by @mytharcher
-
Fix response data of uploaded file by @mytharcher
-
-
[Workflow: Approval] Fix preload association fields for records by @mytharcher