Skip to content

Commit 08219cf

Browse files
committed
chore: release v2.0.0
1 parent 34c9039 commit 08219cf

File tree

2 files changed

+113
-83
lines changed

2 files changed

+113
-83
lines changed

CHANGELOG.md

Lines changed: 112 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -7,153 +7,183 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [v2.0.0-alpha.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0-alpha.7)
11-
12-
### Merged
13-
14-
- chore: updated @gorhom/portal [`#114`](https://github.com/gorhom/react-native-bottom-sheet/pull/114)
15-
- fix: dynamic snap points on modals [`#113`](https://github.com/gorhom/react-native-bottom-sheet/pull/113)
16-
- feat: added default backdrop [`#109`](https://github.com/gorhom/react-native-bottom-sheet/pull/109)
17-
- chore: refactored modal to become a declarative component [`#108`](https://github.com/gorhom/react-native-bottom-sheet/pull/108)
18-
- chore: updated handling container height for modals [`#102`](https://github.com/gorhom/react-native-bottom-sheet/pull/102)
19-
- chore: did major refactor and code cleanup [`#101`](https://github.com/gorhom/react-native-bottom-sheet/pull/101)
20-
- chore: updated dependencies [`#100`](https://github.com/gorhom/react-native-bottom-sheet/pull/100)
21-
- fix: fixed animatedIndex interpolate node to handle one snap point [`#92`](https://github.com/gorhom/react-native-bottom-sheet/pull/92)
22-
- feat: added onAnimate callback [`#91`](https://github.com/gorhom/react-native-bottom-sheet/pull/91)
23-
- chore: updated props naming [`#89`](https://github.com/gorhom/react-native-bottom-sheet/pull/89)
24-
- feat: allow control panning gestures [`#88`](https://github.com/gorhom/react-native-bottom-sheet/pull/88)
25-
- feat: allow dynamic snap points [`#81`](https://github.com/gorhom/react-native-bottom-sheet/pull/81)
26-
- feat: added animateOnMount prop [`#78`](https://github.com/gorhom/react-native-bottom-sheet/pull/78)
27-
- chore: added useReactiveValue/s [`#65`](https://github.com/gorhom/react-native-bottom-sheet/pull/65)
28-
29-
### Commits
30-
31-
- chore: remove debugging logs [`9a6a342`](https://github.com/gorhom/react-native-bottom-sheet/commit/9a6a3420e71d132db6c186f5e926a881b08d9740)
32-
- docs: updated readme file [`185f7a6`](https://github.com/gorhom/react-native-bottom-sheet/commit/185f7a67a90d04e2ee838941706ee20307541a8d)
33-
- fix: initial snap points when it is 100% (#105) [`b6b972a`](https://github.com/gorhom/react-native-bottom-sheet/commit/b6b972a3c49d1cedc2ba4087f0a96c4083fe6ac1)
10+
## [v2.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0)
11+
12+
#### Features
13+
14+
- feat: add accessibility support ([`#117`](https://github.com/gorhom/react-native-bottom-sheet/pull/117)).
15+
- feat: added default backdrop ([`#109`](https://github.com/gorhom/react-native-bottom-sheet/pull/109)).
16+
- feat: added onAnimate callback ([`#91`](https://github.com/gorhom/react-native-bottom-sheet/pull/91)).
17+
- feat: allow control panning gestures ([`#88`](https://github.com/gorhom/react-native-bottom-sheet/pull/88)).
18+
- feat: allow dynamic snap points ([`#81`](https://github.com/gorhom/react-native-bottom-sheet/pull/81)).
19+
- feat: added animateOnMount prop ([`#78`](https://github.com/gorhom/react-native-bottom-sheet/pull/78)).
20+
21+
#### Improvements
22+
23+
- chore: updated @gorhom/portal ([`#114`](https://github.com/gorhom/react-native-bottom-sheet/pull/114)).
24+
- chore: refactored modal to become a declarative component ([`#108`](https://github.com/gorhom/react-native-bottom-sheet/pull/108)).
25+
- chore: updated handling container height for modals ([`#102`](https://github.com/gorhom/react-native-bottom-sheet/pull/102)).
26+
- chore: did major refactor and code cleanup ([`#101`](https://github.com/gorhom/react-native-bottom-sheet/pull/101)).
27+
- chore: updated dependencies ([`#100`](https://github.com/gorhom/react-native-bottom-sheet/pull/100)).
28+
- chore: updated props naming ([`#89`](https://github.com/gorhom/react-native-bottom-sheet/pull/89)).
29+
- chore: added useReactiveValue/s ([`#65`](https://github.com/gorhom/react-native-bottom-sheet/pull/65)).
30+
- chore: re-enable flipper ([1af2a55](https://github.com/gorhom/react-native-bottom-sheet/commit/1af2a559171d20a8564ff41be90b5e9e0801ffdc)).
31+
- chore: updated auto-changelog template ([d78f220](https://github.com/gorhom/react-native-bottom-sheet/commit/d78f2202dec04bada348a7733ce51341493f50b8)).
32+
- chore: remove debugging logs ([9a6a342](https://github.com/gorhom/react-native-bottom-sheet/commit/9a6a3420e71d132db6c186f5e926a881b08d9740)).
33+
34+
#### Fixes
35+
36+
- fix: initial mounting flicker ([`#115`](https://github.com/gorhom/react-native-bottom-sheet/pull/115)).
37+
- fix: dynamic snap points on modals ([`#113`](https://github.com/gorhom/react-native-bottom-sheet/pull/113)).
38+
- fix: fixed animatedIndex interpolate node to handle one snap point ([`#92`](https://github.com/gorhom/react-native-bottom-sheet/pull/92)).
39+
40+
#### Documentations
41+
42+
- docs: added documentation website ([`#90`](https://github.com/gorhom/react-native-bottom-sheet/pull/90)).
3443

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

37-
### Commits
46+
#### Improvements
47+
48+
- chore: updated dependencies ([f8c9a9b](https://github.com/gorhom/react-native-bottom-sheet/commit/f8c9a9b389bb21c18efa593c885337c92dff3810)).
49+
- chore: updated auto-changelog config ([0cd0db0](https://github.com/gorhom/react-native-bottom-sheet/commit/0cd0db094e224e945e7e7b6551f8eb806cff63da)).
3850

39-
- chore: updated dependencies [`f8c9a9b`](https://github.com/gorhom/react-native-bottom-sheet/commit/f8c9a9b389bb21c18efa593c885337c92dff3810)
40-
- fix: add reanimated 2 compatibility to bottom sheet modal [`2d47007`](https://github.com/gorhom/react-native-bottom-sheet/commit/2d47007df64ecd0c83035136b5b882eff6d53619)
41-
- chore: updated auto-changelog config [`0cd0db0`](https://github.com/gorhom/react-native-bottom-sheet/commit/0cd0db094e224e945e7e7b6551f8eb806cff63da)
51+
#### Fixes
52+
53+
- fix: add reanimated 2 compatibility to bottom sheet modal ([2d47007](https://github.com/gorhom/react-native-bottom-sheet/commit/2d47007df64ecd0c83035136b5b882eff6d53619)).
4254

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

45-
### Merged
57+
#### Features
4658

47-
- feat: introduce bottom sheet modal 🔥 [`#37`](https://github.com/gorhom/react-native-bottom-sheet/pull/37)
59+
- feat: introduce bottom sheet modal 🔥 ([`#37`](https://github.com/gorhom/react-native-bottom-sheet/pull/37)).
4860

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

51-
### Merged
63+
#### Fixes
5264

53-
- fix: updated decelerationRate per platform [`#36`](https://github.com/gorhom/react-native-bottom-sheet/pull/36)
65+
- fix: updated decelerationRate per platform ([`#36`](https://github.com/gorhom/react-native-bottom-sheet/pull/36)).
5466

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

57-
### Merged
69+
#### Features
70+
71+
- feat: added enabled prop ([`#35`](https://github.com/gorhom/react-native-bottom-sheet/pull/35)).
5872

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

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

63-
- docs: added reference to version 2 branch [`fea90a9`](https://github.com/gorhom/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)
64-
- chore: clean up code [`8e62141`](https://github.com/gorhom/react-native-bottom-sheet/commit/8e62141fdb96a2b3e2532d16911f6e6e6cc3ccc3)
77+
#### Documentations
78+
79+
- docs: added reference to version 2 branch ([fea90a9](https://github.com/gorhom/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)).
6580

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

68-
### Merged
83+
#### Improvements
6984

70-
- chore: improve unstable manualSnapToPoint variable [`#30`](https://github.com/gorhom/react-native-bottom-sheet/pull/30)
85+
- chore: improve unstable manualSnapToPoint variable ([`#30`](https://github.com/gorhom/react-native-bottom-sheet/pull/30)).
7186

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

74-
### Merged
89+
#### Fixes
7590

76-
- fix: updated drop gesture if-conditions [`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28)
91+
- fix: updated drop gesture if-conditions ([`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28)).
7792

7893
## [v1.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.1...v1.2.0) - 2020-08-23
7994

80-
### Merged
95+
#### Features
96+
97+
- feat: added Reanimated v2 compatibility (#15 by @sa8ab) ([`#24`](https://github.com/gorhom/react-native-bottom-sheet/pull/24)).
98+
- feat: added expo compatibility support ([2c3d545](https://github.com/gorhom/react-native-bottom-sheet/commit/2c3d545a10e6125fb66829a6784069b1b62f6798)).
99+
100+
#### Improvements
81101

82-
- chore: improve content/scrollable panning handling [`#23`](https://github.com/gorhom/react-native-bottom-sheet/pull/23)
83-
- chore: updated scrollable scrollToTop event to handle empty list use case [`#22`](https://github.com/gorhom/react-native-bottom-sheet/pull/22)
84-
- feat: added Reanimated v2 compatibility (#15 by @sa8ab) [`#24`](https://github.com/gorhom/react-native-bottom-sheet/pull/24)
102+
- chore: improve content/scrollable panning handling ([`#23`](https://github.com/gorhom/react-native-bottom-sheet/pull/23)).
103+
- chore: updated scrollable scrollToTop event to handle empty list use case ([`#22`](https://github.com/gorhom/react-native-bottom-sheet/pull/22)).
104+
- chore: reset currentGesture after transition finishes ([e7b6646](https://github.com/gorhom/react-native-bottom-sheet/commit/e7b6646b50f5ed00b62388723e6d965006ecfc4a)).
85105

86-
### Commits
106+
#### Documentations
87107

88-
- feat: added expo compatibility support [`2c3d545`](https://github.com/gorhom/react-native-bottom-sheet/commit/2c3d545a10e6125fb66829a6784069b1b62f6798)
89-
- docs: updated readme file to include Reanimated v2 & expo compatibilities [`9bc30e9`](https://github.com/gorhom/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff)
90-
- chore: reset currentGesture after transition finishes [`e7b6646`](https://github.com/gorhom/react-native-bottom-sheet/commit/e7b6646b50f5ed00b62388723e6d965006ecfc4a)
108+
- docs: updated readme file to include Reanimated v2 & expo compatibilities ([9bc30e9](https://github.com/gorhom/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff)).
91109

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

94-
### Merged
112+
#### Improvements
95113

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

98-
### Commits
116+
#### Fixes
99117

100-
- docs: update issue templates [`5df4c4a`](https://github.com/gorhom/react-native-bottom-sheet/commit/5df4c4a4a6e02b91bcd7502f8180c27380849b66)
101-
- docs: remove unused issue template [`787cf8a`](https://github.com/gorhom/react-native-bottom-sheet/commit/787cf8ac8b6fa547308ba375fb1cf495b2a98fee)
102-
- chore: added funding file [`587a26e`](https://github.com/gorhom/react-native-bottom-sheet/commit/587a26e14145dea06d4515c36e1ed0fcccfdeb08)
118+
- fix: removed disableIntervalMomentum animated value ([`#13`](https://github.com/gorhom/react-native-bottom-sheet/pull/13)).
119+
120+
#### Documentations
121+
122+
- docs: update issue templates ([5df4c4a](https://github.com/gorhom/react-native-bottom-sheet/commit/5df4c4a4a6e02b91bcd7502f8180c27380849b66)).
123+
- docs: remove unused issue template ([787cf8a](https://github.com/gorhom/react-native-bottom-sheet/commit/787cf8ac8b6fa547308ba375fb1cf495b2a98fee)).
103124

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

106-
### Merged
127+
#### Features
128+
129+
- feat: added expand & collapse methods ([`#8`](https://github.com/gorhom/react-native-bottom-sheet/pull/8)).
107130

108-
- feat: added expand & collapse methods [`#8`](https://github.com/gorhom/react-native-bottom-sheet/pull/8)
109-
- chore: added props validation [`#6`](https://github.com/gorhom/react-native-bottom-sheet/pull/6)
110-
- docs: added methods & hook to readme file [`#5`](https://github.com/gorhom/react-native-bottom-sheet/pull/5)
131+
#### Improvements
111132

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

114-
- docs: added faq to readme file [`d6f6e44`](https://github.com/gorhom/react-native-bottom-sheet/commit/d6f6e443638bb778f705fd7437c36e1c5cb1cd57)
115-
- chore: fix exporting renimated types [`1afcc41`](https://github.com/gorhom/react-native-bottom-sheet/commit/1afcc41782965278cc7436131ae91019d8f40193)
116-
- docs: fix a typo at readme file [`8446abd`](https://github.com/gorhom/react-native-bottom-sheet/commit/8446abd841b690acd4c277fc5ebf10c52bd67f25)
136+
#### Documentations
137+
138+
- docs: added methods & hook to readme file ([`#5`](https://github.com/gorhom/react-native-bottom-sheet/pull/5)).
139+
- docs: added faq to readme file ([d6f6e44](https://github.com/gorhom/react-native-bottom-sheet/commit/d6f6e443638bb778f705fd7437c36e1c5cb1cd57)).
140+
- docs: fix a typo at readme file ([8446abd](https://github.com/gorhom/react-native-bottom-sheet/commit/8446abd841b690acd4c277fc5ebf10c52bd67f25)).
117141

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

120-
### Merged
144+
#### Features
145+
146+
- feat: rewrite bottom sheet from scratch 🎉 ([`#2`](https://github.com/gorhom/react-native-bottom-sheet/pull/2)).
147+
148+
#### Improvements
121149

122-
- docs: update branding [`#4`](https://github.com/gorhom/react-native-bottom-sheet/pull/4)
123-
- docs: update docs [`#3`](https://github.com/gorhom/react-native-bottom-sheet/pull/3)
124-
- feat: rewrite bottom sheet from scratch 🎉 [`#2`](https://github.com/gorhom/react-native-bottom-sheet/pull/2)
150+
- chore: added map example ([312bcd1](https://github.com/gorhom/react-native-bottom-sheet/commit/312bcd10efc8674955f9ce1ba8974fb4bd40f43b)).
151+
- chore: updated map example ([9a65a74](https://github.com/gorhom/react-native-bottom-sheet/commit/9a65a7435b97c754c37049c2812c289b1e6453e6)).
152+
- chore: added useBottomSheet hook & backgroundComponent ([069fca0](https://github.com/gorhom/react-native-bottom-sheet/commit/069fca0473f4f801a71c71c5026a56dda587769a)).
125153

126-
### Commits
154+
#### Documentations
127155

128-
- chore: added map example [`312bcd1`](https://github.com/gorhom/react-native-bottom-sheet/commit/312bcd10efc8674955f9ce1ba8974fb4bd40f43b)
129-
- chore: updated map example [`9a65a74`](https://github.com/gorhom/react-native-bottom-sheet/commit/9a65a7435b97c754c37049c2812c289b1e6453e6)
130-
- chore: added useBottomSheet hook & backgroundComponent [`069fca0`](https://github.com/gorhom/react-native-bottom-sheet/commit/069fca0473f4f801a71c71c5026a56dda587769a)
156+
- docs: update branding ([`#4`](https://github.com/gorhom/react-native-bottom-sheet/pull/4)).
157+
- docs: update docs ([`#3`](https://github.com/gorhom/react-native-bottom-sheet/pull/3)).
131158

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

134-
### Merged
161+
#### Improvements
135162

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

138-
### Commits
165+
#### Fixes
139166

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

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

144-
### Commits
171+
#### Improvements
172+
173+
- chore: introduce focus hook to reset scrollable ref ([70061ec](https://github.com/gorhom/react-native-bottom-sheet/commit/70061ec8fb57f41d54b7b9733e2fbc36b8a0f6d8)).
174+
175+
#### Fixes
145176

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

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

151-
### Commits
181+
#### Fixes
152182

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

155185
## v0.0.2 - 2020-07-31
156186

157-
### Commits
187+
#### Improvements
158188

159-
- chore: clone react-native-scroll-bottom-sheet [`105cb03`](https://github.com/gorhom/react-native-bottom-sheet/commit/105cb0334e317d5c4919e77816ee03fb20069eeb)
189+
- chore: clone react-native-scroll-bottom-sheet ([105cb03](https://github.com/gorhom/react-native-bottom-sheet/commit/105cb0334e317d5c4919e77816ee03fb20069eeb)).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0",
44
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)