Skip to content

6.21.0

Choose a tag to compare

@M-i-k-e-l M-i-k-e-l released this 07 Sep 15:18
· 1033 commits to master since this release

🎁 Features

β€’ Create an imperative API for TabController for setting tab imperatively (#2197)
β€’ ActionSheet - allow overriding Dialog's props (#2211)

πŸ”§ Fixes

β€’ Picker - fix setComponentTheme support (#2212)
β€’ Fixed search functionality, search logo appearance (#2208)
β€’ ChipsInput - handle backspace with no chips (#2222)
β€’ AnimatedImage - move from LayoutAnimation to AnimationStyle (#2223)
β€’ Avatar - handle SVG image (fix Android crash and red screen) (#2224)
β€’ SortableList - fix issue with flaky sorting when dragging fast + add scale to props + support a gesture-handler version in Incubator.TextField (#2217)
β€’ Fixed demo app dark mode (#2209)
β€’ Fix demo app colors for dark mode (#2229)
β€’ Modal.TopBar - add key to buttons (#2237)
β€’ Badge - update default background color (#2241)
β€’ StackAggregator - fix children update. (#2103)
β€’ Fix typing issue for standalone components (#2210)
β€’ added useColorScheme() hook to trigger a change when toggling appearance. (#2234)

βš™οΈ Maintenance & Infra
β€’ Changed the demo screen app according to the new design. (#2174)
β€’ Update blue50 color (#2213)
β€’ Change the Incubator.Dialog to use hooks, fixes issues with size given in percentage and not numbers (#2116)
β€’ Incubator.TransitionView - remove (move hook to Incubator.Dialog) (#2228)
β€’ Drawer - delay actions render to reduce component loading time (#2201)
β€’ Added listKey prop to FlatList of WheelPicker component (#2215)
β€’ Optimize use of asBaseComponent in Picker and TextField (#2200)