Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 4.6.1
Release 5.0.0-alpha.6
Release 5.0.0-alpha.5
5.0.0-alpha.5 (2024-01-03)
Bug Fixes
- 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)
Features
- added accessibility overrides support (#1288)(by @Mahmoud-SK) (6203c18)
- added default dynamic sizing (#1513)(with @Eli-Nathan & @ororsatti) (#1683) (8017fb6)
Release 4.6.0
4.6.0 (2024-01-03)
Bug Fixes
- prevent updating backdrop state when unmounting (#1657)(by @christophby) (8addf04)
Features
- added accessibility overrides support (#1288)(by @Mahmoud-SK) (2dea730)
Release 4.5.1
Release 4.5.0
This release introduces the new dynamic sizing api, allowing users measure their content and set the bottom sheet size accordingly. This feature works on static views and scrollables ( ScrollView, FlatList ... )
dynamic-sizing.mp4
Setting this prop to true, will result in adding a new snap point to the provided snap points and will be sorted accordingly, and this might effect the indexing, for example, if provided snap points are [100, 1000], and the content size is 500 then the final snap points will be [100, 500, 1000].
New Features
- added dynamic sizing (#1513)(with @Eli-Nathan & @ororsatti) (
7330c7c)
Fixes
- updated snapPoint prop type (#1479)(by @nicolascavallin) (
0b1c8cc)
Release 5.0.0-alpha.4
Release 4.4.8
Fixes
- resume close animation when container gets resized (#1374) (#1392) (
92ad842) - (bottom-sheet-modal): added container component prop to modal (#1309)(by @magrinj) (
1ecad69) - (BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmount (#1495)(by @koplyarov) (
6a5034c) - updated scrollables mocks with ReactNative list equivalent (#1394)(by @gkueny) (
ea03e78) - fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @janicduplessis) (
94cf11e) - (BottomSheetScrollView): updated scroll responders props type (#1335)(by @eps1lon) (
9c5af58) - updated containerOffset top value to default to 0 (#1420)(by @beqramo) (
218e006) - crash on swipe down (#1367)(by @beqramo) (
235466f)