Skip to content

7.12.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 06 Dec 14:38
· 144 commits to master since this release

🎁 Features

β€’ SortableList - support horizontal (#2800)
β€’ Picker - Now accepts accessibility props for the title. (#2805)

πŸ•ΈοΈ Web support

β€’ TextField - fix inner container flex issue on Web (#2840)
β€’ Fix TextField defaultValue on web when value=undefined (#2830)

πŸ”§ Fixes

β€’ Carousel - Fixed Android RTL jumps on random items. (#2831)
β€’ ColorPicker - (reverted)Removed migrate from ColorPickerDialog (#2826)
β€’ Incubator.Toast - fix error on Android with no image (#2821)
β€’ Fix Colors.generateColorPalette memoized result (handle cache properly) (#2836)
β€’ Fix TabController.TabBar not responding to change in labelColor/selectedLabelColor (#2836)
β€’ Avoid failing Colors.rgba API on invalid input to avoid app crashes (#2838)

βš™οΈ Maintenance & Infra

β€’ Export missing TextField types (#2824)
β€’ Return old textfield for masked input until we migrate to the new MaskedInput completely (#2828)
β€’ Upgrade react-native to 0.71.12 (#2816)
β€’ Upgrade reanimated to version 3.4.0 (#2816)
β€’ ColorPickerDialog - Changed to FC (#2823)
β€’ SliderGroup - Moved to a FC. (#2832)