mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-01-12 22:50:12 +08:00
chore: release v1.2.0
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v1.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.1...v1.2.0)
|
||||
|
||||
> 23 August 2020
|
||||
|
||||
- chore: improve content/scrollable panning handling [`#23`](https://github.com/gorhom/react-native-bottom-sheet/pull/23)
|
||||
- chore: updated scrollable scrollToTop event to handle empty list use case [`#22`](https://github.com/gorhom/react-native-bottom-sheet/pull/22)
|
||||
- feat: added Reanimated v2 compatibility (#15 by @sa8ab) [`#24`](https://github.com/gorhom/react-native-bottom-sheet/pull/24)
|
||||
- feat: added expo compatibility support [`2c3d545`](https://github.com/gorhom/react-native-bottom-sheet/commit/2c3d545a10e6125fb66829a6784069b1b62f6798)
|
||||
- docs: updated readme file to include Reanimated v2 & expo compatibilities [`9bc30e9`](https://github.com/gorhom/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff)
|
||||
- chore: reset currentGesture after transition finishes [`e7b6646`](https://github.com/gorhom/react-native-bottom-sheet/commit/e7b6646b50f5ed00b62388723e6d965006ecfc4a)
|
||||
|
||||
#### [v1.1.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.0...v1.1.1)
|
||||
|
||||
> 13 August 2020
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gorhom/bottom-sheet",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
|
||||
"main": "lib/commonjs/index",
|
||||
"module": "lib/module/index",
|
||||
|
||||
Reference in New Issue
Block a user