You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
8
8
9
9
### Breaking changes
10
10
11
+
### Features
12
+
13
+
### Fixed
14
+
15
+
## [6.0.0] 2020-09-26
16
+
17
+
### Breaking changes
18
+
11
19
- (Android) Channel Management: In order to limit the scope of responsability of this library, developers are now responsible of the creation of the channels. You can find the documentation at https://github.com/zo0r/react-native-push-notification#channel-management-android. These changes are also made to allow improvements in the future of the library. Here the list of impacts:
12
20
- You must create your channels before triggering a notification.
13
21
- These entries in `AndroidManifest` are deprecated:
@@ -43,15 +51,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
43
51
44
52
### Fixed
45
53
46
-
<<<<<<< HEAD
47
54
- (iOS) upgrade `@react-native-community/push-notification-ios`, fixe the value of `userInteraction`[@react-native-community/push-notification-ios#122](https://github.com/react-native-community/push-notification-ios/pull/122).
0 commit comments