Skip to content

@ui-kitten/components@6.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Sep 11:52
· 16 commits to master since this release
c62cfcc

Patch Changes

  • #1890 db10b60 Thanks @bataevvlad! - Card accepts contentContainerStyle for the view that wraps its children. It overrides the body padding that the mapping applies and takes flex properties such as flexDirection, so a card body can be laid out as a row or fill the card without wrapping the children in a negative-margin view.

  • #1889 8f29793 Thanks @bataevvlad! - Stop Modal and Popover from vibrating by one pixel when their content has a fractional size. MeasureElement now reports whole points, and a re-measure that moves the content by at most one point no longer repositions it: native layout snaps a fractional width to the pixel grid, so the measured width alternated with every move and the modal repositioned itself forever.

  • #1887 cabcbb8 Thanks @bataevvlad! - Remove the unused BaseCalendarComponent class. Calendar and RangeCalendar have been hook-based since 6.0.0, and the class kept a second copy of the min/max and navigation logic that no longer ran. BaseCalendarProps now lives in baseCalendar.props.ts; it was never exported from the package entry point, so nothing changes for consumers.