v1.2.1
UiSelectOption
- Allow a
Number
as option. See #472.
UiCheckbox, UiRadio, UiRadioGroup
- Change selected check to use strict equals (
===
) instead of loose equal (==
). This allows an empty string''
to be used as the radio or checkbox's value. See #465.
UiCheckbox
- Apply
border-radius
to checkmark background. Also switch background from::before
pseudo element to an actual element:.ui-checkbox__checkmark-background
. This avoids visual artifacts that appear when applyingborder-radius
to a pseudo element. See #471.
UiDatepicker
- Add new prop
defaultView
to set the default datepicker view:date
oryear
. See #454.
UiTextbox
- Add new prop
minlength
to set theminlength
attribute on the textbox input or textarea. - Allow a
Number
forstep
prop. See #460. - Ensure floating label doesn't overflow parent when scaling up. See [#447](https://github.com/JosephusPaye/Keen-UI/issues/
See all changes: v1.2.0...v1.2.1