You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractStore, BsStore, BsModel: improve data-model processing and
make property restUrl writable.
BsButton:
Improve css styles when dropdown-toggle and tonal property is defined.
improve css styles on xs (extra-small) button size.
BsCombobox:
Improve popover display placement coordinates.
Improve chain loading dataset when parentValue is defined.
BsIcon, BsIconSvg: cache loaded icon using CacheManager to improve performance.
BsNumericField: improve classic form field styles.
BsListbox: add property autoload to turn-off the autoloading dataset from remote source.
BsListTile: improvement when the navigable property is defined.
BsPopover: improve display placement coordinates.
BsTabs:
Improve padding on small-screen device.
Support sliding on horizontal tabs when the sum of tabs width exceed the container width.
BsTextArea, BsTextField, BsChipField, BsCombobox, BsNumericField, BsDateTimeField : move the placement of the validation icon to always be on the right at the end.
BsButton: fix border style on flat button variant.
BsCheckboxGroup, BsRadioGroup: bug fix when column props is defined.
BsListbox: fix searchbox visibility.
BsListNavItem: fix incorrect html tag when component is disabled.
BsTabs:
Fix tabClass property for custom css is not applied.
Fix activeTab not sync when modelValue is changed programmatically.
BsNumericField: fix maxValue and minValue property didn't work properly.
BsTextField: fix field value doesn't change immediately when the type property is password.