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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [Unreleased]
8
8
9
+
## [3.1.2] - 2018-10-16
10
+
11
+
## Added
12
+
- Allow to set notification's priority, visibility and importance options on Android, [@lorenc-tomasz](https://github.com/lorenc-tomasz)`aaf2d19`[#854](https://github.com/zo0r/react-native-push-notification/pull/854)
13
+
- Added the "old" GCM listener to get compatibility with GCM back, [@zo0r](https://github.com/zo0r)`3bd0b6f`[#835](https://github.com/zo0r/react-native-push-notification/pull/835)
14
+
- Allow configuring notification channel and color through manifest, [@Truebill](https://github.com/Truebill)`f7b4759`[#822](https://github.com/zo0r/react-native-push-notification/pull/822)
15
+
16
+
## Fixed
17
+
- Fix example app cancel notification, [@hshiraiwa](https://github.com/danibonilha)`1143632`[#869](https://github.com/zo0r/react-native-push-notification/pull/869)
18
+
- Update documentation to avoid falling Androids' build, [@danibonilha](https://github.com/danibonilha)`fc5c722`[#879](https://github.com/zo0r/react-native-push-notification/pull/879)
19
+
- Fix react-native link command, [@lfkwtz](https://github.com/lfkwtz)`9708445`[#839](https://github.com/zo0r/react-native-push-notification/pull/839)
- Updated sdk and build tool version on gradle file, [@receme](https://github.com/receme)`8718e61`[#826](https://github.com/zo0r/react-native-push-notification/pull/826)
- Readme clarification on localNotificationSchedule(), [@brownmagik352](https://github.com/brownmagik352)`beedb16`[#816](https://github.com/zo0r/react-native-push-notification/pull/816)
24
+
- Fix title and message for Firebase, [@Truebill](https://github.com/Truebill)`ccd9edc`[#806](https://github.com/zo0r/react-native-push-notification/pull/806)
25
+
- Fix pop initial for firebase, [@Truebill](https://github.com/Truebill)`b61ce08`[#807](https://github.com/zo0r/react-native-push-notification/pull/807)
26
+
- Various readme typos, [@elitree](https://github.com/elitree)`a071458`[#802](https://github.com/zo0r/react-native-push-notification/pull/802)
27
+
9
28
## [3.1.1] - 2018-07-31
10
29
11
30
## Added
@@ -18,5 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
0 commit comments