v1.3.2
v1.3.2
Sass customisation
- Add the ability to define a custom
rem()
function to override Keen UI's default. See #520.
UiCalendar
- Fix the prev/next month buttons being incorrectly disabled when
yearRange
is a list of years in descending order. See #491.
UiCollapsible
- Hide collapsible content overflow only during the open/close animation. See #519.
UiModal
- Close on backdrop click only if the backdrop also got a
mousedown
event. This avoids closing the modal when selecting text and releasing the mouse with the cursor over the backdrop. See #497. - Added a new prop
beforeClose
that can be used to dynamically allow or reject closing of the modal on backdrop clicks. See the docs for details.
UiPopover
- Support rendering inside a Shadow DOM. See #518.
UiSwitch
- Fix UiSwitch thumb overlapping open modals in certain cases due to z-index. See #514.
UiTextbox
- Add
autocapitalize
prop. See #501. - Fix a value of zero being treated as falsy in UiTextbox value length calculation. Previously, when the value was the number
0
, the textbox would be considered empty. See #516.
View all changes: v1.3.1...v1.3.2