Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 4.6.2
Release 5.0.0-alpha.9
5.0.0-alpha.9 (2024-02-27)
Reverts
- updated animate method parameter default value (#1757)(by @jeongshin) (2784fa1)
Release 5.0.0-alpha.8
5.0.0-alpha.8 (2024-02-26)
Bug Fixes
Release 5.0.0-alpha.7
5.0.0-alpha.7 (2024-02-18)
Bug Fixes
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
)