Releases: expo/react-native-action-sheet
Releases · expo/react-native-action-sheet
v4.1.0
4.1.0 (2024-05-15)
Features
Bug Fixes
- use release-please instead of semantic release (#300) (b35a403)
v4.0.1
4.0.1 (2022-11-04)
Bug Fixes
- expose ref on ActionSheetProvider for statically invoking (#283) (b2f5f43)
v4.0.0
4.0.0 (2022-10-26)
Features
BREAKING CHANGES
- This implementation is backwards compatible, but just to be safe I'm marking this as breaking so that it bumps the major version.
v3.13.0
3.13.0 (2022-01-10)
Bug Fixes
- defer calling onSelect until after animation (#248) (1fb3411), closes #203
- stabilize the identity of the context provider value (#251) (55005ba)
Features
- support closing actionsheet with Esc key on web (#247) (c4c3f8b), closes #194
v3.12.0
3.12.0 (2021-10-14)
Bug Fixes
- use correct callback type allowing for undefined
i
(#239) (b54b9f1)
Features
v3.11.0
3.11.0 (2021-09-07)
Bug Fixes
Features
- default useModal to true when autoFocus is set (688fd47)
v3.9.0
3.9.0 (2021-03-12)
Bug Fixes
Features
v3.8.0
3.8.0 (2020-05-19)
Features
v3.7.0
3.7.0 (2020-05-06)
Features
- adds
useModal
prop wrap action sheet in a modal (9ed955d), closes #169