Changelog - 4.2.0 Betas
24-03-20 (4.2.0-beta.7)
Changes
components/tree-view - FRM-1033
Empty message is now localized
Internal Changes
20-03-20 (4.2.0-beta.6)
Fixes
navigation/notifications - FRM-494
Fixed long words breaking notification layout
components/radio - FRM-1103, FRM-1108
Fixed radio allowing items to be selected when either the FormGroup, FormControl or the item itself were disabled
components/autocomplete - FRM-1043
Fixed autocomplete dropdown not sticking to its respective input
Changes
Breaking changes
components/no-result - FRM-1106
Removed “icon” property
Added i18n
Internal Changes
components/accordion - FRM-949
Refactored tests
18-03-20 (4.2.0-beta.5)
Internal Changes
testing - FRM-934
Visual regression tests now use @viasoft/testing
Visual Changes
theming - FRM-934
Fixed input label text sizes
Fixes
navigation - FRM-1044 - Fixed console error
16-03-20 (4.2.0-beta.4)
Fixes
authorization - FRM-1098
Fixed VsAuthorizationService.isGrantedMap() in test environments. - isGrantedMap now returns a map with every permission requested as “true”.
13-03-20 (4.2.0-beta.3)
Fixes
client-core - FRM-1091
Added Client core.
13-03-20 (4.2.0-beta.2)
Fixes
VsRadioButton - FRM-1095
Click in radio button now sets value.
Before this task, it would not select if you click in a input.
11-03-20 (4.2.0-beta.1)
Deprecated
VsDatepicker - FRM-1080
Properties “readonly” and “allowPicker” are now deprecated and will be removed in future releases. Setting such properties to “true” will raise a warning.
Features
VsDatepicker - FRM-1080
FormControl value is now always a Date
When setting the FormControl value or initializing the form, you can use a valid date string, number or Date object. If a string or number can’t be converted to a Date, the FormControl value will be set to null, otherwise, it will be set to the corresponding date.
AM/PM removed from picker modal to better reflect the 24-hour format displayed in the input
Fixes
VsDatepicker - FRM-1080
FormControl.setValue with emitEvent: false flag should now work
“month” mode now sets the date as 15 to prevent timezone conflicting with the month