Lowcoder v2.6.5 – Bug Fixes and Stability Improvements
This release focuses purely on improving the stability and usability of Lowcoder. Thanks to the dedicated work of Raheel, Faran, and Thomas, several bugs have been resolved to make your experience smoother.
Fixes and Improvements
- Resolved an issue where duplicating a query would create multiple unintended copies.
- Fixed a bug that caused empty items to appear in the reference tree when deleting newly duplicated queries.
- Improved consistency in accessing query variables (e.g., use
variable1.value
). - Enabled dynamic data binding using query variables.
- Fixed input passing behavior for modules used inside List or Grid components.
- Added support for sharing state and publish parameters in the app creation API (Community Edition).
- Resolved an issue where folders could not be moved from root to subfolders.
- Fixed an issue where table column cell text would overlap in certain configurations.
What's Changed
- Update
transformers.md
by @1DontEx1st in #1596 - Fix folder move from root to subfolder by @dragonpoo in #1595
- Fix table column cell text overlap (#1272) by @iamfaran in #1597
- Add sharing state on app creation API by @dragonpoo in #1599
- Fix test case for app creation using sharing parameter by @dragonpoo in #1614
New Contributors
- @1DontEx1st made their first contribution in #1596
Full Changelog: v2.6.4...v2.6.5