@usercentrics/react-native-sdk 2.7.12 → 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 CHANGED
@@ -1,4 +1,33 @@
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
+
16
+ ### 2.7.13
17
+
18
+ ## Features
19
+
20
+ * Enabling PUR customisation properties
21
+
22
+ ## Improvements
23
+
24
+ * Improvements to stability and exception handling to solve edge cases.
25
+
26
+ ## Resolved Issues
27
+
28
+ * Solve issue with third party SDKs being included in POM file.
29
+ * UI improvements to CCPA Banner solution
30
+
2
31
  ### 2.7.12
3
32
 
4
33
  ## Improvements
@@ -1,4 +1,4 @@
1
- def usercentrics_version = "2.7.10"
1
+ def usercentrics_version = "2.7.15"
2
2
  version usercentrics_version
3
3
 
4
4
  buildscript {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@usercentrics/react-native-sdk",
3
- "version": "2.7.12",
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.12",
10
+ "iosPackageVersion": "2.7.15",
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
  }
@@ -1,5 +0,0 @@
1
- distributionBase=GRADLE_USER_HOME
2
- distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
4
- zipStoreBase=GRADLE_USER_HOME
5
- zipStorePath=wrapper/dists