github akveo/react-native-ui-kitten @ui-kitten/components@6.1.2

latest release: @ui-kitten/components@6.1.3
3 hours ago

Patch Changes

  • #1893 c7efa0b Thanks @bataevvlad! - Keep Popover and Tooltip content on screen. The content is now capped at the window width, so a long text measures the same wherever it is placed instead of one very wide line off screen, and when no placement fits next to the anchor the chosen frame is moved back inside the window rather than left cut off at the edge.

  • #1896 07f77ac Thanks @bataevvlad! - Style cache entries are now keyed by the compiled mapping as well, so a customMapping that changes at runtime restyles the components, and two ApplicationProviders with different mappings no longer share styles. ApplicationProvider warns in development when customMapping is passed next to build-time styles, where it is ignored.

  • #1892 7fcbe88 Thanks @bataevvlad! - TopNavigation renders the subtitle below the title for the default (start) alignment. The title container was a row, so the subtitle sat next to the title unless alignment='center' was set.

  • #1897 9e38cc2 Thanks @bataevvlad! - ViewPager and TabView stay quiet while laid out at zero width. On react-native-web a navigator keeps inactive screens mounted but hidden, and the pager used to report NaN as the selected index from there, which re-triggered its own animation in a loop and left the tabs unresponsive once the screen was shown again.

Don't miss a new react-native-ui-kitten release

NewReleases is sending notifications on new releases.