Releases: lowcoder-org/lowcoder
Moon Lander recall
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
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
🧠 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
- Branding updates by @raheeliftikhar5 in #1494
- Added request headers to all EE event details payload by @dragonpoo in #1541
- Add sharing details to events APPLICATION_SHARING_CHANGE by @dragonpoo in #1545
- Fix null pointer exception of query execution by @dragonpoo in #1628
- Introduce env variable for cookie name by @dragonpoo in #1630
- [FIX] Hide text-size property for Markdown Column Type in Table #1601 by @iamfaran in #1629
- Fixed meta endpoint by adding pathmatch config by @dragonpoo in #1632
- Typo fix and doc update by @1DontEx1st in #1616
- Add group mapping for oauth provider by @dragonpoo in #1639
- Show only active connections on extra field of currentUser endpoint by @dragonpoo in #1635
- Invite by email by @dragonpoo in #1640
- Environments UI Screens by @iamfaran in #1606
- Show api key only on the creation by @dragonpoo in #1642
- Login flow for SingleWorkspace/Enterprise mode by @raheeliftikhar5 in #1643
- Added sorting feature in list/grid components by @raheeliftikhar5 in #1644
- Feature - iconscout intergration by @FalkWolsky in #1547
- Fixed login flow - group mapping issue by @dragonpoo in #1651
- Fixed organizationByEmail endpoint by @dragonpoo in #1647
- [FIX]: TImeline Component Overlaps on Small Screens by @iamfaran in #1650
- [FIX]: #1529 Watch Local Storage Changes by @iamfaran in #1652
- Fixed organization error in enterprise mode by @dragonpoo in #1653
- Fixed test errors by @dragonpoo in #1660
- Fix environments response for new plugin by @iamfaran in #1662
- [FIX] Fetch workspace apps correctly by @iamfaran in #1663
- [FIX] #1634 Step Control Disabled Click by @iamfaran in #1664
- [Feat]: #1579 Able to add Icon Buttons if Button Column type is selected by @iamfaran in #1674
- Allow super admin to login even when email login is disabled by @dragonpoo in #1655
- Environments Refactor + New Plugin Updates by @iamfaran in #1684
- [FEAT]: Tab Index for Inputs by @iamfaran in #1683
- [FIX]: #1497 Page Layout Sider and Body Padding Issues by @iamfaran in #1688
- [Fix]: #1626 Width Column Layout by @iamfaran in #1675
- [Feat]: #1537 Add Custom Invalid Form Message by @iamfaran in #1672
- Add gid columns for objects by @iamfaran in #1685
- Revamp the Environments UI and Refactor by @iamfaran in #1687
- Update for deploy to deleted by @dragonpoo in #1693
- Add error component on invalid URL and managed-obj endpoint by @iamfaran in #1694
- Switching cameras on Scanner Component by @kamalqureshi in #1692
- Update deleted app by @dragonpoo in #1698
- change the minimum of the slide control by @lublak in #1681
- User friendly Charts Demo Data and Chart Fixes by @iamfaran in #1656
- added examples for multiple components by @adnanqaops in #1600
- [FEAT]: #1488 Add JS Query in the Query Library by @iamfaran in #1648
- Nodeserver encrypted payload by @dragonpoo in #1661
- [FIX]: #1497 Hide nav icon for sm screens if sider collapased is disable by @iamfaran in #1695
- [Fix]: infinite loading for Developers Group by @iamfaran in #1696
- Upgrade node packages + Optimisations to improve memory consumption by @raheeliftikhar5 in #1697
- Added timeout to http request. by @dragonpoo in #1690
- Adds tooltips for button components by @kamalqureshi in #1699
- Fixed deployment of application when it already exists in target env by @dragonpoo in #1702
- Fixed Error-list in JSON schema form by @kamalqureshi in #1703
- Fixed issue when salt and password is empty for encryption by @dragonpoo in #1704
- [Fix] Move tab-index position to the Interaction Section for better UX by @iamfaran in #1706
- Audit log before after detail by @dragonpoo in #1705
- Tooltips - Properties view by @kamalqureshi in #1707
- Deployment updates by @ludomikula in #1657
- Only one super admin should exists by @dragonpoo in #1710
- Fix errors by @dragonpoo in https://github.c...
Rocket Dust
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
Skyfire
🚀 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.
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
andget_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
- @vietdanh1899 made their first contribution! 🎉
- @iamfaran joined the contributor squad! 🚀
Thanks to everyone who contributed!
Lowcoder is better because of you. 💜
Still Spotlight
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.
What's Changed
We (Raheel mainly) removed these bugs.
- Updated device mockup package by @raheeliftikhar5 in #1520
- implemented uniqueness of variable name among editorState, queries (including query duplication) by @Imiss-U1025 in #1516
- #1173: Implemented json serialization of oracle BLOB column type by @dragonpoo in #1517
Full Changelog: 2.6.2...2.6.3
Spotlight
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.
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
- Added validation check to input boxes of variables by @Imiss-U1025 in #1506
- Make the variable name unique among editorState by @Imiss-U1025 in #1509
- Fix null pointer exception when editingApplicationDSL is null by @dragonpoo in #1512
- check variable name list for uniqueness of name by @Imiss-U1025 in #1511
- Enable device based preview (mobile/tablet/desktop) with orientations (landscape/portrait) by @raheeliftikhar5 in #1513
- Authentication Type default value added for datasource by @dragonpoo in #1501
- Fix showing indicator on event panel headers by @Imiss-U1025 in #1499
- Dev -> Main v2.6.2 by @FalkWolsky in #1515
Full Changelog: 2.6.1...2.6.2
Station Check
Lowcoder v2.6.1
We are excited to announce the release of Lowcoder v2.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
- Add required info into events by @dragonpoo in #1461
- Added variables to data query by @Imiss-U1025 in #1470
- Removed client secret from
/home
API by @dragonpoo in #1468 - User Management API improvements by @dragonpoo in #1464
- Limited datasource name to 16 characters by @Imiss-U1025 in #1471
- Fixed issues with null values in application settings (category, description, icon, and title) by @dragonpoo in #1475
- Added required data fields and default values to eCharts by @Imiss-U1025 in #1493
- Fixed CORS issues by adding custom
CorsOptions
by @dragonpoo in #1496 - #1322: Added API
/email/bind
by @dragonpoo in #1467
🔗 Full Changelog
Compare changes from v2.6.0 to v2.6.1
Thank you to all contributors for making this release possible! 🚀
Mach 2
Lowcoder v2.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.

