Skip to content

Release v1.4.7 💅

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 13:45
· 13335 commits to master since this release
940a319

💡 New Features

  • We’ve added Smart Substitution features for the Mongo Plugin. Binding variables to your Mongo queries just got easier.
    (#3804)
  • We’ve added new style properties to the Text Widget. You can now change your text widget color, background, size and alignment with a simple click. (#3167)
  • You can now organise data in the rich text editor with the new table plugin! (#3799)
  • We’ve added support for the firestore plugin to define key paths for FieldValue.delete() and FieldValue.serverTimestamp() values. (#3693)

🐛 Bug Fixes

  • We’ve made our property pane more fluid; all the modals and widgets will be now more responsive and aligned without any truncation. (#3766)
  • We’ve fixed the issue with the table widget's drop zone. Now the box that appears when we drag a widget is of zero width. (#3839)
  • The “Save as Data Source” option was only visible when the URL was filled. You can find this option even in the empty path but in disable state till the value is entered. (#3695)
  • Previously, while working with APIs, new lines were added in the URL field with a big twitch in the UI. These are now fixed with a more intuitive overflow option.
    (#3717)
  • Prepared statements in PSQL now ignore the comments by handling expectations for the binding. (#3832)
  • Previously, the applications are not displayed to the user when shared in view mode. This issue is now fixed! (#3765)
    We’ve fixed the table widget’s rendered error using the column name to render the table header column. (#3849)
  • We had performance degradation issues when multiple storeValue operations occur one after the other. This degradation is now being tracked with better tracking scripts. (#3790)
  • While working with SQL Queries, the formatting is smoother with our new MySQL recognition using regular expressions.
    (#3761)
  • Fixed issues with evaluated value not showing the correct value in actions with multiple dynamic fields (#3701)