Skip to content

5.1.14

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 22:14
· 117 commits to refs/heads/main since this release
50acb5a

🔧 Maintenance

  • Add the ability to immediately discard a notification by calling preventDefault(discard: true) (#2094)
  • Bump minimum FCM version to 21.0.0. (#2102)
  • Immediately process pending operations when privacy consent goes from false to true. (#2109)

🐛 Bug Fixes

  • Fix a bug causing OneSignal.getNotifications().requestPermission with the Java Continuation not firing when permission was already granted. (#2093)
  • Fix Operation Model Store adding duplicate operations when the same ones that were previously added to the store and persisted, are re-read from cache. (#2099)
  • Fix a bug causing clicking an unexpanded group notification results in only registering the click result for the final notification in the group. (#2111)