Skip to content

Commit fdf8c4c

Browse files
committed
chore: release v3.0.0
1 parent 5b2703a commit fdf8c4c

File tree

2 files changed

+27
-126
lines changed

2 files changed

+27
-126
lines changed

CHANGELOG.md

Lines changed: 26 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -1,139 +1,40 @@
1-
### Changelog
1+
# Changelog
22

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

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

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

9-
> 27 November 2020
14+
#### Improvements
1015

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

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

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

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

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

27-
> 20 September 2020
28+
## [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
2829

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

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

35-
> 2 October 2020
38+
#### Fixes
3639

37-
- chore: updated dependencies [`f8c9a9b`](https://github.com/gorhom/react-native-bottom-sheet/commit/f8c9a9b389bb21c18efa593c885337c92dff3810)
38-
- fix: add reanimated 2 compatibility to bottom sheet modal [`2d47007`](https://github.com/gorhom/react-native-bottom-sheet/commit/2d47007df64ecd0c83035136b5b882eff6d53619)
39-
- chore: updated auto-changelog config [`0cd0db0`](https://github.com/gorhom/react-native-bottom-sheet/commit/0cd0db094e224e945e7e7b6551f8eb806cff63da)
40-
41-
#### [v1.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.1...v1.4.0)
42-
43-
> 30 September 2020
44-
45-
- feat: introduce bottom sheet modal 🔥 [`#37`](https://github.com/gorhom/react-native-bottom-sheet/pull/37)
46-
47-
#### [v1.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.3.0...v1.3.1)
48-
49-
> 26 September 2020
50-
51-
- fix: updated decelerationRate per platform [`#36`](https://github.com/gorhom/react-native-bottom-sheet/pull/36)
52-
53-
#### [v1.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.2...v1.3.0)
54-
55-
> 24 September 2020
56-
57-
- feat: added enabled prop [`#35`](https://github.com/gorhom/react-native-bottom-sheet/pull/35)
58-
- docs: added reference to version 2 branch [`fea90a9`](https://github.com/gorhom/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)
59-
- chore: clean up code [`8e62141`](https://github.com/gorhom/react-native-bottom-sheet/commit/8e62141fdb96a2b3e2532d16911f6e6e6cc3ccc3)
60-
61-
#### [v1.2.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.1...v1.2.2)
62-
63-
> 15 September 2020
64-
65-
- chore: improve unstable manualSnapToPoint variable [`#30`](https://github.com/gorhom/react-native-bottom-sheet/pull/30)
66-
67-
#### [v1.2.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.0...v1.2.1)
68-
69-
> 10 September 2020
70-
71-
- fix: updated drop gesture if-conditions [`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28)
72-
73-
#### [v1.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.1...v1.2.0)
74-
75-
> 23 August 2020
76-
77-
- chore: improve content/scrollable panning handling [`#23`](https://github.com/gorhom/react-native-bottom-sheet/pull/23)
78-
- chore: updated scrollable scrollToTop event to handle empty list use case [`#22`](https://github.com/gorhom/react-native-bottom-sheet/pull/22)
79-
- feat: added Reanimated v2 compatibility (#15 by @sa8ab) [`#24`](https://github.com/gorhom/react-native-bottom-sheet/pull/24)
80-
- feat: added expo compatibility support [`2c3d545`](https://github.com/gorhom/react-native-bottom-sheet/commit/2c3d545a10e6125fb66829a6784069b1b62f6798)
81-
- docs: updated readme file to include Reanimated v2 & expo compatibilities [`9bc30e9`](https://github.com/gorhom/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff)
82-
- chore: reset currentGesture after transition finishes [`e7b6646`](https://github.com/gorhom/react-native-bottom-sheet/commit/e7b6646b50f5ed00b62388723e6d965006ecfc4a)
83-
84-
#### [v1.1.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.0...v1.1.1)
85-
86-
> 13 August 2020
87-
88-
- fix: removed disableIntervalMomentum animated value [`#13`](https://github.com/gorhom/react-native-bottom-sheet/pull/13)
89-
- docs: update issue templates [`5df4c4a`](https://github.com/gorhom/react-native-bottom-sheet/commit/5df4c4a4a6e02b91bcd7502f8180c27380849b66)
90-
- docs: remove unused issue template [`787cf8a`](https://github.com/gorhom/react-native-bottom-sheet/commit/787cf8ac8b6fa547308ba375fb1cf495b2a98fee)
91-
- chore: added funding file [`587a26e`](https://github.com/gorhom/react-native-bottom-sheet/commit/587a26e14145dea06d4515c36e1ed0fcccfdeb08)
92-
93-
#### [v1.1.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.0.0...v1.1.0)
94-
95-
> 12 August 2020
96-
97-
- feat: added expand & collapse methods [`#8`](https://github.com/gorhom/react-native-bottom-sheet/pull/8)
98-
- chore: added props validation [`#6`](https://github.com/gorhom/react-native-bottom-sheet/pull/6)
99-
- docs: added methods & hook to readme file [`#5`](https://github.com/gorhom/react-native-bottom-sheet/pull/5)
100-
- docs: added faq to readme file [`d6f6e44`](https://github.com/gorhom/react-native-bottom-sheet/commit/d6f6e443638bb778f705fd7437c36e1c5cb1cd57)
101-
- chore: fix exporting renimated types [`1afcc41`](https://github.com/gorhom/react-native-bottom-sheet/commit/1afcc41782965278cc7436131ae91019d8f40193)
102-
- docs: fix a typo at readme file [`8446abd`](https://github.com/gorhom/react-native-bottom-sheet/commit/8446abd841b690acd4c277fc5ebf10c52bd67f25)
103-
104-
### [v1.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.7...v1.0.0)
105-
106-
> 11 August 2020
107-
108-
- docs: update branding [`#4`](https://github.com/gorhom/react-native-bottom-sheet/pull/4)
109-
- docs: update docs [`#3`](https://github.com/gorhom/react-native-bottom-sheet/pull/3)
110-
- feat: rewrite bottom sheet from scratch 🎉 [`#2`](https://github.com/gorhom/react-native-bottom-sheet/pull/2)
111-
- chore: added map example [`312bcd1`](https://github.com/gorhom/react-native-bottom-sheet/commit/312bcd10efc8674955f9ce1ba8974fb4bd40f43b)
112-
- chore: updated map example [`9a65a74`](https://github.com/gorhom/react-native-bottom-sheet/commit/9a65a7435b97c754c37049c2812c289b1e6453e6)
113-
- chore: added useBottomSheet hook & backgroundComponent [`069fca0`](https://github.com/gorhom/react-native-bottom-sheet/commit/069fca0473f4f801a71c71c5026a56dda587769a)
114-
115-
#### [v0.0.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.5...v0.0.7)
116-
117-
> 3 August 2020
118-
119-
- fix: fixed reattach events onfocus [`#1`](https://github.com/gorhom/react-native-bottom-sheet/pull/1)
120-
- chore: added script to copy types file to lib [`f48d829`](https://github.com/gorhom/react-native-bottom-sheet/commit/f48d8293d74bba97c4cf596b8f48819c2ae25a00)
121-
122-
#### [v0.0.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.3...v0.0.5)
123-
124-
> 31 July 2020
125-
126-
- chore: introduce focus hook to reset scrollable ref [`70061ec`](https://github.com/gorhom/react-native-bottom-sheet/commit/70061ec8fb57f41d54b7b9733e2fbc36b8a0f6d8)
127-
- fix: fixed extracting paddingBottom in scrollable components [`945104a`](https://github.com/gorhom/react-native-bottom-sheet/commit/945104ab532eb3cf63ea16cec348f3ef2ad6c584)
128-
129-
#### [v0.0.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.2...v0.0.3)
130-
131-
> 31 July 2020
132-
133-
- fix: fixed extracting paddingBottom in scrollable components [`64cef61`](https://github.com/gorhom/react-native-bottom-sheet/commit/64cef618cd654486174cc6a8179a76c80ef5d497)
134-
135-
#### v0.0.2
136-
137-
> 31 July 2020
138-
139-
- chore: clone react-native-scroll-bottom-sheet [`105cb03`](https://github.com/gorhom/react-native-bottom-sheet/commit/105cb0334e317d5c4919e77816ee03fb20069eeb)
40+
- fix: return flipper back to make example working ([`#70`](https://github.com/gorhom/react-native-bottom-sheet/pull/70)).

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": "3.0.0-alpha.0",
3+
"version": "3.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)