Skip to content

Commit f33ea81

Browse files
committed
chore: release v2.4.0
1 parent 181eb40 commit f33ea81

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
# Changelog
22

3-
## [v2.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.6...v2.3.0)
3+
## [v2.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.3.0...v2.4.0)
4+
5+
#### Features
6+
7+
- feat: added custom accessibility support (#571)(by @nmuranovas)
8+
9+
* feat: add custom accessibility support (#1)
10+
11+
* feat: add accessibility support to BottomSheet
12+
* feat: add accessibility support to BottomSheetBackdrop
13+
* feat: add custom accessibility to BottomSheetHandle
14+
* feat: add BottomSheetHandle export to index.ts
15+
16+
* Feature/custom accessibility (#2)
17+
18+
* fix: rename announceChangeForAccessibility to enableAccessibilityChangeAnnouncement
19+
20+
* fix: add 'import type' where needed
21+
22+
* fix: type import ([7b1bcd8](https://github.com/gorhom/react-native-bottom-sheet/commit/7b1bcd853e35e025b661c82153264fea8943a7ad)).
23+
24+
#### Improvements
25+
26+
- chore: remove unnecessary useMemo ([`#413`](https://github.com/gorhom/react-native-bottom-sheet/pull/413)).
27+
- chore: updated examples & add shadow example ([`#394`](https://github.com/gorhom/react-native-bottom-sheet/pull/394)).
28+
- chore: updated package dependencies ([32c04e1](https://github.com/gorhom/react-native-bottom-sheet/commit/32c04e1838636f0266a189f4bfc22a108f32f5bd)).
29+
- chore: added stale to github actions ([71993f0](https://github.com/gorhom/react-native-bottom-sheet/commit/71993f0881feca9f70e010c75972fafb7c727c3a)).
30+
- chore: added delete dts files script ([181eb40](https://github.com/gorhom/react-native-bottom-sheet/commit/181eb40521792de80e2125b504be7ed165afb599)).
31+
32+
#### Documentations
33+
34+
- docs: renamed react-naigation.md to react-navigation.md ([`#541`](https://github.com/gorhom/react-native-bottom-sheet/pull/541)).
35+
- docs: updated React Navigation example link ([`#400`](https://github.com/gorhom/react-native-bottom-sheet/pull/400)).
36+
- docs: updated website ([`#381`](https://github.com/gorhom/react-native-bottom-sheet/pull/381)).
37+
- docs: delete old website folder ([9e5c07c](https://github.com/gorhom/react-native-bottom-sheet/commit/9e5c07ce35e9b2ea464c5675626e2e895c0ef380)).
38+
- docs: added adding shadow guide ([5a28241](https://github.com/gorhom/react-native-bottom-sheet/commit/5a28241da0fcbdd91ed59630bf277e5d06e5cb7c)).
39+
- docs: updated website and readme ([7f5e8d2](https://github.com/gorhom/react-native-bottom-sheet/commit/7f5e8d26ee57e815c3a1a4e7acf827cc1c648970)).
40+
- docs: updated readme file ([8a09ed3](https://github.com/gorhom/react-native-bottom-sheet/commit/8a09ed35ed41a86b658225c81272a8be2d76c3b9)).
41+
- docs: fixed website build ([224816e](https://github.com/gorhom/react-native-bottom-sheet/commit/224816ed8dd1be6ca3e4e144f8ffef3f044d5f45)).
42+
- docs: fix incorrect title of useBottomSheetTimingConfigs section(#455) ([d82ce16](https://github.com/gorhom/react-native-bottom-sheet/commit/d82ce16091be9b48dad05b7a0f392ea766eda5b9)).
43+
44+
## [v2.3.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.6...v2.3.0) - 2021-03-27
445

546
#### Features
647

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.3.0",
3+
"version": "2.4.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)