Skip to content

Releases: lowcoder-org/lowcoder

Moon Walk

17 Jun 21:16
e30af23
Compare
Choose a tag to compare

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

Moon Lander recall

03 Jun 08:34
6284ae7
Compare
Choose a tag to compare

This is a super small release - about a super small bug with truly big effect.

A missing backwards compatibility (please excuse us!) made data sources inavailable.
This happens because of the new feature of full encryption of the communication between API-Service and Node-Service.

This Releae should fix it and all should work as normal.

Moon Lander

02 Jun 21:09
1744931
Compare
Choose a tag to compare

Lowcoder v2.7.0 — A Major Milestone

600+ commits. Massive improvements across the platform — from core stability to new enterprise capabilities.


Key Improvements

  • Fixed and New Lowcoder API Version & Datasource
  • Updated n8n Datasource API Version
  • Official Launch of Lowcoder Enterprise Edition
  • JSON Schema Forms improvements
  • Javascript as Query Library Type - so Scripts can get versioned and simply added to Apps
  • "Invite by Email" now supported

Lowcoder Version 2 7 0


🧠 Performance & Stability

  • Extensive memory leak optimizations which are improving the UI performance overall.
  • Especially Tables now handle large datasets with much better responsiveness.
  • Improved memory consumption - should now stay "calm" and not git GBs of RAM
  • Many bugfixes resolving edge-cases: null pointer issues, query executions, anonymous access handling, group mappings, login flows, and more.
  • Fixed overlapping in the Timeline Component for small screens.
  • Fixed multiple layout issues, including Page Layout paddings and Column Width behaviors.
  • Watcher added for Local Storage Changes to improve real-time behavior in frontend state.
  • Improved / fixed Login Flows for Single & Multi-Workspace Mode

🚀 Enterprise Edition Features

  • Environments (Staging, like Dev, Test, Production including Environment Management and deployment)
  • Branding / Whitelabel Support
  • Audit Logging — Log of any detail of Lowcoder User actions with before/after state comparisons.
  • App Usage Logs — Like a small Google Analytics - but for Lowcoder Apps

⚙️ Developer & App Builder Features

  • Auto-Docs: Comprehensive auto-documentation for components now nearly complete
  • Tab Index Control: Forms now fully support keyboard navigation customization.
  • Premium Media Assets: Integration of new Icons and ready-to-use media.
  • Sorting for List/Grid Components
  • JS Query Library Expanded: Prepared JavaScript snippets directly usable in queries.
  • Prepared Error Handling in Forms: Custom invalid form messages.
  • Tooltips for Buttons and Properties View for better UX.
  • Improved Charts — including better demo data and several rendering fixes.
  • Scanner Component now supports switching between cameras.
  • "Honouring" Timeout Settings for Requests. Before, in some circumstances, the configuration was ignored.
  • Fixed DuckDB Driver. Thank you very much for this contribution!

🔒 Security & Infrastructure

  • Support for encrypted Node Server payloads. The communication between api-service and node-service can be fully encrypted
  • Additional internal protections: super admin enforcement, API key visibility limited to creation.
  • Added support for .env files for Docker Image Deployment, updated Docker-Compose and Helm Charts

🙌 New Contributors

A special thanks to the contributors who joined us in this release:


Lowcoder v2.7.0 lays a stronger technical foundation for upcoming features — delivering better performance, stability, enterprise readiness, and improved developer experience across the board.

Thanks to everyone who contributed feedback, fixes, features and ideas for this release!

— The Lowcoder Team

Full Changelog: 2.6.5...2.7.0

What's Changed in Detail

Read more

Rocket Dust

31 Mar 21:29
9ace569
Compare
Choose a tag to compare

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.

Lowcoder Version 2 6 5

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

New Contributors

Full Changelog: v2.6.4...v2.6.5

Skyfire

22 Mar 14:57
442f3b3
Compare
Choose a tag to compare

🚀 Lowcoder v2.6.4

We’re excited to announce the release of Lowcoder v2.6.4 – a version packed with performance gains, documentation improvements, and tons of new features and fixes that push the platform forward in usability and flexibility.

