GBC 1.00.61

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

For a detailed list of GBC 1.00.61 changes, please refer to the list of fixes on our issue tracker.

New Features

  • Clipboard API has been implemented
  • Security fixes on i18next
  • Combobox widget : in construct mode we have a 'is NULL' and 'is not NULL' option added automatically for non NOT NULL definition

Theme variables

New theme variables are available:

theme-webkit-scrollbars-global-enable Theme webkit scrollbars enabled for all gbc (default: false)
theme-webkit-scrollbars-size Theme webkit scrollbars size (default: 8px)
theme-webkit-scrollbars-color Theme webkit scrollbars thumb color (default: $theme-primary-background-color)

New Mixin

You can now use new mixin on any div's scss in your customization: webkit-scrollbar(size,thumbColor,trackColor) Call this mixin in your scss with desired values to apply webkit scroll bar here only: e.g: .myDiv { @include webkit-scrollbar(25px, red, green); }

Upgraded Material design icons

mdi icons lib has been upgraded to the latest one to include more icons than before See icon list available in this version: @mdi/font/6.6.96

/!\ Please do an npm install in your GBC project to upgrade dependancies before building GBC