- 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.

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
- Preparations for slug validation and search by @dragonpoo in #1407
- Add Control options and styles to Chart components. by @Imiss-U1025 in #1393
- Fix chart loading by @dragonpoo in #1427
- Feature - more control over Data Loading Indicators by @raheeliftikhar5 in #1434
- Docs for existing components by @adnanqaops in #1435
- #1331: added folder Id to all applicationInfoViews by @dragonpoo in #1439
- Fix migration of snapshot history by @dragonpoo in #1441
- Feat/query triggers by @raheeliftikhar5 in #1443
- add deploymentid into events published by @dragonpoo in #1447
- Remote Chart by @Imiss-U1025 in #1451
- Feat/alasql by @raheeliftikhar5 in #1457
- Rename deploymentID to environmentId by @dragonpoo in #1456
Full Changelog: 2.5.3...2.6.0
Silent Night
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 ;-)
What's Changed
- Fix fallback issue for category and other settings by @dragonpoo in #1409
- Fixed compatibility with previous versions. by @Imiss-U1025 in #1410
Full Changelog: 2.5.2...2.5.3
Ho Ho Ho
Lowcoder – Version 2.5.2
We’re thrilled to announce the latest version of Lowcoder, packed with improvements, new features, and enhanced usability! This release reflects our commitment to continuously evolve and provide the best development experience. Let's dive into what's new!
✨ New Features & Enhancements
🌟 Finalized Search & Pagination for Folders and Apps
Effortlessly browse through your folders and apps with our enhanced search and pagination capabilities.
📡 New Data Sources
Lowcoder now supports 6 exciting new data integrations:
- SerpAPI: Enable Google Search via API.
- EODHD: Access real-time and historical financial market data.
- UiPath: Build interfaces and exchange data with UiPath installations.
- Boomi: Seamlessly integrate with Boomi for workflow and automation.
- APITemplate & Carbone.io: Generate stunning reports and PDFs with customizable, professional-grade templates. Carbone.io even supports pre-styled office document templates for full branding control.
📚 Documentation Updates
We’ve made significant progress on auto-generated documentation for all components, now at 30% completion. Stay tuned for more updates!
📊 Improved Chart Usability
Chart components are now more intuitive with accessible, dynamic properties. Say goodbye to cryptic configuration JSON!
Check out the updated Funnel and Gauge Chart to see the difference—more enhancements are on the way.
🗓️ Calendar & Gantt Chart Improvements
We’ve worked intensely on the Calendar and Gantt Chart components, adding drag-and-drop support and robust data handling. You can now store and manage changes directly in your data sources with ease.
🛠️ Modernized Docker Compose
Thanks to a contribution by @martkaczmarek, the Docker Compose files have been upgraded to Compose V2.0, with added health checks for better reliability.
👥 Community Contributions
New Contributors
- @martkaczmarek made their first contribution by modernizing Docker Compose in PR #1387.
🔧 Bug Fixes
We’ve resolved several issues to enhance stability and user experience, including:
- Super Admin Rights: Super admins now have full admin privileges, allowing them to better control their hosted instances. This includes managing OAuth and user group settings.
- Component Docs & Playground: Fixed infinite loading bug, so finally the Component docs are displayed as expected again.
- Global Data Variables: Resolved an issue where variables were lost during app navigation.
- Improved Search in Folders: Searching apps within folders is now seamless.
- Null Errors: Addressed MySQL-related null errors and folder ID issues.
🔗 What's Changed
Here’s a quick overview of key changes in this release:
- Modify app constant names to match frontend by @dragonpoo.
- Fix issues with
organization/byuser
endpoint (#1383). - Fix null folder ID in
getElements
(#1385). - Add title, description, and category to app list endpoint (#1381).
- Update Funnel & Gauge Chart usability (#1400).
🔭 Upcoming Features
Here’s a sneak peek at what’s coming next:
- Improved OAuth Support: Enhanced support for user groups and data matching.
- Slugs for Workspaces & Apps: Beautiful, named URLs instead of IDs.
- Full Chart Configurations: Support for all styling and customization options.
- Component Shadows: Adding shadow support for more dynamic designs.
- Calendar & Date Component Enhancements: Improved date formatting and usability.
For the full list of changes, check out the changelog.
Thank you for your continued support and feedback. Together, we’re building something incredible! 🚀
What's Changed
- Modify app constant names to match frontend by @dragonpoo in #1377, Fixed app type. by @Imiss-U1025 in #1378
- #1337: Make super admin have admin rights. by @dragonpoo in #1382
- organization/byuser endpoint issue fixed by @dragonpoo in #1383
- Fix issue when folderId of getElements is null by @dragonpoo in #1385
- Fix issue in searching app inside folder. by @dragonpoo in #1391
- Feature/app version by @dragonpoo in #1389
- #923: Add title, description, category to the application list endpoint by @dragonpoo in #1381
- Update docker compose syntax to Compose V2 and add healthchecks by @martkaczmarek in #1387
- Fixed null error on mysql by @dragonpoo in #1392
- Add mising test case and migration by @dragonpoo in #1394
- Fixed cors issue for npm repository api by @dragonpoo in #1399
- Update funnel and gauge chart. by @Imiss-U1025 in #1400
- Doc/existing components by @adnanqaops in #1403 WIP
- Add slug to application and organization by @dragonpoo in #1401 WIP
New Contributors
- @martkaczmarek made their first contribution in #1387
Full Changelog: 2.5.1...2.5.2