Skip to content

Releases: OneSignal/react-native-onesignal

4.0.8 Release

30 Apr 01:25
6e529b9
Compare
Choose a tag to compare

Updated to latest OneSignal native SDKs

4.0.7 Release

21 Apr 22:33
Compare
Choose a tag to compare
  • update native versions
  • update DeviceState Typings: notificationPermissionStatus
  • getDeviceState Android bug fix - reject if state is null

Native Versions

iOS Release Notes
Android Release Notes

4.0.6 Release

31 Mar 21:15
Compare
Choose a tag to compare

Update native versions:

iOS: https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.3.0

  • Added In App Messaging Tag Substitution using Liquid Templating
  • IAM Tag Substitution is using LiquidJS version 9.23.1
  • Removing alert prompt for launch URLs
  • Users will no longer receive an alert asking to open a launch URL when a notification with a launch URL is opened.
  • Set external user id fixes
  • Fixing external user id not being set on an email record if the same id was set for the push record. Also resolves external ids not being set if the id was cached but the user was deleted from the dashboard.
  • Adding the ability to disable 'OneSignal load'
  • This disables OneSignal SDK Swizzling to prevent issues when running unit tests. Do not use this option for your main target or OneSignal will not function.

Android: https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.3.0

  • Supporting Liquid Templating Tag Substitution in "In App Messages" using LiquidJS version 9.23.1
  • Fixed notifications omitted in OSRemoteNotificationReceivedHandler and from disabled channels being restored and shown as silent notifications.
  • Improved thread DB access handling

4.0.5 Release

06 Mar 23:39
1a64a9a
Compare
Choose a tag to compare

Release Notes

Update native iOS SDK to 3.2.3

4.0.4 Release

17 Feb 19:12
Compare
Choose a tag to compare

Release Notes

Update native Android SDK to 4.2.0

  • android:launchMode no longer required.
  • Fixed 4.0.0 regression - Notification open doesn't open main activity on cold start by default.
    PR OneSignal-Android-SDK#1276

Update native iOS SDK to 3.2.1

4.0.3 Release

11 Jan 21:55
Compare
Choose a tag to compare

Fixes #1139

iOS setExternalUserId null callback fix

  • iOS: includes fix for null setExternalUserId callback crash on iOS

PR: #1141

4.0.2 Release

08 Jan 22:42
Compare
Choose a tag to compare

Android setExternalUserId Fix

  • Android - Fixed crash with setExternalUserId if called after setEmail

4.0.1 Release

06 Jan 22:19
Compare
Choose a tag to compare

Bug Fix

Patches small outcomes event null-check bug in Java bridge.

4.0.0 Release

06 Jan 21:16
2c78d41
Compare
Choose a tag to compare

Version 4.0.0

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

See the full list of changes along with step-by-step guides to upgrade.

Migration Guide

Native SDK Versions Update

Reference

4.0.0 Beta 5 Release

11 Dec 01:24
Compare
Choose a tag to compare
4.0.0 Beta 5 Release Pre-release
Pre-release

Major Release 4.0.0 Beta 5 🛠️

Other changes

  • bug fixes including TS typings issue
  • removed manifest placeholders
  • renamed several functions due to changes in the native SDKs
  • provide better logging
  • renamed OutcomeEvent to OSOutcomeEvent