Releases: appsmithorg/appsmith
Release v1.2.3
Release v1.2.2
- API added to clone an application in the same organization
- Fixing bug where SQL queries with nested value objects would throw an error on the query pane.
- Added new function
storeValue
which allows users to save a key-value pair in the browser's localStorage. - Multiple minor 🐛 fixes
Release v1.2.1
Tagging new minor version v1.2.1.
Release v1.2
Changelog
New features and highlights
Example Applications!
We went meta and built apps that teach you how to use appsmith 💣💥
Added tutorials for
- Forms
- Tables
- Charts
and a Customer Support Dashboard!
Entity Explorer 🔍
Our new entity explorer makes it easier than every to navigate appsmith and connect entities in your applications!
This is our first step in becoming closer to an IDE 😎
Face-lift 🍭
The Home page is now cleaner with colors for every application!
The editor top bar got revamped to dark mode 🌗
The published applications now have pages in the topbar freeing up some major space which the navigation drawer was taking up
Access Control
Our ACL features got an upgrade with Public Applications!! You can now make an application public and share it with the world 🌎
Support & Feedback 📢
We love hearing from our users so we made it dead easy to reach us from inside the application!
Added support and feedback via
- Intercom
- Discord
- Github Issues
Fixes & Improvements
- Fixed bugs with analytics & error reporting on the cloud hosted version
- Improved the build script to handle more error scenarios
- Fixed bugs in Tabs, Rich Text Editor & Dropdown Widgets
Release v1.1
Release v1.0.2
Release v1.0.1
Release v1.0
test
Release v1.0-beta.2
Release v1.0.0-beta.1
Changelog
New features and highlights
Database Integrations
Database integrations allow you to directly query your database to display or update data from within an appsmith application. Currently supported databases are
- Postgres
- MongoDb
- MySQL
Database credentials are securely encrypted.
Read more about connecting to databases
Fixes & Improvements
- Making email sending an asynchronous 🔥 & forget process
- Fixing bugs when creating template applications for new users
- Fixing various bugs in the table widget