11 August 2017

1. About this Release

The release focus has been improvement of the UI components for Widget and Sidepanel, in addition to bug fixing and minor improvements of existing functionality.

2. Legend support in chart

Legend is added in chart

image
Figure 1. Legend supported chart

3. Documentation update

4. Widget

4.1. Auto Height with Vertical Toolbar

If adjustHeight is defined, widget will adjust height to fit vertical toolbar along with widget content.

4.2. Minimize Widget

When dashboard has only one visible widget, it can be collapsed or expanded in desktop mode like stacked mode.

4.3. Widget Mode API

Widget’s mode can be found by invoking getMode function on widget instance. It can either be "View" or "Edit".

4.4. Semantic Side Panel

Side panel is now improved and implemented using semantic UI.

5. Tables

5.1. Multiple Column Sortorder

It is now possible to default sort table based on multiple column as per sort order. Note: Only inital sorting is supported with multiple columns, once table is rendered it can be sorted only on single column.

6. Other

In addition, a lot of small improvements and bug fixes have been made as well.