Skip to content

Commit

Permalink
Release 14.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Nov 4, 2022
1 parent d0f9219 commit 4a6968c
Show file tree
Hide file tree
Showing 27 changed files with 74 additions and 8,881 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# React Native Module Changelog

## Version 14.5.0 - November 3, 2022

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

## Version 14.4.4 - October 6, 2022
Patch release that adds support for setting the IAA message display interval.

###
### Changes
- Add `UrbanAirship.setInAppAutomationDisplayInterval()` method
- Updated Airship Android SDK to 16.7.5
- Updated Airship iOS SDK to 16.9.4
Expand Down
2 changes: 0 additions & 2 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ import {
UrbanAirship,
} from 'urbanairship-react-native'

import { AirshipChat } from 'urbanairship-chat-react-native'


UrbanAirship.addListener(EventType.PushReceived, async (event) => {
console.log("Push Received: " + JSON.stringify(event));
})

AirshipChat.setUseCustomChatUI(false);

AppRegistry.registerComponent(appName, () => App);

2 changes: 0 additions & 2 deletions example/ios/AirshipSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@
"${PODS_ROOT}/Target Support Files/Pods-AirshipSample/Pods-AirshipSample-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/Airship/AirshipAccengageResources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/Airship/AirshipAutomationResources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/Airship/AirshipChatResources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/Airship/AirshipCoreResources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/Airship/AirshipExtendedActionsResources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/Airship/AirshipMessageCenterResources.bundle",
Expand All @@ -310,7 +309,6 @@
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AirshipAccengageResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AirshipAutomationResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AirshipChatResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AirshipCoreResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AirshipExtendedActionsResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AirshipMessageCenterResources.bundle",
Expand Down
58 changes: 24 additions & 34 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
PODS:
- Airship (16.9.4):
- Airship/Automation (= 16.9.4)
- Airship/Basement (= 16.9.4)
- Airship/Core (= 16.9.4)
- Airship/ExtendedActions (= 16.9.4)
- Airship/MessageCenter (= 16.9.4)
- Airship/Accengage (16.9.4):
- Airship (16.10.1):
- Airship/Automation (= 16.10.1)
- Airship/Basement (= 16.10.1)
- Airship/Core (= 16.10.1)
- Airship/ExtendedActions (= 16.10.1)
- Airship/MessageCenter (= 16.10.1)
- Airship/Accengage (16.10.1):
- Airship/Core
- Airship/Automation (16.9.4):
- Airship/Automation (16.10.1):
- Airship/Core
- Airship/Basement (16.9.4)
- Airship/Chat (16.9.4):
- Airship/Core
- Airship/Core (16.9.4):
- Airship/Basement (16.10.1)
- Airship/Core (16.10.1):
- Airship/Basement
- Airship/ExtendedActions (16.9.4):
- Airship/ExtendedActions (16.10.1):
- Airship/Core
- Airship/MessageCenter (16.9.4):
- Airship/MessageCenter (16.10.1):
- Airship/Core
- Airship/PreferenceCenter (16.9.4):
- Airship/PreferenceCenter (16.10.1):
- Airship/Core
- AirshipServiceExtension (16.6.0)
- boost-for-react-native (1.63.0)
Expand Down Expand Up @@ -299,19 +297,15 @@ PODS:
- React-Core
- RNScreens (2.18.1):
- React-Core
- urbanairship-accengage-react-native (14.4.4):
- Airship/Accengage (= 16.9.4)
- React-Core
- urbanairship-chat-react-native (14.4.4):
- Airship/Chat (= 16.9.4)
- urbanairship-accengage-react-native (14.5.0):
- Airship/Accengage (= 16.10.1)
- React-Core
- urbanairship-react-native
- urbanairship-preference-center-react-native (14.4.4):
- Airship/PreferenceCenter (= 16.9.4)
- urbanairship-preference-center-react-native (14.5.0):
- Airship/PreferenceCenter (= 16.10.1)
- React-Core
- urbanairship-react-native
- urbanairship-react-native (14.4.4):
- Airship (= 16.9.4)
- urbanairship-react-native (14.5.0):
- Airship (= 16.10.1)
- React-Core
- Yoga (1.14.0)

