31 October 2018

1. Widget

<Access> checks are now supported on <ToggleWidget> command. This will enable for example a menu holding several possible Widgets that the end user can toggle to, where some can be restricted by role, group or access program.

<ToggleWidget>
    <Label>Label for the command</Label>
    <FontIcon>he-some-font-icon</FontIcon>
    <To>the-id-of-the-widget-to-toggle-to</To>
    <Access>access-rules-for-this-action</Access>
</ToggleWidget>

For more information, see Toggle Widget.

2. Tables

2.1. Export

The built-in Export functionality now also supports exporting in CSV format.

<Menu>
    <Label>Export</Label>
    <FontIcon>fa-share</FontIcon>
    <ExportExcel />
    <ExportPDF />
    <ExportCSV />
</Menu>

From this release onwards, the column sorting performed in the TableWidget will also reflect in any exported file.

3. New Search Experience

3.1. Search Side Panel

The search side panel can now be resized and collapsed/expanded.

image
Figure 1. Search Side Panel

For more information, see Search Side Panel

4. Mobile

Improved handling of Commands in Topbar, for scenarios where topbar needs to collapse into the Sidebar menu due to screen size.

image
Figure 2. Mobile Topbar

5. Other

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