React Native Onesignal Versions Save

React Native Library for OneSignal Push Notifications Service

5.0.1

7 months ago

What's Changed Since v5.0.0

🐛 Bug Fixes

🔧 Maintenance

Native SDK Updates

  • Updated included Android SDK to 5.0.2
  • Updated included iOS SDK to 5.0.2

Full Changelog: https://github.com/OneSignal/react-native-onesignal/compare/5.0.0...5.0.1

4.5.2

8 months ago

Native iOS SDK Update

Bump native iOS SDK version from 3.12.4 to 3.12.6

Native Android SDK Update

Bump native Android SDK version from 4.8.5 to 4.8.6

5.0.0

8 months ago

⚠️ This is a major release which contains breaking API changes.

In this major version release for the OneSignal React Native SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

For information please see the migration guide.

Note that Identity Verification has not yet been enabled in this version and will be released in a later version

What's Changed Since beta-02

API Updates

  • setLaunchURLsInApp has been removed
  • Casing change from OneSignal.User.PushSubscription to OneSignal.User.pushSubscription

Native Updates

Updated included Android SDK to 5.0.0 Updated included iOS SDK to 5.0.1

Full Changelog: https://github.com/OneSignal/react-native-onesignal/compare/5.0.0-beta-02...5.0.0

5.0.0-beta-02

9 months ago

🚧 Beta release. Please test thoroughly prior to production use. 🚧

What's Changed Since beta-01

API Updates

Notification, In App Message, and Push Subscription events have been renamed. The migration guide has been updated to reflect the changes.

Native Updates

Updated included Android SDK to 5.0.0-beta4 Updated included iOS SDK to 5.0.0-beta-06

Full Changelog: https://github.com/OneSignal/react-native-onesignal/compare/5.0.0-beta.1...5.0.0-beta-02

5.0.0-beta.1

1 year ago

React Native User Model Release 5.0.0 Beta 1 Migration Guide

4.5.1

1 year ago

Native iOS SDK Update

Bump native iOS SDK version from 3.12.3 to 3.12.4

  • Fix In App Messages occasionally being displayed twice
  • Fix a OneSignal log ignoring the "None" log level

Native Android SDK Update

Bump native Android SDK version from 4.8.2 to 4.8.5

  • Fix issue which caused groupless notifications to not get cleared if there were at least 4 of them
  • Remove OneSignal gradle plugin from build.gradle files
  • Fix an issue with liquid IAMs when a non-existent tag doesn't show the correct default value.
  • Speculative Fix for WorkManager not Initialized Crash

4.5.0

1 year ago

Native SDK Updates

  • Bump native iOS SDK version to 3.12.3
    • Adds enterLiveActivity and exitLiveActivity

4.4.1

1 year ago

Native SDK Updates

4.4.0

1 year ago

What's Changed

  • [Feat] Add Android 13 push permission prompting in https://github.com/OneSignal/react-native-onesignal/pull/1415
    • Push permission prompting on Android 13 devices. In order to not immediately be prompted in Android 13, apps will need to set their Android target SDK version to 33+.
    • The method promptForPushNotificationsWithUserResponse now has an optional fallbackToSettings boolean parameter. Use the fallbackToSettings parameter to prompt the user to open the settings app if a user has already declined push permissions.
promptForPushNotificationsWithUserResponse(fallbackToSettings?: boolean, handler?: (response: boolean) => void)

Native SDK Updates

Full Changelog: https://github.com/OneSignal/react-native-onesignal/compare/4.3.11...4.4.0

4.3.11

1 year ago

What's Changed

Native SDK Updates

Full Changelog: https://github.com/OneSignal/react-native-onesignal/compare/4.3.10...4.3.11