Releases: urbanairship/react-native-airship
18.0.3
Patch release that updates to latest iOS SDK.
Changes
- Updated iOS SDK to 18.2.2
18.0.2
Patch release that updates to latest Airship SDKs.
Changes
- Updated iOS SDK to 18.2.0
- Updated Android SDK to 17.8.1
18.0.1
Patch release that updates the iOS SDK to 18.1.2.
Changes
- Update iOS SDK to 18.1.2
18.0.0
Major release that updates the iOS SDK to 18.1.0 and updates CustomEvents to be an interface instead of a class.
Changes
- Replaced CustomEvent with an interface
- Update iOS SDK to 18.1.0
- Updated Android SDK to 17.8.0
17.3.0
Minor release that fixes running Airship actions, exposes more custom event fields, and updates the iOS SDK to 17.9.1 and the Android SDK to 17.7.4.
Changes
- Fixed running Airship actions with a single primitive typed action value
- Exposed
interactionId
andinteractionType
fields inCustomEvent
- Updated iOS SDK to 17.9.1
- Updated Android SDK to 17.7.4
17.2.1
Patch release that updates the HMS Push Provider version to 17.7.3, the iOS SDK to 17.9.0 and the Android SDK to 17.7.3.
Changes
- Updated HMS Push Provider version to 17.7.3
- Updated iOS SDK to 17.9.0
- Updated Android SDK to 17.7.3
17.2.0
Minor release that updates the iOS SDK to 17.7.3 and Android SDK to 17.7.2, modernizes the podspec and updates NPM dependencies flagged during security audit.
Changes
- Updated iOS SDK to 17.7.3
- Updated Android SDK to 17.7.2
- Adds
install_modules_dependencies
to podspec to support for the latest react-native 0.73.3 - Updates NPM dependencies to address security audit
17.1.1
Patch release that fixes missing annotations on feature flag methods, makes the airshipHmsEnabled
flag available and updates examples.
Changes
- Adds missing annotations to
featureFlagManagerFlag
andfeatureFlagManagerTrackInteraction
- Adds a check for
airshipHmsEnabled
flag in the gradle build file to make the flag available in ExtraProperties of the Android root project - Updates the android and ios examples
17.1.0
Minor release that updates the iOS SDK to 17.7.0 and Android SDK to 17.6.0 and adds support for notifying the contact of a remote login.
Changes
- Updated iOS SDK to 17.7.0
- Updated Android SDK to 17.6.0
- Added
Airship.contact.notifyRemoteLogin()
method to notify contact of remote login