Lowcoder v2.7.2 - Bugfixes Release
Weβre thrilled to announce Lowcoder v2.7.2, a release that mainly closes a lot of small issues after the big v2.7 Release!
β¨ What's New & Improved
Advanced Grid & Form Support
Support for RJSF-style grids gives developers a more structured and flexible layout system.
The JSON Schema Form has been upgraded with better compatibility and structure rendering.
Smart Table Event Handling
- Tables now support column type-based event handlers, including: button, select, link, and many more
- You can now trigger actions on double-click, with full support across nearly all components.
- Improved summary row visibility and dynamic column rendering for fine-grained control.
Responsive & Mobile Enhancements
- Resolved overflow in workspace switcher menus on small screens.
- Enhanced column hide/show toggle in responsive layouts.
- Fixed editor state sync issues and localStorage behavior across app navigation.
Boolean & AutoComplete Components Enhanced
- Updated the Boolean field with a more intuitive Boolean Code Control.
- AutoComplete now allows input-based filtering and exposes the selected option (value and label) programmatically.
General Bug Fixes & Refinements
- Input state not updating β fixed input state change not updating temporary state value
- Modal z-index issue β fixed modal z-index after optimisations
- Datetime column editing β fixed datatime column editing issue in table
- Choose datasource dropdown β fix choose datasource dropdown in query panel value
- Data mapping dropdown β fix data mapping dropdown value in table's column setting
- Memory leaks β fix memory leaks and convert click event wrapper to hook
- LocalStorage on app navigation β fix localstorge values not reading on navigation to another app
- Editor panel/status values β fix editor_mode_status and editor_panel_status values not updating
- Backward compatibility for button/link/links β fix: Add backward compatibility
- Simple column type (btn) β fix simple column type (btn)
- Link/Links column type compatibility β revert and fix link/links column types
- White spaces from hidden containers β fix hidden container results into white spaces
- Pagination for "myorg" endpoint β fixed pagination for myorg endpoint (mentioned twice)
- Autocomplete behavior β fixes related to expose selected option and input filtering
- Summary row edge cases β small fix for summary rows
- Old action handler migration β added migration to handle old action handlers
- Console errors and cleanup β remove console errors
- Default env values β fix: add default values for environment variables
- Event firing on double vs. single click β Fixed single click events on firing double click
Breaking Changes?
No. To our knowledge, we did not introduce breaking changes.
Moreover, v2.7.2 is a candidate for a stable Docker image tag. We will decide in a few days.
π Huge Thanks To
Our incredible team of contributors including:
@kamal-qureshi
@iamfaran
@raheeliftikhar5
@dragonpoo
@ludomikula
Your work in the past 2 weeks made this stable and feature-rich Lowcoder release possible!
π Ready to Upgrade?
Update to v2.7.2 now and enjoy a cleaner, faster, and more reliable app-building experience.
βοΈ Star our repository to stay up-to-date with new features and improvements & get instant notifications for new releases!
What's Changed in Detail
- [Feat]: #1585 Add Event Handlers for more Table Column Types by @iamfaran in #1742
- Updated jsonschema forms by @kamalqureshi in #1740
- Double Click Event Handler for Tables by @kamalqureshi in #1743
- [Fix]: Workspace switch submenu overflow for Mobile Screens by @iamfaran in #1746
- [Feat]: #1578 Add Tags Presets and custom margin paddings borders by @iamfaran in #1749
- Column Hide Toggle in Responsive Layout by @kamalqureshi in #1747
- add endpoint "user/myorg" by @dragonpoo in #1752
- [Feat]: Add Event Handlers on more column types by @iamfaran in #1753
- Optimized Plugin Loading for Improved Performance by @dragonpoo in #1764
- Hide column layout - Changes by @kamalqureshi in #1767
- Bug Fix: Single Click event firing on Double Clicking by @kamalqureshi in #1768
- [Fix]: backward compatibility for button, link and links column types by @iamfaran in #1769
- Added double click to almost all components by @kamalqureshi in #1754
- fixed orgmembers with searchMemberName and searchGroupId by @dragonpoo in #1772
- Fixed pagination for myorg endpoint. by @dragonpoo in #1773
- Add default values for missing environment variables by @ludomikula in #1766
Full Changelog: 2.7.1...2.7.2