Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 2.2.1
Fixes
- fix: bottom sheet container layout (
#296
).
- fix: allow 0% snap points (
#278
).
Documentations
- docs: updated reanimated version on installation (
#288
).
Release 3.3.1
Improvements
- chore: added reanimated rc3 patch (aea1bdf).
Fixes
- fix: stabilise animated callback node variables (
#256
).
Release 2.2.0
Features
- feat: added bottom inset (
#237
).
Documentations
- docs: added bottomInset description (913ed68).
Release 3.3.0
Features
- feat: updated reanimated to rc3 (
#268
).
Fixes
- fix: prevent crash when resizing container height on Android (
#253
).
- fix: prevent default backdrop from blocking ui behind (
#246
).
Release 2.1.0
Features
- feat: allow to override sheet container style (
#265
).
Fixes
- fix: prevent duplicated close triggers (
#257
).
- fix: stabilise modal un-mounting (
#254
).
Documentations
- docs: added question issue template (d11a889).
- docs: added style to props page (b765973).
Release 2.0.7
Fixes
- fix: prevent modal crash when navigating (
#244
).
Release 2.0.6
Fixes
- fix: prevent animation when modal is closing (
#205
).
- fix: stabilise animated callback node variables (
#239
).
Release 3.2.1
Fixes
- fix: fixed sheet visibility when handle provided null (
#223
).
- fix: allow backdrop style prop to override internal style (
#211
).
Release 2.0.5
Improvements
- chore: added auto-close github action (4451d34).
Fixes
- fix: removed onScroll event from BottomSheetScrollView (
#225
).
- fix: fixed sheet visibility when handle provided null (
#224
).
- fix: allow backdrop style prop to override internal style (
#212
).
Release 3.2.0
Features
- feat: added style prop (
#189
).
Improvements
- chore: updated reanimated to rc2 (
#200
).
- chore: added no console eslint rule (7d03829).
Fixes
- fix: removed rounding on evaluating position (
#201
).