v1.2.1
UiSelectOption
- Allow a
Numberas 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-radiusto checkmark background. Also switch background from::beforepseudo element to an actual element:.ui-checkbox__checkmark-background. This avoids visual artifacts that appear when applyingborder-radiusto a pseudo element. See #471.
UiDatepicker
- Add new prop
defaultViewto set the default datepicker view:dateoryear. See #454.
UiTextbox
- Add new prop
minlengthto set theminlengthattribute on the textbox input or textarea. - Allow a
Numberforstepprop. 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