Skip to content

@ui-kitten/components@6.0.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 12:23
· 31 commits to master since this release
56c9fa8

Patch Changes

  • #1875 8683243 Thanks @bataevvlad! - Datepicker and RangeDatepicker render their placeholder with the Eva placeholderColor and
    the text font instead of the selected-value text style. The placeholder style was computed but
    never applied, so the placeholder and a selected date looked identical (#1224). Ported from
    #1240 by @rmarquois.

  • #1875 db57a62 Thanks @bataevvlad! - Input no longer loses its focused styling on web when the pointer enters or leaves the field.
    Eva has no combined hover + focused state, so the hover handlers used to replace the focused
    interaction with hover and then clear it on mouse-out, leaving a focused field styled as idle
    (#1401). Hover is now ignored while the field is focused. Ported from #1779 by @raqso.