File tree 8 files changed +19
-7
lines changed
urbanairship-accengage-react-native
urbanairship-chat-react-native
urbanairship-hms-react-native
urbanairship-preference-center-react-native
urbanairship-react-native
8 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
# React Native Module Changelog
2
2
3
+ ## Version 13.2.0 - February 9, 2022
4
+ Minor release that updates the Airship SDKs, adds some new methods and fixes some issues.
5
+
6
+ ### Changes
7
+ - Updated iOS SDK to 16.2.0
8
+ - Updated Android SDK to 16.2.0
9
+ - Added a method ` getSubscriptionLists ` to get the subscription lists
10
+ - Added a method ` setNotificationOptions ` to set the notification options for iOS
11
+ - Added a method ` getNotificationStatus ` to get more context on the current state of notifications
12
+ - Fixed iOS message center display when ` autoLaunchMessageCenter ` is set to false
13
+ - Fixed the preference center config to return the items under the key ` items `
14
+
3
15
## Version 13.1.1 - January 6, 2022
4
16
Minor release that updates to latest Airship SDKs and fixes several issues.
5
17
Original file line number Diff line number Diff line change 2
2
3
3
#import " AirshipAccengageReactModuleVersion.h"
4
4
5
- NSString *const moduleVersionString = @" 13.1.1 " ;
5
+ NSString *const moduleVersionString = @" 13.2.0 " ;
6
6
7
7
@implementation AirshipAccengageReactModuleVersion
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " urbanairship-accengage-react-native" ,
3
- "version" : " 13.1.1 " ,
3
+ "version" : " 13.2.0 " ,
4
4
"description" : " Airship accengage module for React Native apps." ,
5
5
"author" : " Airship" ,
6
6
"homepage" : " https://github.com/urbanairship/react-native-module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " urbanairship-chat-react-native" ,
3
- "version" : " 13.1.1 " ,
3
+ "version" : " 13.2.0 " ,
4
4
"description" : " Airship chat module for React Native apps." ,
5
5
"author" : " Airship" ,
6
6
"homepage" : " https://github.com/urbanairship/react-native-module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " urbanairship-hms-react-native" ,
3
- "version" : " 13.1.1 " ,
3
+ "version" : " 13.2.0 " ,
4
4
"description" : " Airship HMS module for React Native apps." ,
5
5
"author" : " Airship" ,
6
6
"homepage" : " https://github.com/urbanairship/react-native-module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " urbanairship-preference-center-react-native" ,
3
- "version" : " 13.1.1 " ,
3
+ "version" : " 13.2.0 " ,
4
4
"description" : " Airship preference center module for React Native apps." ,
5
5
"author" : " Airship" ,
6
6
"homepage" : " https://github.com/urbanairship/react-native-module" ,
Original file line number Diff line number Diff line change 4
4
5
5
@implementation UARCTModuleVersion
6
6
7
- NSString *const airshipModuleVersionString = @" 13.1.1 " ;
7
+ NSString *const airshipModuleVersionString = @" 13.2.0 " ;
8
8
9
9
+ (nonnull NSString *)get {
10
10
return airshipModuleVersionString;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " urbanairship-react-native" ,
3
- "version" : " 13.1.1 " ,
3
+ "version" : " 13.2.0 " ,
4
4
"description" : " Airship plugin for React Native apps." ,
5
5
"author" : " Airship" ,
6
6
"homepage" : " https://github.com/urbanairship/react-native-module" ,
You can’t perform that action at this time.
0 commit comments