Skip to content

Commit c1b212d

Browse files
authored
Merge pull request #516 from urbanairship/release-15.3.0
Prepare release 15.3.0
2 parents 485fc57 + a640476 commit c1b212d

File tree

6 files changed

+41
-25
lines changed

6 files changed

+41
-25
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# React Native Module Changelog
22

3+
## Version 15.3.0 - June 14, 2023
4+
5+
Minor release that updates the iOS SDK to 16.12.1 and Android SDK to 16.11.1 and adds support for `autoPauseInAppAutomationOnLaunch` config option.
6+
7+
8+
### Changes
9+
- Updated iOS SDK to 16.12.1
10+
- Updated Android SDK to 16.11.1
11+
- Added support for **autoPauseInAppAutomationOnLaunch** config option.
12+
- Fixed `MessageCenterUpdatedEvent#messageUnreadCount` property name on iOS
13+
314
## Version 15.2.6 - May 17, 2023
415

516
Patch release that fixes an issue with delivering push received events on Android when the app has not been loaded. This

android/gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Airship_targetSdkVersion=31
44
Airship_compileSdkVersion=31
55
Airship_ndkversion=21.4.7075529
66

7-
Airship_airshipProxyVersion=2.0.8
7+
Airship_airshipProxyVersion=2.1.1
88

99
# workaround for now, used for HMS
10-
Airship_airshipVersion=16.9.2
10+
Airship_airshipVersion=16.11.1
1111

example/ios/Podfile.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
PODS:
2-
- Airship (16.11.3):
3-
- Airship/Automation (= 16.11.3)
4-
- Airship/Basement (= 16.11.3)
5-
- Airship/Core (= 16.11.3)
6-
- Airship/ExtendedActions (= 16.11.3)
7-
- Airship/MessageCenter (= 16.11.3)
8-
- Airship/Automation (16.11.3):
2+
- Airship (16.12.1):
3+
- Airship/Automation (= 16.12.1)
4+
- Airship/Basement (= 16.12.1)
5+
- Airship/Core (= 16.12.1)
6+
- Airship/ExtendedActions (= 16.12.1)
7+
- Airship/MessageCenter (= 16.12.1)
8+
- Airship/Automation (16.12.1):
99
- Airship/Core
10-
- Airship/Basement (16.11.3)
11-
- Airship/Core (16.11.3):
10+
- Airship/Basement (16.12.1)
11+
- Airship/Core (16.12.1):
1212
- Airship/Basement
13-
- Airship/ExtendedActions (16.11.3):
13+
- Airship/ExtendedActions (16.12.1):
1414
- Airship/Core
15-
- Airship/MessageCenter (16.11.3):
15+
- Airship/MessageCenter (16.12.1):
1616
- Airship/Core
17-
- Airship/PreferenceCenter (16.11.3):
17+
- Airship/PreferenceCenter (16.12.1):
1818
- Airship/Core
19-
- AirshipFrameworkProxy (2.0.8):
20-
- Airship (= 16.11.3)
21-
- Airship/MessageCenter (= 16.11.3)
22-
- Airship/PreferenceCenter (= 16.11.3)
19+
- AirshipFrameworkProxy (2.1.1):
20+
- Airship (= 16.12.1)
21+
- Airship/MessageCenter (= 16.12.1)
22+
- Airship/PreferenceCenter (= 16.12.1)
2323
- boost (1.76.0)
2424
- CocoaAsyncSocket (7.6.5)
2525
- DoubleConversion (1.1.6)
@@ -318,8 +318,8 @@ PODS:
318318
- React-jsinspector (0.71.1)
319319
- React-logger (0.71.1):
320320
- glog
321-
- react-native-airship (15.2.6):
322-
- AirshipFrameworkProxy (= 2.0.8)
321+
- react-native-airship (15.3.0):
322+
- AirshipFrameworkProxy (= 2.1.1)
323323
- React-Core
324324
- react-native-safe-area-context (4.5.0):
325325
- RCT-Folly
@@ -582,8 +582,8 @@ EXTERNAL SOURCES:
582582
:path: "../node_modules/react-native/ReactCommon/yoga"
583583

584584
SPEC CHECKSUMS:
585-
Airship: c70eed50e429f97f5adb285423c7291fb7a032ae
586-
AirshipFrameworkProxy: 7bc4130c668c6c98e2d4c60fe4c9eb61a999be99
585+
Airship: 2f4510b497a8200780752a5e0304a9072bfffb6d
586+
AirshipFrameworkProxy: ea1b6c665c798637b93c465b5e505be3011f1d9d
587587
boost: 57d2868c099736d80fcd648bf211b4431e51a558
588588
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
589589
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
@@ -617,7 +617,7 @@ SPEC CHECKSUMS:
617617
React-jsiexecutor: 60cf272aababc5212410e4249d17cea14fc36caa
618618
React-jsinspector: ff56004b0c974b688a6548c156d5830ad751ae07
619619
React-logger: 60a0b5f8bed667ecf9e24fecca1f30d125de6d75
620-
react-native-airship: 5d19f4ba303481cf4101ff9dee9249ef6a8a6b64
620+
react-native-airship: 0af4e9a799bd127ac05fbb424fbe09b3de6c7004
621621
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
622622
React-perflogger: ec8eef2a8f03ecfa6361c2c5fb9197ef4a29cc85
623623
React-RCTActionSheet: a0c023b86cf4c862fa9c4eb0f6f91fbe878fb2de

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/react-native-airship",
3-
"version": "15.2.6",
3+
"version": "15.3.0",
44
"description": "Airship plugin for React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Pod::Spec.new do |s|
3636

3737

3838

39-
s.dependency "AirshipFrameworkProxy", "2.0.8"
39+
s.dependency "AirshipFrameworkProxy", "2.1.1"
4040

4141
end

src/types.ts

+5
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,11 @@ export interface AirshipConfig {
483483
*/
484484
suppressAllowListError?: boolean;
485485

486+
/**
487+
* Pauses In-App Automation on launch.
488+
*/
489+
autoPauseInAppAutomationOnLaunch?: boolean;
490+
486491
/**
487492
* iOS config.
488493
*/

0 commit comments

Comments
 (0)