Skip to content

Commit 43ece44

Browse files
committed
chore: release v3.6.5
1 parent 62410c8 commit 43ece44

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
# Changelog
22

3-
## [v3.6.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.3...v3.6.4)
3+
## [v3.6.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.2...v3.6.5)
4+
5+
#### Fixes
6+
7+
- fix: allowed user to override BottomSheetBackdrop style ([`#448`](https://github.com/gorhom/react-native-bottom-sheet/pull/448)).
8+
9+
## [v4.0.0-alpha.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) - 2021-05-23
10+
11+
#### Improvements
12+
13+
- refactor: updated handling animated heights ([`#451`](https://github.com/gorhom/react-native-bottom-sheet/pull/451)).
14+
15+
## [v4.0.0-alpha.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) - 2021-05-16
16+
17+
#### Features
18+
19+
- feat: added snap to position ([`#443`](https://github.com/gorhom/react-native-bottom-sheet/pull/443)).
20+
21+
## [v4.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.4...v4.0.0-alpha.0) - 2021-05-16
22+
23+
#### Features
24+
25+
- feat: added enable pan down to close ([`#437`](https://github.com/gorhom/react-native-bottom-sheet/pull/437)).
26+
27+
#### Improvements
28+
29+
- refactor: create one generic scrollable component ([`#442`](https://github.com/gorhom/react-native-bottom-sheet/pull/442)).
30+
- refactor: converted all internal state/memoized variables to reanimated shared values. ([`#430`](https://github.com/gorhom/react-native-bottom-sheet/pull/430)).
31+
- chore: updated dependencies ([7d2a947](https://github.com/gorhom/react-native-bottom-sheet/commit/7d2a9473a95c3e245e90932715406b62e81e6a63)).
32+
- chore: enable hermes on ios example ([5a6730b](https://github.com/gorhom/react-native-bottom-sheet/commit/5a6730b94730d948d98a34b9ae0bf069946c58cb)).
33+
- chore: patch react-native-gesture-handler for android ([26a0d64](https://github.com/gorhom/react-native-bottom-sheet/commit/26a0d64a062a441b2f96b3f04c48a039cee6684a)).
34+
- chore: updated react-native in example to fix xcode 12.5 ([b5a6c65](https://github.com/gorhom/react-native-bottom-sheet/commit/b5a6c659e2fd4a8ead5857d3f22c55c47f4fd82e)).
35+
36+
#### Fixes
37+
38+
- fix: sheet positioning on modals ([ee573e9](https://github.com/gorhom/react-native-bottom-sheet/commit/ee573e9463836301d9736c3e5d86b2b363f9fb14)).
39+
- fix: prevent animatedPosition from becoming undefined ([400d7b9](https://github.com/gorhom/react-native-bottom-sheet/commit/400d7b93caa0a46f678db2978e7e5f95cc87ee99)).
40+
41+
## [v3.6.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.3...v3.6.4) - 2021-04-24
442

543
#### Improvements
644

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": "3.6.4",
3+
"version": "3.6.5",
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)