@ui-kitten/components@6.1.2
Patch Changes
-
#1893
c7efa0bThanks @bataevvlad! - KeepPopoverandTooltipcontent 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
07f77acThanks @bataevvlad! - Style cache entries are now keyed by the compiled mapping as well, so acustomMappingthat changes at runtime restyles the components, and twoApplicationProviders with different mappings no longer share styles.ApplicationProviderwarns in development whencustomMappingis passed next to build-timestyles, where it is ignored. -
#1892
7fcbe88Thanks @bataevvlad! -TopNavigationrenders the subtitle below the title for the default (start) alignment. The title container was a row, so the subtitle sat next to the title unlessalignment='center'was set. -
#1897
9e38cc2Thanks @bataevvlad! -ViewPagerandTabViewstay quiet while laid out at zero width. On react-native-web a navigator keeps inactive screens mounted but hidden, and the pager used to reportNaNas 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.