Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Dec 21, 2020
1 parent 5b2703a commit fdf8c4c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 126 deletions.
151 changes: 26 additions & 125 deletions CHANGELOG.md
@@ -1,139 +1,40 @@
### Changelog
# Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.
## [v3.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.0.0-alpha.0...v3.0.0)

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### Features

#### [v3.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0-alpha.1...v3.0.0-alpha.0)
- feat: added onAnimate callback ([`#127`](https://github.com/gorhom/react-native-bottom-sheet/pull/127)).
- feat: added bottom sheet modal ([`#125`](https://github.com/gorhom/react-native-bottom-sheet/pull/125)).
- feat: add backdrop handling ([`#124`](https://github.com/gorhom/react-native-bottom-sheet/pull/124)).
- feat: allow control panning gestures ([`#123`](https://github.com/gorhom/react-native-bottom-sheet/pull/123)).
- feat: support dynamic snap points ([`#122`](https://github.com/gorhom/react-native-bottom-sheet/pull/122)).
- feat: added animateOnMount prop ([`#121`](https://github.com/gorhom/react-native-bottom-sheet/pull/121)).

> 27 November 2020
#### Improvements

- chore: install and configure lint-staged [`#80`](https://github.com/gorhom/react-native-bottom-sheet/pull/80)
- fix: return flipper back to make example working [`#70`](https://github.com/gorhom/react-native-bottom-sheet/pull/70)
- chore: updated reanimated to v2.rc0 [`f44c6eb`](https://github.com/gorhom/react-native-bottom-sheet/commit/f44c6ebd8d5271fdeb15f3640c773cf08019e95c)
- chore: re-enabled flipper for android [`16fbb5c`](https://github.com/gorhom/react-native-bottom-sheet/commit/16fbb5c8514a55492879515f87f53af930c54fa7)
- chore: updated auto-changelog config ([`#128`](https://github.com/gorhom/react-native-bottom-sheet/pull/128)).
- chore: updated dependencies ([dcd1250](https://github.com/gorhom/react-native-bottom-sheet/commit/dcd12500eafbd267c8a11b474a0b87393e24fad8)).

#### [v2.0.0-alpha.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0-alpha.0...v2.0.0-alpha.1)
#### Fixes

> 19 November 2020
- fix: updated default backdrop handling ([`#126`](https://github.com/gorhom/react-native-bottom-sheet/pull/126)).

- chore: updated reanimated to v2 alpha9 [`#69`](https://github.com/gorhom/react-native-bottom-sheet/pull/69)
- chore: added close state into animated position [`#39`](https://github.com/gorhom/react-native-bottom-sheet/pull/39)
- chore: updated dependencies [`4af6851`](https://github.com/gorhom/react-native-bottom-sheet/commit/4af6851c3dd703629818e93446598a8278055021)
- chore: remove unused debugs logs on example [`4de6c8d`](https://github.com/gorhom/react-native-bottom-sheet/commit/4de6c8d892461bf7fbe35853a30ffb1170eccd96)
#### Documentations

#### [v2.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.0)
- docs: deleted old documentaion files ([1ff89c9](https://github.com/gorhom/react-native-bottom-sheet/commit/1ff89c967048860cbc841615033504f28f4c54e2)).
- docs: updated root readme file ([d15bb61](https://github.com/gorhom/react-native-bottom-sheet/commit/d15bb6134f3c8c048b4af2fe63ea56606e5b3762)).

> 20 September 2020
## [v3.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0...v3.0.0-alpha.0) - 2020-11-27

- refactor: rewrite code base to use reanimated v2 [`6f36e9c`](https://github.com/gorhom/react-native-bottom-sheet/commit/6f36e9ceb117d2582ab6158399a1e83277adbdd4)
- chore: updated react-native to 63.2 [`0f09886`](https://github.com/gorhom/react-native-bottom-sheet/commit/0f0988657fab75cb05cb69485e2357b433c47488)
- WIP [`e998ca3`](https://github.com/gorhom/react-native-bottom-sheet/commit/e998ca352a49405e3e67a06d9a32fc7aa8c876de)
#### Improvements

#### [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1)
- chore: install and configure lint-staged ([`#80`](https://github.com/gorhom/react-native-bottom-sheet/pull/80)).
- chore: updated reanimated to v2 alpha9 ([`#69`](https://github.com/gorhom/react-native-bottom-sheet/pull/69)).
- chore: added close state into animated position ([`#39`](https://github.com/gorhom/react-native-bottom-sheet/pull/39)).
- refactor: rewrite code base to use reanimated v2 ([6f36e9c](https://github.com/gorhom/react-native-bottom-sheet/commit/6f36e9ceb117d2582ab6158399a1e83277adbdd4)).
- chore: updated react-native to 63.2 ([0f09886](https://github.com/gorhom/react-native-bottom-sheet/commit/0f0988657fab75cb05cb69485e2357b433c47488)).

> 2 October 2020
#### Fixes

- chore: updated dependencies [`f8c9a9b`](https://github.com/gorhom/react-native-bottom-sheet/commit/f8c9a9b389bb21c18efa593c885337c92dff3810)
- fix: add reanimated 2 compatibility to bottom sheet modal [`2d47007`](https://github.com/gorhom/react-native-bottom-sheet/commit/2d47007df64ecd0c83035136b5b882eff6d53619)
- chore: updated auto-changelog config [`0cd0db0`](https://github.com/gorhom/react-native-bottom-sheet/commit/0cd0db094e224e945e7e7b6551f8eb806cff63da)

#### [v1.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.1...v1.4.0)

> 30 September 2020
- feat: introduce bottom sheet modal 馃敟 [`#37`](https://github.com/gorhom/react-native-bottom-sheet/pull/37)

#### [v1.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.0...v1.3.1)

> 26 September 2020
- fix: updated decelerationRate per platform [`#36`](https://github.com/gorhom/react-native-bottom-sheet/pull/36)

#### [v1.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.2...v1.3.0)

> 24 September 2020
- feat: added enabled prop [`#35`](https://github.com/gorhom/react-native-bottom-sheet/pull/35)
- docs: added reference to version 2 branch [`fea90a9`](https://github.com/gorhom/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)
- chore: clean up code [`8e62141`](https://github.com/gorhom/react-native-bottom-sheet/commit/8e62141fdb96a2b3e2532d16911f6e6e6cc3ccc3)

#### [v1.2.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.1...v1.2.2)

> 15 September 2020
- chore: improve unstable manualSnapToPoint variable [`#30`](https://github.com/gorhom/react-native-bottom-sheet/pull/30)

#### [v1.2.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.0...v1.2.1)

> 10 September 2020
- fix: updated drop gesture if-conditions [`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28)

#### [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
- fix: removed disableIntervalMomentum animated value [`#13`](https://github.com/gorhom/react-native-bottom-sheet/pull/13)
- docs: update issue templates [`5df4c4a`](https://github.com/gorhom/react-native-bottom-sheet/commit/5df4c4a4a6e02b91bcd7502f8180c27380849b66)
- docs: remove unused issue template [`787cf8a`](https://github.com/gorhom/react-native-bottom-sheet/commit/787cf8ac8b6fa547308ba375fb1cf495b2a98fee)
- chore: added funding file [`587a26e`](https://github.com/gorhom/react-native-bottom-sheet/commit/587a26e14145dea06d4515c36e1ed0fcccfdeb08)

#### [v1.1.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.0.0...v1.1.0)

> 12 August 2020
- feat: added expand & collapse methods [`#8`](https://github.com/gorhom/react-native-bottom-sheet/pull/8)
- chore: added props validation [`#6`](https://github.com/gorhom/react-native-bottom-sheet/pull/6)
- docs: added methods & hook to readme file [`#5`](https://github.com/gorhom/react-native-bottom-sheet/pull/5)
- docs: added faq to readme file [`d6f6e44`](https://github.com/gorhom/react-native-bottom-sheet/commit/d6f6e443638bb778f705fd7437c36e1c5cb1cd57)
- chore: fix exporting renimated types [`1afcc41`](https://github.com/gorhom/react-native-bottom-sheet/commit/1afcc41782965278cc7436131ae91019d8f40193)
- docs: fix a typo at readme file [`8446abd`](https://github.com/gorhom/react-native-bottom-sheet/commit/8446abd841b690acd4c277fc5ebf10c52bd67f25)

### [v1.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.7...v1.0.0)

> 11 August 2020
- docs: update branding [`#4`](https://github.com/gorhom/react-native-bottom-sheet/pull/4)
- docs: update docs [`#3`](https://github.com/gorhom/react-native-bottom-sheet/pull/3)
- feat: rewrite bottom sheet from scratch 馃帀 [`#2`](https://github.com/gorhom/react-native-bottom-sheet/pull/2)
- chore: added map example [`312bcd1`](https://github.com/gorhom/react-native-bottom-sheet/commit/312bcd10efc8674955f9ce1ba8974fb4bd40f43b)
- chore: updated map example [`9a65a74`](https://github.com/gorhom/react-native-bottom-sheet/commit/9a65a7435b97c754c37049c2812c289b1e6453e6)
- chore: added useBottomSheet hook & backgroundComponent [`069fca0`](https://github.com/gorhom/react-native-bottom-sheet/commit/069fca0473f4f801a71c71c5026a56dda587769a)

#### [v0.0.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.5...v0.0.7)

> 3 August 2020
- fix: fixed reattach events onfocus [`#1`](https://github.com/gorhom/react-native-bottom-sheet/pull/1)
- chore: added script to copy types file to lib [`f48d829`](https://github.com/gorhom/react-native-bottom-sheet/commit/f48d8293d74bba97c4cf596b8f48819c2ae25a00)

#### [v0.0.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.3...v0.0.5)

> 31 July 2020
- chore: introduce focus hook to reset scrollable ref [`70061ec`](https://github.com/gorhom/react-native-bottom-sheet/commit/70061ec8fb57f41d54b7b9733e2fbc36b8a0f6d8)
- fix: fixed extracting paddingBottom in scrollable components [`945104a`](https://github.com/gorhom/react-native-bottom-sheet/commit/945104ab532eb3cf63ea16cec348f3ef2ad6c584)

#### [v0.0.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.2...v0.0.3)

> 31 July 2020
- fix: fixed extracting paddingBottom in scrollable components [`64cef61`](https://github.com/gorhom/react-native-bottom-sheet/commit/64cef618cd654486174cc6a8179a76c80ef5d497)

#### v0.0.2

> 31 July 2020
- chore: clone react-native-scroll-bottom-sheet [`105cb03`](https://github.com/gorhom/react-native-bottom-sheet/commit/105cb0334e317d5c4919e77816ee03fb20069eeb)
- fix: return flipper back to make example working ([`#70`](https://github.com/gorhom/react-native-bottom-sheet/pull/70)).
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@gorhom/bottom-sheet",
"version": "3.0.0-alpha.0",
"version": "3.0.0",
"description": "A performant interactive bottom sheet with fully configurable options 馃殌",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit fdf8c4c

Please sign in to comment.