Skip to content

Releases: urbanairship/react-native-airship

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

14.5.0

04 Nov 00:55
Compare
Choose a tag to compare

Minor release that adds support for custom Airship URLs and fixes conflicts with common key chain plugins.

Changes

  • Updated iOS SDK to 16.10.1
  • Updated Android SDK to 16.8.0
  • Added support for custom domains
  • Deprecated requireInitialRemoteConfigEnabled. This config is now enabled by default
  • Fixed OOTB Message Center deep linking issue on first launch

14.4.4

07 Oct 22:43
d0f9219
Compare
Choose a tag to compare

Patch release that adds support for setting the IAA message display interval.

  • Add UrbanAirship.setInAppAutomationDisplayInterval() method
  • Updated Airship Android SDK to 16.7.5
  • Updated Airship iOS SDK to 16.9.4

14.4.3

09 Sep 18:08
5e8982d
Compare
Choose a tag to compare

Patch release that fixes an IAA banner issue and potential crashes on Android due to Message Center database migrations.

Changes

  • Fixed channel ID in channel registration event.
  • Updated Airship Android SDK to 16.7.2
  • Updated Airship iOS SDK to 16.9.3