Expand Down Expand Up @@ -352,7 +346,6 @@ DEPENDENCIES:
- RNReanimated (from `../../node_modules/react-native-reanimated`)
- RNScreens (from `../../node_modules/react-native-screens`)
- urbanairship-accengage-react-native (from `../../urbanairship-accengage-react-native`)
- urbanairship-chat-react-native (from `../../urbanairship-chat-react-native`)
- urbanairship-preference-center-react-native (from `../../urbanairship-preference-center-react-native`)
- urbanairship-react-native (from `../../urbanairship-react-native`)
- Yoga (from `../../node_modules/react-native/ReactCommon/yoga`)
Expand Down Expand Up @@ -430,8 +423,6 @@ EXTERNAL SOURCES:
:path: "../../node_modules/react-native-screens"
urbanairship-accengage-react-native:
:path: "../../urbanairship-accengage-react-native"
urbanairship-chat-react-native:
:path: "../../urbanairship-chat-react-native"
urbanairship-preference-center-react-native:
:path: "../../urbanairship-preference-center-react-native"
urbanairship-react-native:
Expand All @@ -440,12 +431,12 @@ EXTERNAL SOURCES:
:path: "../../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Airship: e3238648bc020081a009ea2cc7a594816a58f432
Airship: d57c70d05bb719003224c83306413b3968da4adf
AirshipServiceExtension: 36efe25642746cc030844116d59fb366b26da76f
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
FBReactNativeSpec: ee6f9a72ef7a5f7dd05c2d2bdc791799c7eb2cf7
FBReactNativeSpec: 58cfc0f9b7f9454a6308e786859e74cdec2d7965
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
Expand Down Expand Up @@ -475,10 +466,9 @@ SPEC CHECKSUMS:
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: c1b56d030d1616239861534d9adb531f8cffab68
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
urbanairship-accengage-react-native: 561f44ad42279cf273ae0f1f13f7bd1993679b58
urbanairship-chat-react-native: 8d11537fa7bb757df95668522195c08c32ab77c4
urbanairship-preference-center-react-native: 855186cb410e0546aab46f67c8bb0bc8aca760df
urbanairship-react-native: 960954c0c8e3f436a6cae01610389b43c63ee0e7
urbanairship-accengage-react-native: 0b20687642b9eb62d7eb8a9b0ef1180b546b903c
urbanairship-preference-center-react-native: fba2dc7ae99a89a0b9bd9a093152311e9ad6a93d
urbanairship-react-native: ae89535d1e2ef050d1af4428fae32f9cd36436d2
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf

PODFILE CHECKSUM: 0ac33f74cca01098af99ab55a29cc63c7ef373f6
Expand Down
2 changes: 0 additions & 2 deletions example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const path = require('path');
const extraNodeModules = new Proxy(
{
'urbanairship-react-native': path.resolve(__dirname, '../urbanairship-react-native'),
'urbanairship-chat-react-native': path.resolve(__dirname, '../urbanairship-chat-react-native'),
'urbanairship-preference-center-react-native': path.resolve(__dirname, '../urbanairship-preference-center-react-native'),
},
{
Expand All @@ -18,7 +17,6 @@ const extraNodeModules = new Proxy(

const watchFolders = [
path.resolve(__dirname, '../urbanairship-react-native'),
path.resolve(__dirname, '../urbanairship-chat-react-native'),
path.resolve(__dirname, '../urbanairship-preference-center-react-native'),
path.resolve(__dirname, '../node_modules'),
];
Expand Down
Loading

0 comments on commit 4a6968c

Please sign in to comment.