Releases: renrizzolo/react-native-sectioned-multi-select
Releases · renrizzolo/react-native-sectioned-multi-select
v0.10.0
v0.9.1
Remove console.log
statement that was left in by accident.
v0.9.0
Fixed
- Changed the way styles and colors are recalculated. Style/color prop changes will now correctly reflect to sub items. This isn't a breaking change per se but it will cause different results to previous versions when changing styles/colors dynamically.
Also upgraded some packages and added some consistent linting/formatting.
v0.8.3
Fixed
- more type related fixes
v0.8.2
fix: Android setLayoutAnimationEnabledExperimental
Merge pull request #219 from Kjaer/master
fix: Android setLayoutAnimationEnabledExperimental
v0.8.0
This minor version addresses issues with icons.
Fixed
- 0.7.8 introduced a bug with an attempted fix of the iconRenderer. This update addresses that and icons in general.
Added
- the
icons
prop is an object that maps the names and sizes used for the icons (all properties are spread onto theIconRenderer
). In conjunction withIconRenderer
you can now easily switch out the icon library. See Icons section of Readme.
Changed
- BREAKING:
IconRenderer
is now required (also note the casing change). The lib no longer depends onreact-native-vector-icons
. For the default Material Icons icon set, you must import Icon fromreact-native-vector-icons/MaterialIcons
yourself, and pass that to theIconRenderer
prop. See Icons section of Readme.
v 0.7.8
v0.7.7
Updated types definition file