GBC 1.00.48

GBC 1.00.48 was released on October 8th 2018.

This page provides information about new features, as well as changes you need to take care of when migrating your customization to this version.

Typeahead

Miscellaneous enhancements to prevent some unwanted rollbacks.

Display a table as a ListView (default on mobile)

On mobile devices, the default table rendering is now a ListView.

On non-mobile devices, the default table rendering is a normal table. To render a table as a ListView, set the theme-table-default-widget variable in the theme definition file theme.scss.json:

  "theme-table-default-widget": "listview"

Genero presentation styles (4st) can still be used to override the theme default behavior.