Skip to content

Commit

Permalink
chore: release v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 23, 2022
1 parent 4f63b0d commit 4012a6f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Changelog

## [v4.1.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.4...v4.1.5)
## [v4.1.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.5...v4.1.6)

#### Improvements

- chore: updated react native to 0.68 ([b4614bd](https://github.com/gorhom/react-native-bottom-sheet/commit/b4614bdd70a82dc31d9ef148a47533682b67a802)).
- chore: updated reanimated to 2.8 ([c1e6847](https://github.com/gorhom/react-native-bottom-sheet/commit/c1e6847048c43fb2b678bedfd94ae57502df9765)).
- chore: added native screens example ([1cf46c0](https://github.com/gorhom/react-native-bottom-sheet/commit/1cf46c08c5561c0320c57e1006b24b70c690a34f)).
- chore: updated react native portal library ([955b774](https://github.com/gorhom/react-native-bottom-sheet/commit/955b7748932ba5ea81d2406c0acf7b612fecbf0e)).
- chore: updated portal to 1.0.12 ([0010008](https://github.com/gorhom/react-native-bottom-sheet/commit/0010008906154f9a545f89d5826ea7af48336610)).
- chore: replaced blacklist with exclusionList (#649)(by @aleppos) ([e3881b3](https://github.com/gorhom/react-native-bottom-sheet/commit/e3881b3149c522102b93c5d2ed2a23003ece4ca2)).
- chore: export BottomSheetFooterContainer component ([4f63b0d](https://github.com/gorhom/react-native-bottom-sheet/commit/4f63b0d0609160790b420d88478859b91fb8424d)).

#### Fixes

- fix: always update container height to avoid races. (#919)(by @elan)

Updating a shared values is an asynchronous operation, so if two layouts happen in quick succession, we can miss an update. ([3245b23](https://github.com/gorhom/react-native-bottom-sheet/commit/3245b23653a38da2057f28d02f6d2bf1168864d0)).
- fix: always update handle height to avoid races.(related #919) ([dbf8945](https://github.com/gorhom/react-native-bottom-sheet/commit/dbf894591db8c72c4a0a4a5f1c2986f07ed4b1fb)).

#### Documentations

- docs: updated the readme file ([d951b17](https://github.com/gorhom/react-native-bottom-sheet/commit/d951b17957eb5d2f7f1b40a628ba6d5edd4b5a99)).

## [v4.1.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.4...v4.1.5) - 2021-12-05

#### Fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorhom/bottom-sheet",
"version": "4.1.5",
"version": "4.1.6",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 4012a6f

Please sign in to comment.