Releases: OneSignal/react-native-onesignal
Releases · OneSignal/react-native-onesignal
4.3.5 Release
What's Changed
Update Android Native Version - 4.6.5
- Bump native Android version to OneSignal Android SDK 4.6.5
Full Changelog: 4.3.4...4.3.5
4.3.4 Release
What's Changed
- Update example app by @rgomezp in #1328
- Convert SDK to TypeScript by @nan-li in #1312
- Workaround for duplicate callback invocation issue by @rgomezp in #1334
- Make Android
getTriggerValueForKey
consistent with iOS by @nan-li in #1335 - Fix: duplicate callback invocation error by @rgomezp in #1341
Update Native Version
iOS Version 3.10.0
- Prevents crashes due to failures when writing downloaded notification attachments (images) to a temporary file location
- Adds OneSignal's CollapseId which is shared with Android corresponds to the identifier property of iOS notifications. If the
collapseId
field is present on your notifications it can now be read in the corresponding OSNotification object.
Full Changelog: 4.3.3...4.3.4
4.3.3 Release
4.3.2 Release
Release notes
Updated Android-OneSignal-SDK to 4.6.2
- Fix outside package target activities (Launch URL) not opening when notification is tapped on.
- Regression bug introduced in react-native-onesignal 4.3.0
- Update
work-runtime
version to[2.1.0, 2.7.99]
, 2.7.0 is required for apps withtargetSdkVersion
31 (Android 12) - Match and fix any external id that has escaped forward slashes
- Notification background image template fixes for RTL
- Prevent crash when device has no WebView installed. (
MissingWebViewPackageException
)
See OneSignal-Android-SDK 4.6.2 for more details
4.3.1 Release
4.3.1 Release
Update native SDK versions
Ability to remove individual observers
See #1278 for more info
4.3.0 Release
Upgrades native SDK versions:
- iOS: 3.6.1
- Android: 4.5.1
Adds missing compile options
New Set Language Feature
The setLanguage
method provides an interface for developers to define an app-defined language
4.2.0 Release
Native SDK Versions Update
- Android Version 4.4.1
- iOS Version updated from 3.4.4 to 3.5.3
- Added new didReceiveNotificationExtensionRequest method, deprecate old one OneSignal/OneSignal-iOS-SDK#934
3.9.4 Release
Includes native SDK backport patches for:
- Android 3.16.0
- iOS 2.16.5
4.1.1 Release
- Update example app
- Switch to use XCFramework in Podspec
- Upgraded to OneSignal-Android-SDK 4.4.0
- Add smsNumber, smsUserId and isSMSSubscribed to DeviceState
- Expo bug fix
4.1.0 Release
Release Notes
- Updated to OneSignal-Android-SDK 4.3.4
- Add missing methods #1209
- Add SMS Support #1212