Releases: gorhom/react-native-bottom-sheet
Releases · gorhom/react-native-bottom-sheet
Release 5.2.6
Release 5.2.5
5.2.5 (2025-09-04)
🐛 Bug Fixes
- #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
- #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
- conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by @kirstilynn) (e5c077b)
🧹 Maintenance Chores
- updated the example deps (c9e0473)
Release 5.2.4
5.2.4 (2025-08-28)
🐛 Bug Fixes
- #2430: fixed flickering issue with animation by keyboard (334e94c)
- #2430: fixed the force closing when switching between two text inputs (086baed)
- #2431: added handling for evaluating position for detent change while animating (090afa6), closes #2431
- memoized the scrollable creator hook (e51e523)
🧹 Maintenance Chores
- updated biome dep (eb03ab0)
Release 5.2.3
Release 5.2.1
Release 5.2.0
5.2.0 (2025-08-17)
🚀 New Features
- added a scrollable creator hook to allow integrate with third party list libraries (d6250e2)
🐛 Bug Fixes
🧹 Maintenance Chores
- updated animated layout hook default return (99efdd7)
- updated example deps (248ddd9)
- updated examples (eb95f3a)
- updated types (a123b17)
♻️ Code Refactor
- added isForcedClosing to animation state (ab97f77)
- optimise animation state (63dc473)
- optimise keyboard state, and remove redundant variables (bd6c8c6)
- optimise layout state (4dfe07a)
- optimise next position state (3d6add6)
- optimise scrollable state (bacca9d)
- optimise snap points/detents state (5de7bd3)
- removed isContentHeightFixed shared value (e26426a)
- removed next position animated value (b81a1fd)
Release 5.1.8
Release 5.1.7
Release 5.1.6
5.1.6 (2025-06-03)
Bug Fixes
- #2267: early exit when attempting to snap to index while layout is not ready (0715f03), closes #2267
- #2278: removed flashlist for web (e17096f), closes #2278
- added positions to onAnimate, and prevent index to be negative with keyboard animations (#2271)(by @souyahia) (898270e)
- allow bottom sheet view to resize it self when its content resized (5397478)
- updated BottomSheetModal mock, add createBottomSheetScrollableComponent and enum mocks (#2265)(by @gabimoncha) (a77904a)
Release 5.1.5
5.1.5 (2025-05-26)
Bug Fixes
- #2237: fixed node handle lookup for virtualized list on web (by @btoo) (6442b0e)
- #2288: added unique id to the root bottom sheet modal portal (711ea7a), closes #2288
- fixed initial content height calculation on web (4db946e)
- prevent canceling touchmove events when not cancelable (#2244)(by @erickreutz) (14d5d1e)
- provide the portal host name with use portal (67e9097)