Skip to content

Moon Lander

Compare
Choose a tag to compare
@FalkWolsky FalkWolsky released this 02 Jun 21:09
· 6 commits to main since this release
1744931

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