Releases: urbanairship/react-native-airship
15.2.3
15.2.2
Patch release that fixes Android Preference Center subscription list state when switching named users. Apps using Preference Center that apply multiple named user IDs during an app session on Android should update.
Changes
- Updated Android Airship SDK to 16.9.2
- Fixed an Android bug that could cause locally cached subscription list states to be in an incorrect state when switching named users.
15.2.1
Patch release that fixing Contact update merging order, improves Scene/Survey accessibility and reporting.
Changes
- Updated iOS Airship SDK to 16.11.3
- Updated Android Airship SDK to 16.9.1
- Fixed Airship.contact.editSubscriptionLists() bindings call
- Fixed Contact update merge order, resolving a Preference Center bug that could lead to unexpected subscription states in some circumstances.
- Improved Scene/Survey accessibility and fixed a reporting bug related to form display events.
- Added support for transparent WebView backgrounds in HTML In-App Automations.
15.2.0
Minor release that adds support for foreground presentation options per push message on iOS, and if a notification should display or not on Android.
Changes
- Update iOS SDK to 16.11.2
- Update Android SDK to 16.9.0
- Added method
Airship.push.android.setForegroundDisplayPredicate
to control the display of notifications in the foreground per message on Android - Added method
Airship.push.iOS.setForegroundPresentationOptionsCallback
to control the foreground presentation options per message on iOS - Fixed return type for
Airship.push.getActiveNotifications
- Fixed Android build issues when using Kotlin 1.6
15.1.1
15.1.0
15.0.0
Major release with several breaking changes. Apps should use the migration guide to update Migration Guide
Changes
- Renamed package from
urbanairship-react-native
to@ua/react-native-airship
- Replaces
UrbanAirship
withAirship
as the root instance. - Grouped functional apis under new components under the Airship instance: Airship.channel, Airship.push, Airship.push.iOS, etc...
- Added support Turbo modules and Fabric
- Removed the Chat and Accengage module
- Merged Preference Center and HMS module into the core module
- Added new methods to pause/resume In-App experiences
14.6.1
Patch release that updates the iOS SDK to 16.10.7, fixes the result of getActiveNotifications
and avoiding issue in the Message Center on null message ID.
Changes
- Updated iOS SDK to 16.10.7
- Fix android notifications extras on
getActiveNotifications
method call. - Avoid Message Center issue on null message ID.
14.6.0
Minor release that updates the iOS SDK to 16.10.6 and add support
for isChannelCaptureEnabled and suppressAllowListError in the config for takeOff.
Changes
- Updated iOS SDK to 16.10.6
- Add support for isChannelCaptureEnabled and suppressAllowListError in the config for takeOff.
14.5.1
Patch release that updates the iOS SDK to 16.10.3.
Changes
- Updated iOS SDK to 16.10.3