Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit befe905

Browse files
committed
Update Changelog.md
1 parent b31e95e commit befe905

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

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+
1015
### Fixed
1116

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)
1717
- Fix: Breaking android x compatibility regression
1818
- Fix: Use FirebaseInstanceId for deviceToken, not from Intent [#1355](https://github.com/zo0r/react-native-push-notification/pull/1355)
1919
- Fix: security issue `limit the components that Intent will resolve to` [#687](https://github.com/zo0r/react-native-push-notification/pull/687)
2020
- Fix: remove fishy reference from android project files [#1226](https://github.com/zo0r/react-native-push-notification/pull/1226)
2121
- 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)
2223
- Upgrade exemple to React-Native 0.62.2
2324
- Remove Types from the code use [@types/react-native-push-notification](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native-push-notification) instead.
2425

2526
### Possible Breaking change
2627

2728
- Rename firebaseVersion to firebaseMessagingVersion [#1191](https://github.com/zo0r/react-native-push-notification/pull/1191) in gradle.build
2829

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)
36+
2937
## [3.1.3] - 2019-05-25
3038

3139
## Fixed

0 commit comments

Comments
 (0)