Releases: urbanairship/react-native-airship
Releases · urbanairship/react-native-airship
21.1.0
Patch release that updates the Android SDK to 19.1.0 and fixes the messageUnreadCount
on the MessageCenterUpdated
event.
Changes
- Updated Android SDK to 19.1.0
- Fixed MessageCenterUpdatedEvent.messageUnreadCount on iOS.
21.0.2
Patch release that updates the iOS SDK to 19.0.3 and fixes a Swift 5 warning.
Changes
21.0.1
Patch release that updates the iOS SDK to 19.0.2
Changes
21.0.0
Major release that updates the native SDKs to 19.0.0.
Changes
- Updated Android SDK to 19.0.0.
- Updated iOS SDK to 19.0.0.
- Xcode 16.2+ is required.
- Updated min version to iOS 15+ & Android 23+.
- Added manifest entry to disable the headless JS service when a background push is received before the module is loaded. This is not recommended to use unless its conflicting with a hybrid application. To disable the task, set the metadata entry to false for key
"com.urbanairship.reactnative.ALLOW_HEADLESS_JS_TASK_BEFORE_MODULE"
.
20.2.0
Minor release that updates to the latest Airship SDKs and adds new Feature Flag APIs.
Changes
- Updated Android SDK to 18.6.0.
- Updated iOS SDK to 18.14.1.
- Adds
Airship.featureFlagManager.resultCache
to cache a result that can be used when Airship.featureFlagManager.flag
fails to resolve a result.
20.1.0
Minor release that updates the Android Airship SDK to 18.5.0 and iOS Airship SDK to 18.13.0
Changes
20.0.4
Patch release that updates the iOS Airship SDK to 18.12.2 and Android Airship SDK to 18.4.2
Changes
20.0.3
Patch release that updates the Android build to no longer require the react-native path and updates the Airship Android SDK to 18.4.1.
Changes
- Updated Airship Android SDK to 18.4.1
- Updated Android build.gradle file to no longer look up the React Native version
20.0.2
Patch release that resolves an issue with Firebase integrations and fixes an issue with opt-in checks when requestAuthorizationToUseNotifications is set to false on iOS.
Changes
- Updated Airship iOS SDK to 18.12.1
- Fixed issues caused by swizzling conflicts with some Firebase framework integrations.
- Fixed opt-in check permissions querying when requestAuthorizationToUseNotifications is set to false on iOS.
20.0.1
Patch release that fixes a crash when using both Airship and @react-native-firebase/messaging
.
Changes
- Updated Airship iOS SDK to 18.12.1
- Updated Airship Android SDK to 18.4.0