Skip to content

7.9.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 12 Oct 06:44
· 506 commits to master since this release

🎁 Features

β€’ DynamicFonts - download and load to memory fonts - this is experimental for now! (also requires using react-native-fs) (#2736)
β€’ Picker onSearchChange callback now supports and passes on filteredChildren prop. (#2725)
β€’ Expose ColorPickerDialog as a new component (#2737)
β€’ Checkbox - indeterminate state (#2703)
β€’ Colors - generateColorPalette - pass options object for palette adjustments (#2734)
β€’ Colors - generateColorPalette API - add the option to avoid reversing on dark mode (#2757)
β€’ Picker in WheelPicker mode supports topBarProps. (#2681)
β€’ Button - support passing iconProps (#2742)

πŸ•ΈοΈ Web support

β€’ Allow passing id to SvgImage on web (#2740)

πŸ”§ Fixes

β€’ SvgImage now respects width & height props on web (#2749)

βš™οΈ Maintenance & Infra

β€’ Add information on the steps required to run the application on windows machine (#2744)
β€’ docs: fixed dead link of react-native-reanimated setup guide (#2746)