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
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [Unreleased]
9
9
10
+
### Features
11
+
12
+
- (Android) Allow to set the notification to executes on idle [#959](https://github.com/zo0r/react-native-push-notification/pull/959)
13
+
- (iOS) Add missing "category" parameter when scheduling local notifications. [#457](https://github.com/zo0r/react-native-push-notification/pull/457)
14
+
10
15
### Fixed
11
16
12
-
- Update documentation:
13
-
- Abandon permissions unregisters remote only [#1282](https://github.com/zo0r/react-native-push-notification/pull/1282)
14
-
- Use full path for manifest [#567](https://github.com/zo0r/react-native-push-notification/pull/567)
15
-
- Update broken link to docs [#995](https://github.com/zo0r/react-native-push-notification/pull/995)
16
-
- Add missing "category" parameter when scheduling local notifications. [#457](https://github.com/zo0r/react-native-push-notification/pull/457)
17
17
- Fix: Breaking android x compatibility regression
18
18
- Fix: Use FirebaseInstanceId for deviceToken, not from Intent [#1355](https://github.com/zo0r/react-native-push-notification/pull/1355)
19
19
- Fix: security issue `limit the components that Intent will resolve to`[#687](https://github.com/zo0r/react-native-push-notification/pull/687)
20
20
- Fix: remove fishy reference from android project files [#1226](https://github.com/zo0r/react-native-push-notification/pull/1226)
21
21
- Fix: `JSON value '<null>' of type NSNull cannot be converted to NSDictionary`[#1030](https://github.com/zo0r/react-native-push-notification/pull/1030)
22
+
- Upgrade ShortCutBadger to 1.1.22 [#646](https://github.com/zo0r/react-native-push-notification/pull/646)
22
23
- Upgrade exemple to React-Native 0.62.2
23
24
- Remove Types from the code use [@types/react-native-push-notification](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native-push-notification) instead.
24
25
25
26
### Possible Breaking change
26
27
27
28
- Rename firebaseVersion to firebaseMessagingVersion [#1191](https://github.com/zo0r/react-native-push-notification/pull/1191) in gradle.build
28
29
30
+
### Documentation
31
+
32
+
- Abandon permissions unregisters remote only [#1282](https://github.com/zo0r/react-native-push-notification/pull/1282)
33
+
- Use full path for manifest [#567](https://github.com/zo0r/react-native-push-notification/pull/567)
34
+
- Update broken link to docs [#995](https://github.com/zo0r/react-native-push-notification/pull/995)
35
+
- Missing step for android manual installation [#1363](https://github.com/zo0r/react-native-push-notification/pull/1363)
0 commit comments