Skip to content

Commit 65b5dc0

Browse files
committed
chore: release v4.5.1
1 parent fef9925 commit 65b5dc0

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
## Changelog
22

3-
### [v4.5.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.0.0-alpha.4...v4.5.0) -
4-
5-
#### New Features
6-
7-
- added dynamic sizing (#1513)(with @Eli-Nathan & @ororsatti) ([`7330c7c`](https://github.com/gorhom/react-native-bottom-sheet/commit/7330c7c7e6a72aa3353fb83fd2b86543ad42b199))
3+
### [v4.5.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.5.0...v4.5.1) -
84

95
#### Fixes
106

11-
- resume close animation when container gets resized (#1374) (#1392) ([`92ad842`](https://github.com/gorhom/react-native-bottom-sheet/commit/92ad84283afb389ee23768f0c29e7808af4b6b0c))
12-
- (bottom-sheet-modal): added container component prop to modal (#1309)(by @magrinj) ([`1ecad69`](https://github.com/gorhom/react-native-bottom-sheet/commit/1ecad692d9477f7c7f8d7f54fcf7f990aabe5a04))
13-
- updated snapPoint prop type (#1479)(by @nicolascavallin) ([`0b1c8cc`](https://github.com/gorhom/react-native-bottom-sheet/commit/0b1c8ccd39df23fc75bc53cf8d8866d94a39eedc))
14-
- (BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmount (#1495)(by @koplyarov) ([`6a5034c`](https://github.com/gorhom/react-native-bottom-sheet/commit/6a5034cd83c24db65a12444ba8d9e949fd64f316))
15-
- updated scrollables mocks with ReactNative list equivalent (#1394)(by @gkueny) ([`ea03e78`](https://github.com/gorhom/react-native-bottom-sheet/commit/ea03e78f40d2c5c028467ebf6f1959fb5381b93d))
16-
- fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @janicduplessis) ([`94cf11e`](https://github.com/gorhom/react-native-bottom-sheet/commit/94cf11eb43f9cc2a356da7e7967ec63baf390a74))
17-
- (BottomSheetScrollView): updated scroll responders props type (#1335)(by @eps1lon) ([`9c5af58`](https://github.com/gorhom/react-native-bottom-sheet/commit/9c5af584516690cb5143caabb7722e0c2340cc57))
18-
- updated containerOffset top value to default to 0 (#1420)(by @beqramo) ([`218e006`](https://github.com/gorhom/react-native-bottom-sheet/commit/218e006a4a015625fcf424b99f432319daf88aad))
19-
- crash on swipe down (#1367)(by @beqramo) ([`235466f`](https://github.com/gorhom/react-native-bottom-sheet/commit/235466fef552f2cf7cbbafb06029cdd879624606))
7+
- allowed content max height be applied for dynamic sizing ([`af53c28`](https://github.com/gorhom/react-native-bottom-sheet/commit/af53c285cdf04ecb266a30c3b4e595b3b1827c03))
8+
- dismiss all action for modals (#1529)(by @david-gomes5) ([`6fc2cd1`](https://github.com/gorhom/react-native-bottom-sheet/commit/6fc2cd11d2dfb52131ad86d5b8449cc482e42002))
209

2110
#### Chores And Housekeeping
2211

23-
- fixed types (#1123)(by @stropho) ([`d41eda2`](https://github.com/gorhom/react-native-bottom-sheet/commit/d41eda227e76b89432164ec8dc5cc1ebd5f638ee))
12+
- update dev dependencies ([`fef9925`](https://github.com/gorhom/react-native-bottom-sheet/commit/fef9925541a2e8fb31482cdf788e410a4d8fbf80))
13+
- updated detached modal example ([`55c9857`](https://github.com/gorhom/react-native-bottom-sheet/commit/55c9857ff36d89d1a4bad5f7a9881791c5dd6980))
14+
- updated snap points normalisation hook deps ([`9564467`](https://github.com/gorhom/react-native-bottom-sheet/commit/9564467612d7d98e08b77bae4446e6884f332987))
2415

2516
### [v5.0.0-alpha.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.0.0-alpha.3...v5.0.0-alpha.4) - 6 September 2023
2617

@@ -62,7 +53,7 @@
6253

6354
- fixed types (#1123)(by @stropho) ([`b440964`](https://github.com/gorhom/react-native-bottom-sheet/commit/b44096451d4fed81be7f08b0edf638e4a1c42ccd))
6455

65-
### [v5.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.4.8...v5.0.0-alpha.0) - 18 March 2023
56+
### [v5.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.5.0...v5.0.0-alpha.0) - 18 March 2023
6657

6758
#### New Features
6859

@@ -77,6 +68,16 @@
7768

7869
- updated reanimated to v3 (#1324) ([`4829316`](https://github.com/gorhom/react-native-bottom-sheet/commit/4829316beeff95c9e2efa5fbfdfcf7ef37b4af60))
7970

71+
### [v4.5.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.4.8...v4.5.0) - 10 September 2023
72+
73+
#### New Features
74+
75+
- added dynamic sizing (#1513)(with @Eli-Nathan & @ororsatti) ([`7330c7c`](https://github.com/gorhom/react-native-bottom-sheet/commit/7330c7c7e6a72aa3353fb83fd2b86543ad42b199))
76+
77+
#### Fixes
78+
79+
- updated snapPoint prop type (#1479)(by @nicolascavallin) ([`0b1c8cc`](https://github.com/gorhom/react-native-bottom-sheet/commit/0b1c8ccd39df23fc75bc53cf8d8866d94a39eedc))
80+
8081
### [v4.4.8](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.4.7...v4.4.8) - 6 September 2023
8182

8283
#### 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": "4.5.0",
3+
"version": "4.5.1",
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)