Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 4.4.3
Fixes
- fix: closed bottom sheet snap point (by @eastroot1590) (#1043, #1035)
Co-authored-by: Bran <[email protected]> (c7f2ce2).
Release 4.4.0
Release 4.3.2
v4.3.2 Release 4.3.2
Release 4.3.1
Release 4.3.0
Release 4.2.2
Fixes
- fix: allowed keyboard height to be recalculated when it changes (
#931
).
Release 4.2.1
Fixes
- fix: updated footer container export name (a887141).
Release 4.2.0
Features
- feat: allow unsafe usage for useBottomSheetInternal & useBottomSheetModalInternal (#740)(by @jembach)
-
feat: add useBottomSheetInternal_unsafe & useBottomSheetModalInternal_unsafe to access context
-
chore: export hooks useBottomSheetInternal_unsafe and useBottomSheetModalInternal_unsafe
-
refactor: combined unsafe hooks with default hooks using an argument
-
chore(useBottomSheetInternal): use function overloading instead of interface
-
chore(useBottomSheetModalInternal): use function overloading instead of interface
-
chore: fixed spacing
Co-authored-by: gorhom <[email protected]> (1bf6139).
Improvements
Release 4.1.6
Improvements
- chore: updated react native to 0.68 (b4614bd).
- chore: updated reanimated to 2.8 (c1e6847).
- chore: added native screens example (1cf46c0).
- chore: updated react native portal library (955b774).
- chore: updated portal to 1.0.12 (0010008).
- chore: replaced blacklist with exclusionList (#649)(by @aleppos) (e3881b3).
- chore: export BottomSheetFooterContainer component (4f63b0d).
Fixes
Updating a shared values is an asynchronous operation, so if two layouts happen in quick succession, we can miss an update. (3245b23).
Documentations
- docs: updated the readme file (d951b17).
Release 4.1.5
Fixes
- fix: resume animation on interruption (
#769
).