Releases: peacechen/react-native-modal-selector
Releases · peacechen/react-native-modal-selector
v1.0.1
v1.0.0
Enhancement:
Improved accessibility (9cdf7c3):
- Add more accessibility props:
cancelButtonAccessible
,scrollViewAccessible
,listItemAccessible
,openButtonContainerAccessible
. - Updated docs for accessibility. Also fixed a problem with android when open the list, the first item should be focused now.
BREAKING:
- Removing
accessibility
-prop in favor of more granular control.
v0.0.29
v0.0.28
Enhancements
- New prop (
modalOpenerHitSlop
) to adjust hit slop (the area that user can click) of touchable that opens modal (#64) - New prop (
customSelector
) to render a custom selector node (i.e. a replacement for the touchable that opens the modal) (#72) - New prop (
closeOnChange
) to determine if modal should close when user make a selection (#74) - New prop (
selectedItemTextStyle
) to style currently selected element (#75)
Bugfixes
- Accessibility fix (#73)