What's new on UI Bakery

UI Bakery news feed and changelog.

new release
February 02, 2023

Release Notes February 2023, v.3.16.1: On AppLoad trigger, table enhancements, and other πŸ“‹

Features πŸ—

Add notification position πŸ“©

To allow you more flexibility, we have added an option to set a notification position. There are 4 positions available: top right and top left, bottom right and bottom left. The notification position can be configured for the Show Notification action type.

Image #1

On AppLoad trigger 

We have implemented app triggers to allow you to set certain actions on application load. App triggers are executed globally on app load and can be used to load app configurations or to check user authorization.

Image #2

Sorting option ↕️

By default, you can sort any column of your table by clicking on its header. However, if you don’t require the sorting, you can turn it off using the Enable sorting checkbox. Additionally, you can configure the sorting programmatically with the methods setSort() and setSortable().

Image #3

On Row Click event πŸ–±οΈ

The list of table’s events has been expanded with an on row click event. You can now assign certain actions when a user clicks a row and refer to it using a variable {{ui.table.clickedRow.data}}.

Bug fixes 🐞

  • actions: app settings may be undefined in share;
  • auth: on premise login flow;
  • automations: allow comments in one liners;
  • datasource: allow any json like api;
  • git: don’t persist after migration in main.
emoji negative reaction for 'Release Notes February 2023, v.3.16.1: On AppLoad trigger, table enhancements, and other πŸ“‹' emoji neutral reaction for 'Release Notes February 2023, v.3.16.1: On AppLoad trigger, table enhancements, and other πŸ“‹' emoji positive reaction for 'Release Notes February 2023, v.3.16.1: On AppLoad trigger, table enhancements, and other πŸ“‹'
Thank you for your feedback.