Skip to content

6.1.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 06 Oct 08:24
· 1601 commits to master since this release

🎁 Features
β€’ Fix support for setting color scheme manually (and not depend only on device settings) (#1561)
β€’ Add support to configure theme to Incubator.WheelPicker using ThemeManager (#1559)
β€’ Added pickerModalProps to Picker for controlling the Picker modal #1371 (#1570)
β€’ Added the option to pass a custom icon in searchStyle in the Picker component #1371 (#1570)
β€’ Support passing a custom value formatter to Incubator.TextField (#1528)
β€’ Image - added OverlayIntensity to control overlay gradient intensity level (#1584)
β€’ Add TransitionView (experimental under Incubator) - A view that adds enter\exit animation. (#1479)

πŸ”§ Fixes
β€’ Fix WheelPicker issue with RTL on iOS (#1581)
β€’ Fix uncontrolled mode of Incubator.WheelPicker (#1583)
β€’ Fix SafeAreaSpacerView error on Android (this native component is relevant only to iOS) (#1563)
β€’ Fix exception when passing a single item to TabController (#1578)
β€’ Fix broken links in docs modifiers page (#1572)
β€’ Use remove instead of removeListener API to fix error messages for RN65 users (#1585)

βš™οΈ Maintenance & Infra
β€’ Export our demo configurations as a function - in order to fix Expo demo issues (#1575)
β€’ Infra, added first component-tests to Hint component. (#1470)
β€’ Improve docs site content copy (#1571)
β€’ WIP - Migrate our docs site from Gatsby to Docusaurus (#1525)