Lowcoder Version 2 6 4

Highlights

Performance Boost – up to 3x Faster App rendering!

We’ve drastically improved application rendering speed. Thanks to better application bundling, browser file loads now stay below 1MB, leading to an estimated 3x faster app startup time.
Additionally, components now remain stable during loading, eliminating that annoying "dancing UI" effect caused by frequent size shifts when data is loaded.


Component Documentation

Thanks to @adnanqaops, the documentation at
https://app.lowcoder.cloud/components
now includes pages and rich examples for nearly all Lowcoder components.
You’ll find detailed usage and demos that make discovering and implementing components easier and faster.


Support Subscription - now live for everyone!

We’ve officially added the Support Subscription to the main navigation!
Write tickets directly in Lowcoder and benefit from SLA-based fast support.
A must-have for teams relying on quick help and strong guarantees.


Charting Power – More Control, More Types

This release includes:

  • New chart types: Boxplot, Parallel, 3D Line, and more
  • Fixes for Pie and Line/Bar charts
  • Extended visual customization for nearly every chart setting
    Enjoy full design control over how your data is visualized.

JavaScript – resetPassword Exposed

You can now access the resetPassword function directly in JavaScript.
This enables password reset flows without showing the Lowcoder App Header, perfect for custom-branded apps.


Bug Fixes

  • Fix: TextArea resizing
  • Fix: CSS issues in Modals and Drawers
  • Fix: Duplicate query variable conflicts
  • Fix: Table and Chart bugs
  • Fix: SQL orderBy issues

🆕 What's Changed

  • Check for uniqueness of variable name within cloned queries #1524
  • Updated Oracle JDBC dependency #1523
  • Improved charting examples and implemented variations #1540
  • Fixed TextArea resize issue #1589
  • Added get_organization and get_libraryquery APIs #1573
  • Support for Time-only column type in Table #1553
  • Meta APIs for database objects #1551
  • and many more...

Full Changelog: Compare 2.6.3...2.6.4


👋 New Contributors


Thanks to everyone who contributed!
Lowcoder is better because of you. 💜

Still Spotlight

10 Feb 22:09
8504731
Compare
Choose a tag to compare

The smallest Release we ever did.

By the update to the most modern ANTd UI Framework (where all Lowcoder is based on), we introduced a bug that was not even found by our internal test/checks and "clicking-through". Buttons from "some" Modals just disappeared. As this also affects Member Management at user groups, this update cannot wait.

Lowcoder Version 2 6 3

What's Changed

We (Raheel mainly) removed these bugs.

Full Changelog: 2.6.2...2.6.3

Spotlight

09 Feb 22:06
94c674f
Compare
Choose a tag to compare

We are excited to announce the release of Lowcoder v2.6.2, a refined update that enhances usability, expands layout flexibility, and resolves a key issue in the home view.

Lowcoder Version 2 6 2

Key Improvements and Fixes

Updating to Ant Design to v5.23.4.

With the update comes a large number of improvements and fixes. We do not expect visual changes in Lowcoder Apps - but slight performance improvement.

Enhanced Responsive Layout

The Responsive Layout component has been renewed, giving users more fine-grained control over their app’s behavior on different screen sizes. With improved adaptability, applications can now react even better to mobile device resolutions, ensuring a seamless experience across all platforms.

Introducing the Split Layout Component

With this release, we are adding the Split Layout component, empowering App Creators to give users control over their app’s view. This feature allows users to manage layouts dynamically using a drag-and-drop divider, making it easier to customize the interface according to their needs.

Optimized Lowcoder SDK Bundling

We worked on the bundling of Lowcoder SDK, so the biggest single file would not be 3MB but around 500k.
By this we made it to 606kb as biggest File and split up the SDK files much smarter than before.
This will have a good impact on page loading times that uses the Lowcoder SDK.

Bug Fixes and Performance Enhancements

