Changelog - 6.1.0 Betas

6.1.2-beta.3 (22/09/2021)

Bug Fixes

  • FRM-1795 - message-dialog: Action buttons were center-aligned instead of right-aligned.


6.1.1-beta.2 (21/09/2021)

Bug Fixes

  • FRM-1794 - checkbox: Frame and ripple would get cut off after interaction in some very specific cases.


6.1.0-beta.1 (06/09/2021)

Breaking Changes

  • FRM-1763 - grid: Renamed none option to center in VsGridColumnSettings.align.

  • FRM-1620 - navigation: Removed IItemMenuOptions.functionPath.

Dependency Updates

Dependency

Status

Version

primeng

🔃 Updated

~12.1.0

Note: the ``~`` is important! It guarantees that only patch (``x.x.X``) versions can be installed automatically, whereas ``^`` allows for minor (``x.X.x``) versions to be installed as well.

Features

  • FRM-1465 - common: Added errorCodes property to VsUiErrorSettings.

    • This property gives developers control over which HTTP error codes should automatically show an error dialog.

    • By default, the following error codes show a dialog: 401, 404 and 500.

Changes

  • FRM-1763 - grid, tree-table: Visual refresh.

  • FRM-1763: Refactored PrimeNG theme and removed styles that weren’t being used by SDK components.

Bug Fixes

  • FRM-1763 - grid: Checkbox selection column could mess up the column size calculation.

  • FRM-1763 - grid: Horizontal scrollbar could show up when it shouldn’t.