2023.3.5
cortezaproject/corteza2023.3.5Aug 24, 2023by Fajfa
AI Summary
Addresses performance issues, including a memory leak fix, and adds inline editing capabilities.
Key Highlights
- Fixed compose memory leak
- Added inline editing to record block
- Improved MySQL search and Postgre case handling
New Features
- Inline editing
- Search improvements
- Performance fixes
Full Release Notes
## What's Changed * Fix compose sub pages to be shown in navigation block configurator by @kelanik8 in https://github.com/cortezaproject/corteza/pull/1359 * Align field value and title horizontally by @kelanik8 in https://github.com/cortezaproject/corteza/pull/1339 * Fix compose memory leak by @katrinDY in https://github.com/cortezaproject/corteza/pull/1372 * Abort ongoing backend request on a record list block when page is switched by @kelanik8 in https://github.com/cortezaproject/corteza/pull/1321 * Fix page builder not saving when tabs page block tab is removed by @kelanik8 in https://github.com/cortezaproject/corteza/pull/1377 * Fix page layout data not copied when initial page is cloned by @kelanik8 in https://github.com/cortezaproject/corteza/pull/1382 * 2023.3.x fix mysql case insensitive search by @KinyaElGrande in https://github.com/cortezaproject/corteza/pull/1355 * Cast numeric datatype to text for 'like' and 'not like' filters in Postgre by @KinyaElGrande in https://github.com/cortezaproject/corteza/pull/1354 * Fix record create view page to opening on modal by @kelanik8 in https://github.com/cortezaproject/corteza/pull/1386 **Full Changelog**: https://github.com/cortezaproject/corteza/compare/2023.3.4...2023.3.5