@usercentrics/react-native-sdk 2.7.12 → 2.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
|
+
### 2.7.13
|
|
3
|
+
|
|
4
|
+
## Features
|
|
5
|
+
|
|
6
|
+
* Enabling PUR customisation properties
|
|
7
|
+
|
|
8
|
+
## Improvements
|
|
9
|
+
|
|
10
|
+
* Improvements to stability and exception handling to solve edge cases.
|
|
11
|
+
|
|
12
|
+
## Resolved Issues
|
|
13
|
+
|
|
14
|
+
* Solve issue with third party SDKs being included in POM file.
|
|
15
|
+
* UI improvements to CCPA Banner solution
|
|
16
|
+
|
|
2
17
|
### 2.7.12
|
|
3
18
|
|
|
4
19
|
## Improvements
|
package/android/build.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usercentrics/react-native-sdk",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.13",
|
|
4
4
|
"description": "Usercentrics SDK",
|
|
5
5
|
"homepage": "https://usercentrics.com",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
8
8
|
"author": "Usercentrics <developer@usercentrics.com>",
|
|
9
9
|
"iosPackageName": "react-native-usercentrics",
|
|
10
|
-
"iosPackageVersion": "2.7.
|
|
10
|
+
"iosPackageVersion": "2.7.13",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|
|
@@ -77,8 +77,5 @@
|
|
|
77
77
|
},
|
|
78
78
|
"bugs": {
|
|
79
79
|
"url": "https://github.com/Usercentrics/react-native-sdk/issues"
|
|
80
|
-
},
|
|
81
|
-
"dependencies": {
|
|
82
|
-
"@usercentrics/react-native-sdk": "^2.7.8"
|
|
83
80
|
}
|
|
84
81
|
}
|