@usercentrics/react-native-sdk 2.7.13 → 2.7.15
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 +14 -0
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
|
+
### 2.7.15
|
|
3
|
+
|
|
4
|
+
## Resolved Issues
|
|
5
|
+
|
|
6
|
+
* Solve general issues.
|
|
7
|
+
|
|
8
|
+
* Solve issue when switches were showing the wrong value on iOS when pressing too many times repeatedly.
|
|
9
|
+
|
|
10
|
+
* Solve issue when toggles were showing on second layer even though they were disabled.
|
|
11
|
+
|
|
12
|
+
* Solve issue where the first time the app was initialized using the method getTCString, the TCString comes out empty.
|
|
13
|
+
|
|
14
|
+
* Fixed issue where DPSs accepted by default did not appear as accepted when opening second layer.
|
|
15
|
+
|
|
2
16
|
### 2.7.13
|
|
3
17
|
|
|
4
18
|
## Features
|
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.15",
|
|
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.15",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|