Releases: urbanairship/react-native-airship
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
14.5.0
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
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
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