Skip to content

Moon Walk

Latest
Compare
Choose a tag to compare
@FalkWolsky FalkWolsky released this 17 Jun 21:16
e30af23

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!

Lowcoder Version 2 7 2

✨ 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