react-native-appboy-sdk
Advanced tools
Comparing version 1.17.1 to 1.17.2
@@ -0,9 +1,19 @@ | ||
## 1.17.2 | ||
**Important:** This patch updates the Braze iOS SDK Dependency from 3.20.1 to 3.20.2, which contains important bugfixes. Integrators should upgrade to this patch version. Please see the [Braze iOS SDK Changelog](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md) for more information. | ||
##### Changed | ||
- Updated the native iOS bridge to [Braze iOS SDK 3.20.2](https://github.com/Appboy/appboy-ios-sdk/releases/tag/3.20.2). | ||
## 1.17.1 | ||
**Important:** This release has known issues displaying HTML in-app messages. Do not upgrade to this version and upgrade to 1.17.2 and above instead. If you are using this version, you are strongly encouraged to upgrade to 1.17.2 or above if you make use of HTML in-app messages. | ||
##### Changed | ||
- Updated the native iOS bridge to [Braze iOS SDK 3.20.1](https://github.com/Appboy/appboy-ios-sdk/releases/tag/3.20.1). | ||
- This patch updates the Braze iOS SDK Dependency from 3.20.0 to 3.20.1, which contains important bugfixes. Integrators should upgrade to this patch version. | ||
## 1.17.0 | ||
**Important:** This release has known issues displaying HTML in-app messages. Do not upgrade to this version and upgrade to 1.17.2 and above instead. If you are using this version, you are strongly encouraged to upgrade to 1.17.2 or above if you make use of HTML in-app messages. | ||
##### Breaking | ||
@@ -18,3 +28,3 @@ - Updated the native iOS bridge to [Braze iOS SDK 3.20.0](https://github.com/Appboy/appboy-ios-sdk/releases/tag/3.20.0). | ||
``` | ||
[[Appboy sharedInstance] registerDeviceToken:deviceToken]]; | ||
[[Appboy sharedInstance] registerDeviceToken:deviceToken]; | ||
``` | ||
@@ -25,2 +35,4 @@ - `ReactAppboy.registerPushToken()` was renamed to `ReactAppboy.registerAndroidPushToken()` and is now a no-op on iOS. On iOS, push tokens must now be registered through native methods. | ||
**Important** This release has known issues displaying HTML in-app messages. Do not upgrade to this version and upgrade to 1.17.2 and above instead. If you are using this version, you are strongly encouraged to upgrade to 1.17.2 or above if you make use of HTML in-app messages. | ||
##### Breaking | ||
@@ -27,0 +39,0 @@ - Updated the native iOS bridge to [Braze iOS SDK 3.19.0](https://github.com/Appboy/appboy-ios-sdk/releases/tag/3.19.0). |
{ | ||
"name": "react-native-appboy-sdk", | ||
"version": "1.17.1", | ||
"version": "1.17.2", | ||
"description": "Braze SDK for React Native.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
160447