Skip to content

Releases: urbanairship/react-native-airship

15.2.3

18 Apr 21:04
Compare
Choose a tag to compare

Patch release that fixes a crash on Android when running an Android device older than 7. Apps that target API 23 or older should update.

Changes

  • Fixed Android crash due to using method Map#putIfAbsent on older Android devices.

15.2.2

18 Apr 21:03
e99796b
Compare
Choose a tag to compare

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

25 Mar 05:16
f060f0e
Compare
Choose a tag to compare

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

06 Mar 19:49
Compare
Choose a tag to compare

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

28 Feb 18:00
Compare
Choose a tag to compare

Patch release that fixes a gradle build issue with older React Native versions.

15.1.0

10 Feb 05:52
d41a271
Compare
Choose a tag to compare

Minor release that adds subtitle to the push payload that maps to the summary on Android and subtitle on iOS. It also fixes a bug with trackScreen that was introduced in 15.0.0.

Changes

  • Added subtitle to PushPayload type.
  • Fixed trackScreen method error.

15.0.0

03 Feb 20:16
Compare
Choose a tag to compare

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 with Airship 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

20 Jan 17:56
66cba70
Compare
Choose a tag to compare

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

05 Dec 18:00
7990182
Compare
Choose a tag to compare

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

18 Nov 07:00
Compare
Choose a tag to compare

Patch release that updates the iOS SDK to 16.10.3.

Changes

  • Updated iOS SDK to 16.10.3