-
-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
56 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,119 +1,134 @@ | ||
### Changelog | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
Generated by [`auto-changelog`](/~https://github.com/CookPete/auto-changelog). | ||
|
||
#### [v1.4.0](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0-alpha.0...v1.4.0) | ||
## [v1.4.1](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1) | ||
|
||
> 30 September 2020 | ||
### Commits | ||
|
||
- feat: introduce bottom sheet modal 🔥 [`#37`](/~https://github.com/gorhom/react-native-bottom-sheet/pull/37) | ||
- fix: updated decelerationRate per platform [`#36`](/~https://github.com/gorhom/react-native-bottom-sheet/pull/36) | ||
- feat: added enabled prop [`#35`](/~https://github.com/gorhom/react-native-bottom-sheet/pull/35) | ||
- chore: improve unstable manualSnapToPoint variable [`#30`](/~https://github.com/gorhom/react-native-bottom-sheet/pull/30) | ||
- fix: updated drop gesture if-conditions [`#28`](/~https://github.com/gorhom/react-native-bottom-sheet/pull/28) | ||
- 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) | ||
- 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) | ||
|
||
#### [v2.0.0-alpha.0](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.1...v2.0.0-alpha.0) | ||
## [v1.4.0](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.1...v1.4.0) - 2020-09-30 | ||
|
||
> 20 September 2020 | ||
### Merged | ||
|
||
- 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) | ||
- 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) | ||
## [v1.3.1](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.0...v1.3.1) - 2020-09-26 | ||
|
||
> 26 September 2020 | ||
### Merged | ||
|
||
- 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) | ||
## [v1.3.0](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.2...v1.3.0) - 2020-09-24 | ||
|
||
> 24 September 2020 | ||
### Merged | ||
|
||
- feat: added enabled prop [`#35`](/~https://github.com/gorhom/react-native-bottom-sheet/pull/35) | ||
|
||
### Commits | ||
|
||
- 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) | ||
## [v1.2.2](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.1...v1.2.2) - 2020-09-15 | ||
|
||
> 15 September 2020 | ||
### Merged | ||
|
||
- 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) | ||
## [v1.2.1](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.0...v1.2.1) - 2020-09-10 | ||
|
||
> 10 September 2020 | ||
### Merged | ||
|
||
- 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) | ||
## [v1.2.0](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.1...v1.2.0) - 2020-08-23 | ||
|
||
> 23 August 2020 | ||
### Merged | ||
|
||
- 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) | ||
|
||
### Commits | ||
|
||
- 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) | ||
## [v1.1.1](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.0...v1.1.1) - 2020-08-13 | ||
|
||
> 13 August 2020 | ||
### Merged | ||
|
||
- fix: removed disableIntervalMomentum animated value [`#13`](/~https://github.com/gorhom/react-native-bottom-sheet/pull/13) | ||
|
||
### Commits | ||
|
||
- 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) | ||
## [v1.1.0](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v1.0.0...v1.1.0) - 2020-08-12 | ||
|
||
> 12 August 2020 | ||
### Merged | ||
|
||
- 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) | ||
|
||
### Commits | ||
|
||
- 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) | ||
## [v1.0.0](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.7...v1.0.0) - 2020-08-11 | ||
|
||
> 11 August 2020 | ||
### Merged | ||
|
||
- 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) | ||
|
||
### Commits | ||
|
||
- 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) | ||
## [v0.0.7](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.5...v0.0.7) - 2020-08-03 | ||
|
||
> 3 August 2020 | ||
### Merged | ||
|
||
- fix: fixed reattach events onfocus [`#1`](/~https://github.com/gorhom/react-native-bottom-sheet/pull/1) | ||
|
||
### Commits | ||
|
||
- 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) | ||
## [v0.0.5](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.3...v0.0.5) - 2020-07-31 | ||
|
||
> 31 July 2020 | ||
### Commits | ||
|
||
- 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) | ||
## [v0.0.3](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.2...v0.0.3) - 2020-07-31 | ||
|
||
> 31 July 2020 | ||
### Commits | ||
|
||
- fix: fixed extracting paddingBottom in scrollable components [`64cef61`](/~https://github.com/gorhom/react-native-bottom-sheet/commit/64cef618cd654486174cc6a8179a76c80ef5d497) | ||
|
||
#### v0.0.2 | ||
## v0.0.2 - 2020-07-31 | ||
|
||
> 31 July 2020 | ||
### Commits | ||
|
||
- chore: clone react-native-scroll-bottom-sheet [`105cb03`](/~https://github.com/gorhom/react-native-bottom-sheet/commit/105cb0334e317d5c4919e77816ee03fb20069eeb) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters