Skip to content

Commit c1cf63f

Browse files
committed
chore: release v5.2.10
1 parent ad41447 commit c1cf63f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.2.10](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.2.9...v5.2.10) (2026-04-21)
4+
5+
### 🐛 Bug Fixes
6+
7+
* add typeof guard for getBoundingClientRect in useBoundingClientRect ([#2626](https://github.com/gorhom/react-native-bottom-sheet/issues/2626))(by [@magrinj](https://github.com/magrinj)) ([727eb03](https://github.com/gorhom/react-native-bottom-sheet/commit/727eb03facb2fb3a5dfe78fe558bf0d129af5805))
8+
* inline FlashListProps to remove @shopify/flash-list type dependency ([#2620](https://github.com/gorhom/react-native-bottom-sheet/issues/2620))(by @YevheniiKotyrlo) ([377d2de](https://github.com/gorhom/react-native-bottom-sheet/commit/377d2de0beb478d0bdf328bf18a9c1717dc201d1)), closes [#38628](https://github.com/gorhom/react-native-bottom-sheet/issues/38628) [#2390](https://github.com/gorhom/react-native-bottom-sheet/issues/2390)
9+
* invoke render function children instead of rendering as JSX component ([#2636](https://github.com/gorhom/react-native-bottom-sheet/issues/2636))(by [@linkeryoon](https://github.com/linkeryoon)) ([8cf9d1b](https://github.com/gorhom/react-native-bottom-sheet/commit/8cf9d1be36d28b98ea07bde0c562569044f02cfc)), closes [#1750](https://github.com/gorhom/react-native-bottom-sheet/issues/1750)
10+
* prevent rapid present/close from freezing BottomSheetModal ([#2655](https://github.com/gorhom/react-native-bottom-sheet/issues/2655))(by [@adam-sajko](https://github.com/adam-sajko)) ([ad41447](https://github.com/gorhom/react-native-bottom-sheet/commit/ad41447b946e8115c9e35c817df04e1869bc3699))
11+
312
## [5.2.9](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.2.8...v5.2.9) (2026-04-08)
413

514
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "5.2.9",
3+
"version": "5.2.10",
44
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)