Features:
- New Tab UI Enhancement: The new tab interface has been updated to include search functionality and a "Load More" option for improved navigation. (#34981)
- Google Sheets Plugin Update: Added a "Clear All" option to the columns field, simplifying data management for users. (#34620)
Fixes:
- PostgreSQL Cleanup: Cleaned up the stale
postmaster.pid
file in PostgreSQL. (#35171) - Deserialization Improvement: Resolved issues with deserialization from files to their respective types. (#35103)
- Tabs Layout Adjustments:
- Overflow List Behavior: Removed the switch for the overflow list when there are no files present. (#34983)
- JavaScript Object Error Fix: Addressed the "JSObject function is not defined" error. (#35035)
- Autocomplete Visibility: Exposed the
isVisible
field in the JSONForm widget autocomplete. (#34869) - Checkbox Group Binding: Fixed the issue of incorrect evaluated values after binding the checkbox group widget. (#33906)
- Rename Consistency: Standardized terminology by replacing all instances of "Edit Name" with "Rename." (#34570)
- S3 Settings Parsing: Resolved parsing issues with S3 settings. (#34966)
- Error Handling Improvement: Removed the initialization fail timeout to ensure that errors are displayed promptly. (#34875)