Skip to content

Releases: appsmithorg/appsmith

Release v1.2.3

28 Aug 10:52
2b8764e
Compare
Choose a tag to compare

Release v1.2.2

26 Aug 14:22
Compare
Choose a tag to compare
  • 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

24 Aug 13:35
Compare
Choose a tag to compare
Tagging new minor version v1.2.1.

Release v1.2

21 Aug 14:39
Compare
Choose a tag to compare

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
  • Email

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

21 Aug 14:25
Compare
Choose a tag to compare

Release v1.0.2

21 Aug 09:20
Compare
Choose a tag to compare

Release v1.0.1

20 Aug 13:41
Compare
Choose a tag to compare

Release v1.0

17 Aug 12:19
Compare
Choose a tag to compare

Release v1.0-beta.2

07 Aug 17:47
42ab557
Compare
Choose a tag to compare
Release v1.0-beta.2 Pre-release
Pre-release

Release v1.0.0-beta.1

29 Jul 11:06
Compare
Choose a tag to compare

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