@usercentrics/react-native-sdk 2.11.3 → 2.12.0
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 +27 -0
- package/android/build.gradle +1 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
2
|
|
|
3
|
+
### 2.12.0 - February 15, 2024
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
* Consent choice persistence** - Prevents repeated banner displays across geographies for users moving across different legal frameworks (i.e. in case of frequent
|
|
8
|
+
travellers)
|
|
9
|
+
|
|
10
|
+
## Improvements
|
|
11
|
+
|
|
12
|
+
* Displaying the count of third-party vendors by category title
|
|
13
|
+
|
|
14
|
+
## Android Bug Fixes
|
|
15
|
+
|
|
16
|
+
* Removes JVM Target ('1.8') compatibility annotation
|
|
17
|
+
* Improved UX on language selector popup
|
|
18
|
+
|
|
19
|
+
## iOS Bug Fixes
|
|
20
|
+
|
|
21
|
+
* Enhancing the UI of First-layer Popups and Sheets for Optimal Display on iPads
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## Other Fixes
|
|
25
|
+
|
|
26
|
+
* Aligned purposes descriptions/illustrations and vendor data with GVL translation
|
|
27
|
+
* Edge case when certain services, hidden by their respective categories, were visible"
|
|
28
|
+
* Minor issues on session restoration when using TCF
|
|
29
|
+
|
|
3
30
|
### 2.11.3 - January 25, 2024
|
|
4
31
|
|
|
5
32
|
## Improvements
|
package/android/build.gradle
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
def usercentrics_version = "2.
|
|
1
|
+
def usercentrics_version = "2.12.0"
|
|
2
2
|
version usercentrics_version
|
|
3
3
|
|
|
4
4
|
buildscript {
|
|
@@ -34,10 +34,6 @@ android {
|
|
|
34
34
|
targetCompatibility JavaVersion.VERSION_1_8
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
kotlinOptions {
|
|
38
|
-
jvmTarget = '1.8'
|
|
39
|
-
}
|
|
40
|
-
|
|
41
37
|
sourceSets {
|
|
42
38
|
main.java.srcDirs += 'src/main/kotlin'
|
|
43
39
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usercentrics/react-native-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
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.
|
|
10
|
+
"iosPackageVersion": "2.12.0",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|