Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 5.0.5
Release 5.0.4
Release 5.0.3
5.0.3 (2024-10-20)
Bug Fixes
Release 5.0.2
Release 5.0.1
Release 5.0.0
5.0.0 (2024-10-03)
Features
- added web support (#1150) (
a996b4a
) - added flashlist as a scrollable (9bf39ed)
- rewrite gesture apis with gesture handler 2 (#1126) (
6a4d296
) - added accessibility overrides support (#1288)(by @Mahmoud-SK) (6203c18)
- added default dynamic sizing (#1513)(with @Eli-Nathan & @ororsatti) (#1683) (8017fb6)
- added a new bottom sheet stack behaviour
replace
(#1897)(with @janodetzel) (997d794)
Bug Fixes
- addressed an edge case with scrollview content sizing on initial rendering on safari (d1226b7)
- replaced deprecated reanimated Extrapolate with Extrapolation (#1875)(by @cenksari) (5af3e80)
- updated animation sequencing to respect force closing by user (#1941) (e4f3fe3)
- updated the enable content panning gesture logic (2962a2d)
- updated the scrollable locking logic while scrolling (#1939) (d2b959c)
- updated the keyboard handling for Android with keyboard input mode resize (08db4ab)
- replace getRefNativeTag with findNodeHandle (#1823)(by @AndreiCalazans) (866b4ee)
- BottomSheetContainer: cannot add new property 'value' (#1808)(by @MoritzCooks) (ccd6bb5)
- added error message when dynamic sizing enabled with a wrong children type (8b62dca)
- bottom sheet not appearing for users that have reduced motion turned on (#1743)(by @fobos531) (9b4ef4d)
- fixed the mount animation with reduce motion enabled (#1560, #1674) (6efd8ae)
- added BottomSheetTextInput to the mock file (#1698)(by @ghorbani-m) (dee95e5)
- added footer height to content height when using dynamic sizing (#1725) (5009085)
- added missing mock of Touchables (#1700)(by @jaworek) (a6f44c0)
- added support for web without Babel/SWC (#1741)(by @joshsmith) (d620494)
- fixed the backdrop tap gesture on web (#1446) (b0792de)
- allowed content max height be applied for dynamic sizing (57c196c)
- dismiss all action for modals (#1529)(by @david-gomes5) (17269f1)
- fixed position x index sequencing with container resizing (#1675) (f0ec705)
- prevent updating backdrop state when unmounting (#1657)(by @christophby) (d746d85)
- web: use absolute positioning for BottomSheetContainer in web (#1597) (d6e3dc9)
- (BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmount (#1495)(by @koplyarov) (
81cd66f
) - updated containerOffset top value to default to 0 (#1420)(by @beqramo) (
b81cb93
) - resume close animation when container gets resized (#1374) (#1392) (
1f69625
) - (bottom-sheet-modal): added container component prop to modal (#1309)(by @magrinj) (
67e1e09
) - updated scrollables mocks with ReactNative list equivalent (#1394)(by @gkueny) (
630f87f
) - crash on swipe down (#1367)(by @beqramo) (
3ccbefc
) - (BottomSheetScrollView): updated scroll responders props type (#1335)(by @eps1lon) (
e42fafc
) - fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @janicduplessis) (
1d1a464
)
Chores And Housekeeping
Release 5.0.0-alpha.11
5.0.0-alpha.11 (2024-07-29)
Bug Fixes
- 1887: updated the keyboard handling for Android with keyboard input mode resize (08db4ab)
- replace getRefNativeTag with findNodeHandle (#1823)(by @AndreiCalazans) (866b4ee)
Release 4.6.4
4.6.4 (2024-07-29)
Bug Fixes
- add missing rest props to backdrop component (#1895)(by @hraschan) (6b99810)
- assigning to read-only property 'reduceMotion' (#1848)(by @pafry7) (efd4e92), closes /github.com/software-mansion/react-native-reanimated/issues/5430#issuecomment-1831453991
- replace getRefNativeTag with findNodeHandle (#1823)(by @AndreiCalazans) (b906f5e)