Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Dec 16, 2020
1 parent 34c9039 commit 08219cf
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 83 deletions.
194 changes: 112 additions & 82 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,153 +7,183 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

### Merged

- chore: updated @gorhom/portal [`#114`](https://github.com/gorhom/react-native-bottom-sheet/pull/114)
- fix: dynamic snap points on modals [`#113`](https://github.com/gorhom/react-native-bottom-sheet/pull/113)
- feat: added default backdrop [`#109`](https://github.com/gorhom/react-native-bottom-sheet/pull/109)
- chore: refactored modal to become a declarative component [`#108`](https://github.com/gorhom/react-native-bottom-sheet/pull/108)
- chore: updated handling container height for modals [`#102`](https://github.com/gorhom/react-native-bottom-sheet/pull/102)
- chore: did major refactor and code cleanup [`#101`](https://github.com/gorhom/react-native-bottom-sheet/pull/101)
- chore: updated dependencies [`#100`](https://github.com/gorhom/react-native-bottom-sheet/pull/100)
- fix: fixed animatedIndex interpolate node to handle one snap point [`#92`](https://github.com/gorhom/react-native-bottom-sheet/pull/92)
- feat: added onAnimate callback [`#91`](https://github.com/gorhom/react-native-bottom-sheet/pull/91)
- chore: updated props naming [`#89`](https://github.com/gorhom/react-native-bottom-sheet/pull/89)
- feat: allow control panning gestures [`#88`](https://github.com/gorhom/react-native-bottom-sheet/pull/88)
- feat: allow dynamic snap points [`#81`](https://github.com/gorhom/react-native-bottom-sheet/pull/81)
- feat: added animateOnMount prop [`#78`](https://github.com/gorhom/react-native-bottom-sheet/pull/78)
- chore: added useReactiveValue/s [`#65`](https://github.com/gorhom/react-native-bottom-sheet/pull/65)

### Commits

- chore: remove debugging logs [`9a6a342`](https://github.com/gorhom/react-native-bottom-sheet/commit/9a6a3420e71d132db6c186f5e926a881b08d9740)
- docs: updated readme file [`185f7a6`](https://github.com/gorhom/react-native-bottom-sheet/commit/185f7a67a90d04e2ee838941706ee20307541a8d)
- fix: initial snap points when it is 100% (#105) [`b6b972a`](https://github.com/gorhom/react-native-bottom-sheet/commit/b6b972a3c49d1cedc2ba4087f0a96c4083fe6ac1)
## [v2.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0)

#### Features

- feat: add accessibility support ([`#117`](https://github.com/gorhom/react-native-bottom-sheet/pull/117)).
- feat: added default backdrop ([`#109`](https://github.com/gorhom/react-native-bottom-sheet/pull/109)).
- feat: added onAnimate callback ([`#91`](https://github.com/gorhom/react-native-bottom-sheet/pull/91)).
- feat: allow control panning gestures ([`#88`](https://github.com/gorhom/react-native-bottom-sheet/pull/88)).
- feat: allow dynamic snap points ([`#81`](https://github.com/gorhom/react-native-bottom-sheet/pull/81)).
- feat: added animateOnMount prop ([`#78`](https://github.com/gorhom/react-native-bottom-sheet/pull/78)).

#### Improvements

- chore: updated @gorhom/portal ([`#114`](https://github.com/gorhom/react-native-bottom-sheet/pull/114)).
- chore: refactored modal to become a declarative component ([`#108`](https://github.com/gorhom/react-native-bottom-sheet/pull/108)).
- chore: updated handling container height for modals ([`#102`](https://github.com/gorhom/react-native-bottom-sheet/pull/102)).
- chore: did major refactor and code cleanup ([`#101`](https://github.com/gorhom/react-native-bottom-sheet/pull/101)).
- chore: updated dependencies ([`#100`](https://github.com/gorhom/react-native-bottom-sheet/pull/100)).
- chore: updated props naming ([`#89`](https://github.com/gorhom/react-native-bottom-sheet/pull/89)).
- chore: added useReactiveValue/s ([`#65`](https://github.com/gorhom/react-native-bottom-sheet/pull/65)).
- chore: re-enable flipper ([1af2a55](https://github.com/gorhom/react-native-bottom-sheet/commit/1af2a559171d20a8564ff41be90b5e9e0801ffdc)).
- chore: updated auto-changelog template ([d78f220](https://github.com/gorhom/react-native-bottom-sheet/commit/d78f2202dec04bada348a7733ce51341493f50b8)).
- chore: remove debugging logs ([9a6a342](https://github.com/gorhom/react-native-bottom-sheet/commit/9a6a3420e71d132db6c186f5e926a881b08d9740)).

#### Fixes

- fix: initial mounting flicker ([`#115`](https://github.com/gorhom/react-native-bottom-sheet/pull/115)).
- fix: dynamic snap points on modals ([`#113`](https://github.com/gorhom/react-native-bottom-sheet/pull/113)).
- fix: fixed animatedIndex interpolate node to handle one snap point ([`#92`](https://github.com/gorhom/react-native-bottom-sheet/pull/92)).

#### Documentations

- docs: added documentation website ([`#90`](https://github.com/gorhom/react-native-bottom-sheet/pull/90)).

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

### Commits
#### Improvements

- chore: updated dependencies ([f8c9a9b](https://github.com/gorhom/react-native-bottom-sheet/commit/f8c9a9b389bb21c18efa593c885337c92dff3810)).
- chore: updated auto-changelog config ([0cd0db0](https://github.com/gorhom/react-native-bottom-sheet/commit/0cd0db094e224e945e7e7b6551f8eb806cff63da)).

- 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)
#### Fixes

- fix: add reanimated 2 compatibility to bottom sheet modal ([2d47007](https://github.com/gorhom/react-native-bottom-sheet/commit/2d47007df64ecd0c83035136b5b882eff6d53619)).

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

### Merged
#### Features

- feat: introduce bottom sheet modal 🔥 [`#37`](https://github.com/gorhom/react-native-bottom-sheet/pull/37)
- 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) - 2020-09-26

### Merged
#### Fixes

- fix: updated decelerationRate per platform [`#36`](https://github.com/gorhom/react-native-bottom-sheet/pull/36)
- 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) - 2020-09-24

### Merged
#### Features

- feat: added enabled prop ([`#35`](https://github.com/gorhom/react-native-bottom-sheet/pull/35)).

- feat: added enabled prop [`#35`](https://github.com/gorhom/react-native-bottom-sheet/pull/35)
#### Improvements

### Commits
- chore: clean up code ([8e62141](https://github.com/gorhom/react-native-bottom-sheet/commit/8e62141fdb96a2b3e2532d16911f6e6e6cc3ccc3)).

- 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)
#### Documentations

- docs: added reference to version 2 branch ([fea90a9](https://github.com/gorhom/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)).

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

### Merged
#### Improvements

- chore: improve unstable manualSnapToPoint variable [`#30`](https://github.com/gorhom/react-native-bottom-sheet/pull/30)
- 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) - 2020-09-10

### Merged
#### Fixes

- fix: updated drop gesture if-conditions [`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28)
- 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) - 2020-08-23

### Merged
#### Features

- 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)).

#### Improvements

- 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)
- 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)).
- chore: reset currentGesture after transition finishes ([e7b6646](https://github.com/gorhom/react-native-bottom-sheet/commit/e7b6646b50f5ed00b62388723e6d965006ecfc4a)).

### Commits
#### Documentations

- 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)
- docs: updated readme file to include Reanimated v2 & expo compatibilities ([9bc30e9](https://github.com/gorhom/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff)).

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

### Merged
#### Improvements

- fix: removed disableIntervalMomentum animated value [`#13`](https://github.com/gorhom/react-native-bottom-sheet/pull/13)
- chore: added funding file ([587a26e](https://github.com/gorhom/react-native-bottom-sheet/commit/587a26e14145dea06d4515c36e1ed0fcccfdeb08)).

### Commits
#### Fixes

- 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)
- fix: removed disableIntervalMomentum animated value ([`#13`](https://github.com/gorhom/react-native-bottom-sheet/pull/13)).

#### Documentations

- 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)).

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

### Merged
#### Features

- feat: added expand & collapse methods ([`#8`](https://github.com/gorhom/react-native-bottom-sheet/pull/8)).

- 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)
#### Improvements

### Commits
- chore: added props validation ([`#6`](https://github.com/gorhom/react-native-bottom-sheet/pull/6)).
- chore: fix exporting renimated types ([1afcc41](https://github.com/gorhom/react-native-bottom-sheet/commit/1afcc41782965278cc7436131ae91019d8f40193)).

- 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)
#### Documentations

- 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)).
- 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) - 2020-08-11

### Merged
#### Features

- feat: rewrite bottom sheet from scratch 🎉 ([`#2`](https://github.com/gorhom/react-native-bottom-sheet/pull/2)).

#### Improvements

- 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)).

### Commits
#### Documentations

- 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)
- 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)).

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

### Merged
#### Improvements

- 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)).

### Commits
#### Fixes

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

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

### Commits
#### Improvements

- chore: introduce focus hook to reset scrollable ref ([70061ec](https://github.com/gorhom/react-native-bottom-sheet/commit/70061ec8fb57f41d54b7b9733e2fbc36b8a0f6d8)).

#### Fixes

- 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)
- 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) - 2020-07-31

### Commits
#### Fixes

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

## v0.0.2 - 2020-07-31

### Commits
#### Improvements

- chore: clone react-native-scroll-bottom-sheet [`105cb03`](https://github.com/gorhom/react-native-bottom-sheet/commit/105cb0334e317d5c4919e77816ee03fb20069eeb)
- chore: clone react-native-scroll-bottom-sheet ([105cb03](https://github.com/gorhom/react-native-bottom-sheet/commit/105cb0334e317d5c4919e77816ee03fb20069eeb)).
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": "2.0.0-alpha.7",
"version": "2.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 08219cf

Please sign in to comment.