Skip to content

Release v1.5.10 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 11:10
· 12766 commits to master since this release

Features

  • No more starving, the new Hamburger Menu widget is now out! With this, you can create menus in your Appsmith app and customise them with different actions. (#5334)

  • We’ve added a currency data type on the input widget to help with your money calculations. You can also set the currency type and the decimal correction for more accuracy. (#5049)

  • Redis integration data sources now allow you to select a specific database for querying. (#5807)

  • We’ve added support for execution timeouts for PostgreSQL and MsSQL actions. (#5922)

  • Data types are fussy creatures. To please them, we’ve added support for explicit data type casting in Postgres Prepared Statements (#5842)

Bug Fixes

  • Previously, videos didn’t show up on our Omnibar while looking at our docs. This is now fixed. (#5873)

  • Comments are essential in programming to explain why something is being done. We’ve fixed an issue where adding comments to MySQL queries would cause errors earlier. (#5838)

  • Previously, clicking on images in the table widget would redirect you to a new page with the image URL. We’ve added an onClick property that allows you to customize this action. (#4676)

  • We’ve fixed an issue where public apps would occasionally trigger the authentication flow when viewing them. (#5843)

  • We’ve fixed multiple issues while downloading binary files (#6075, #5974, #5958, #5927)