Skip to content

Releases: react-native-push-notification/ios

v1.11.0

05 Apr 03:10
4979f60
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.1...v1.11.0

v1.10.0

20 Aug 16:22
Compare
Choose a tag to compare

FEAT: Add ability to repeat notifications like on iOS (#268) by @ghivert and @jamesxabregas
FEAT: add day of the week and year repetition (#325) @Naturalclar credits to @jamesxabregas
Docs: corrected removePendingNotificationRequests demo code (#321) @mklb

v1.9.0

10 Aug 01:18
Compare
Choose a tag to compare

Added Support for rich notification with image 🎉🎉

Feat

Docs

Internal

v1.8.0

25 Nov 18:28
Compare
Choose a tag to compare

chore: refactor RCTConvert (#240) by @Naturalclar
fix: remove completionHandler from finish (#241) by @Naturalclar
feat: add removePendingNotificationRequests method (#242) by @Naturalclar

v1.7.4

22 Nov 07:47
Compare
Choose a tag to compare

chore: update flowtype (#231) by @Naturalclar
chore: update iOS version of example (#238) by @Naturalclar
feat: Add badge and sound to UNNotification and UNNotificationRequest formatters (#237) by @nbolender

v1.7.3

22 Nov 07:45
Compare
Choose a tag to compare

fix: build error on local notification (#228) by @Naturalclar

v1.7.2

22 Nov 07:45
Compare
Choose a tag to compare

v1.7.1

26 Oct 10:14
Compare
Choose a tag to compare

Allows building for MacOS Catalyst

Changelog

feat: allow mac catalyst build (#213) by @Naturalclar

v1.7.0

26 Oct 06:46
Compare
Choose a tag to compare

You can now add notifications with interactions 🎉

Notification With Action With TextInput Action

The following methods are added:

  • addNotificationRequest
  • setNotificationCategory
  • removeAllPendingNotificationRequests
  • getPendingNotificationRequests

Added deprecation notices for methods that were using deprecating methods since iOS10.

The following methods are now deprecated, and will be removed from the next major version release.

  • presentLocalNotification: use addNotificationRequest instead
  • scheduleLocalNotification: use addNotificationRequest instead
  • cancelAllLocalNotifications: use removeAllPendingNotificationRequests instead
  • getScheduledLocalNotifications: use getPendingNotificationRequests instead

Changelog

v1.6.1

19 Oct 15:06
Compare
Choose a tag to compare

fix completion handler constants (#172) by @vonovak
chore: add github actions (#199) by @Naturalclar
feat: include response actionIdentifier in event (#197) by @vonovak
fix: incorrect typescript type (#198) by @Mighty683