Releases: appsmithorg/appsmith
Releases · appsmithorg/appsmith
Release v1.2.15
Release v1.2.14
Release v1.2.13
New features and highlights
Datasource NUX! 🌐
We re-worked the way we thought about data sources for new users and made it simpler
- Datasources only show for queries that are being used
- Datasources have a saved state and prompt creation of a query once they are saved
- Datasources show up near the queries to make it easier to query!
Page & Action Refactor 🌀
We refactored the way our backend deals with pages and actions to allow for new upcoming features. Actions and pages are now stored separately for Publish and Edit modes
Image Zoom 🔍
We added a feature to zoom in and out of images!
Bindings in Actions ⛓️
Actions can now use dynamic bindings just like other properties! This means we no longer have to onClick to JS to show a message from an API 😬
K8s 🚀
Added support for Kubernetes deployments!
Fixes & Improvements
- Fixed Multi-Select Default value not showing
- Fixed bugs in the table widget
- Fixed bugs in the Map widget
- Fixed an issue where actions were performing multiple evaluations before execution
Release v1.2.12
Release v1.2.11
Release v1.2.10
Release v1.2.9
🚀 Features
- Added integration for Redis
- Added integration for Elasticsearch
- Added integration for DynamoDB
- Added integration for Microsoft SQL Server
- Lots of performance fixes which was causing the UI to hang. The canvas editor is much snappier.
🐛 Bug Fixes
- Fix bug where the default value for the drop down widget was breaking
- Fix the ordering of organizations on the home page
- Fixing Cypress tests that were flaky
Release v1.2.8
🚀 Features
- Various library upgrades on the server and client
- Added feature to create a widget directly from the query pane
- Updated documentation for "Getting Started" section
🐛 Bug Fixes
- Fixing analytics events
- Adding email validation when inviting a new user or changing an existing user's role
- Fixing bug where page load actions would cause the editor to error out
- Fixing bug where HTTP API actions default to
http
protocol - Various other bug fixes on the editor canvas