Releases: urbanairship/react-native-airship
14.2.1
Patch release that fixes a bug with notification response callback.
14.2.0
Minor release that updates the iOS SDK to 16.5.1 and fixes issues with getSubscriptionList method on Android.
Changes
- Updated iOS SDK to 16.5.1
- Fixed setting multiple listeners on iOS if the plugin is created multiple times.
- Fixed getSubscriptionList method on Android.
14.1.0
Minor release that makes it possible to call takeOff from ReactNative.
Changes
- Added takeOff and isFlying methods
- Takeoff is now optional
- Added appcompat and lifecycle dependencies to the module
14.0.0
Major release that adds support for multi-channel Preference Center.
Changes
- Updated iOS SDK to 16.4.0
- Updated Android SDK to 16.3.3
- Deprecated named user tag and attribute methods in favor of contact based ones
- Added scoped subscription lists to modify a subscription list on a contact
- Breaking Change: Updated AirshipPreferenceCenter.getConfiguration(identifier) to return the full config from Airship
13.2.1
Patch release that fixes a crash on Android due to the React Native use of androidx.appcompat:appcompat library.
Changes
- Fixes a crash due to the React Native use of androidx.appcompat:appcompat library
13.2.0
Minor release that updates the Airship SDKs, adds some new methods and fixes some issues.
Changes
- Updated iOS SDK to 16.2.0
- Updated Android SDK to 16.2.0
- Added a method
getSubscriptionLists
to get the subscription lists - Added a method
setNotificationOptions
to set the notification options for iOS - Added a method
getNotificationStatus
to get more context on the current state of notifications - Fixed iOS message center display when
autoLaunchMessageCenter
is set to false - Fixed the preference center config to return the items under the key
items
13.1.1
Minor release that updates to latest Airship SDKs and fixes several issues.
Changes
- Updated iOS SDK to 16.1.2
- Updated Android SDK to 16.1.1
- Add missing subscriptionId to the preference center configuration
- Prevents a crash if takeOff fails
13.1.0
Minor release that updates to latest Airship SDKs and fixes several issues with the iOS module.
Changes
- Updated iOS SDK to 16.1.1
- Fixed Message Center navigation style on iOS 15
- Fixed running actions from a notification action button
- Fixed channel registration causing extra attribute operations in the RTDS stream
13.0.2
Minor release that updates to latest Airship SDKs and fixes several issues with the iOS module. Apps running 13.0.0-13.0.1 should update.
Changes
- Updated iOS and Android SDK to 16.1.0
- Fixed null deep link on iOS
- Fixed iOS crash when sending a notification without a title or subtitle
- Fixed Message Center message
isDeleted
flag on iOS
13.0.1
Patch release that fixes preferences resetting when upgrading to SDK 15/16. This update will restore old preferences that have not been modified in the new SDK version.
Apps that have migrated to 13.0.0 from an older version should update. Apps currently on version 12.1.0 and below should only migrate to 13.0.1 to avoid a bug in version 13.0.0.
Changes
- Updated iOS SDK to 16.0.2