This version addresses a small but problematic issue in the home view, ensuring smoother navigation and functionality. Additionally, several refinements have been made across the platform, including:

  • Improved event panel handling, ensuring proper updates when queries change.
  • Unique naming enforcement for variable headers, reducing conflicts and improving editor stability.
  • Fixed issues related to cancelled requests in custom components.
  • Addressed a null pointer exception when editingApplicationDSL was null.
  • Various UI refinements, including new icons, preview enhancements, and menu improvements after

What's Changed

Full Changelog: 2.6.1...2.6.2

Station Check

04 Feb 15:11
e2df7b6
Compare
Choose a tag to compare

Lowcoder v2.6.1

We are excited to announce the release of Lowcoder v2.6.1! 🎉

Lowcoder Version 2 6 1

This is a small release primarily focused on bug fixes and enhancements.

Highlights 🚀

  • Visual Data Query Variables: You can now use data query variables not only in JavaScript but also visually within the editor, just like other properties. This is a key feature for debugging apps more effectively.
  • Enhanced User Management API: Admins can now create and manage user data more comprehensively via API.

🔧 What's Changed


🔗 Full Changelog

Compare changes from v2.6.0 to v2.6.1

Thank you to all contributors for making this release possible! 🚀

Mach 2

22 Jan 20:47
73ad9ee
Compare
Choose a tag to compare

Lowcoder v2.6.0

Lowcoder Version 2 6 0

We're thrilled to announce the release of Lowcoder v2.6! This version is packed with exciting updates that will supercharge your app development process and enhance productivity like never before. Let’s dive into the highlights:

Local SQL Database and Querying

With Lowcoder v2.6, we’ve introduced a powerful local SQL database feature using AlaSQL. This enhancement lets you leverage SQL query language to manipulate and filter data locally, whether it’s from:

  • A local database like IndexedDB.
  • JSON data from API responses.

That means, you can query data from temporary states or other queries (API responses or any other data source) via SQL (!)
And naturally you can create and use a local SQL Database in the Browser of the user.

Screenshot 2025-01-22 at 21 07 01
  • Think of Data Unification: Consolidate and manipulate data from multiple sources, including APIs and local databases, using a single SQL query interface.
  • Or Advanced Filtering: Perform complex filtering, joining, and transformation operations that are difficult with traditional JavaScript.
  • And naturally: Partial or full Offline Capability (!): Enable offline data processing and querying for users without relying on a backend and internet connection.
Screenshot 2025-01-22 at 21 54 01

New Query Trigger Options

We’ve expanded the ways you can trigger data queries! Queries can now be triggered by four additional options.

  • On Input Change: Automatically trigger a query when an input connected to the query changes.
  • On Another Query Success: Chain your queries seamlessly by triggering one after another completes successfully.
  • On Page Load: Initiate a query every time the page is loaded.
  • After a Delay: Set a specific delay after the page load before triggering the query.

Query Usage Display

Never lose track of where your queries are utilized! Lowcoder v2.6 introduces a Query Usage Display, showing you exactly where each query is used across your app.

Improved Input and Component Options

  • Input Field Validation on Custom Rule Change: Ensure data integrity by validating inputs dynamically when custom rules are updated.
  • Input Formatting for Time/Time Range Components: Customize the way time inputs are displayed for a better user experience.
  • Dropdown Trigger Modes: Now configure your Dropdown components to trigger actions on Hover or Click.
  • Popup Styles for Date/Time Pickers: Enhance the visual appeal of date and time pickers with customizable popup styles.
  • Table Toolbar Visibility: Gain more control over your Table component with the ability to show or hide the Table Toolbar (Footer).

What's Changed

Full Changelog: 2.5.3...2.6.0

Silent Night

23 Dec 23:58
100d845
Compare
Choose a tag to compare

With v2.5.2 we introduced 2 bugs on Friday and need kindly to excuse!
v2.5.3 just fixes both bugs and add support for mobile view in the Admin Area App.

All Lowcoder team wishes you a wonderful Christmas time - If you celebrate the festival itself ;-)

Lowcoder Version 2 5 3

What's Changed

Full Changelog: 2.5.2...2.5.3