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
Dependency Updates
Dependency |
Status |
Version |
|---|---|---|
|
🔃 Updated |
|
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: AddederrorCodesproperty toVsUiErrorSettings.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.