Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-11-19 | 1.3 kB | |
v1.2.1 source code.tar.gz | 2019-11-19 | 1.8 MB | |
v1.2.1 source code.zip | 2019-11-19 | 2.0 MB | |
Totals: 3 Items | 3.8 MB | 0 |
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: https://github.com/JosephusPaye/Keen-UI/compare/v1.2.0...v1.2.1