What's new on UI Bakery

UI Bakery news feed and changelog.

new release
August 18, 2022

Release Notes August 2022, v.2.32.0: new component methods, action folders and more!

Features ๐Ÿ—

Action folders ๐Ÿ—‚

We are happy to announce the introduction of action folders! Folders are a great way to structure your actions and are especially useful when you have a lot of actions in your application. You can drag the actions to the folder as well as remove the actions from the folder.

Image #1

Component methods v.2 ๐Ÿ–ฑ

We have released the second package of component methods for easier components and data manipulation. In the current release, we have added the state methods. Some of those include: setValue() for various inputs, form, pop up, detail; setData() for table, metrics, chart; and others.

CRUD actions for MSSQL โž•

The standard pre-defined UI Bakery actions (Load Table, Create Row, etc.) are now available for the MSSQL data source.

Format date to SQL date format by default ๐Ÿ—“

Now, anytime you use a JavaScript Date object in your SQL queries, UI Bakery will automatically convert it to a SQL friendly date format.

Data source timeout handling โฐ

We have updated the notification message for the data source timeout error that might arise with large/ long requests. The error message is now more clear and points to the cause of the issue.

Bug fixes ๐Ÿž

  • actions: do not allow scheduling not-configured automations;
  • Airtable: fix number typecheck and allow disable fields;
  • builder: remove white unexpected bottom space;
  • chart: allow different types of series for bar chart;
  • chart: initial structure creation and after change;
  • chart: respect original data order for non-dates charts;
  • metric: fix header select height;
  • pop-up-form: change default size value.