@usercentrics/react-native-sdk 2.18.5 → 2.18.9
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 +21 -5
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
2
|
|
|
3
|
-
### 2.18.
|
|
3
|
+
### 2.18.9 - February 27, 2025
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Fixes
|
|
6
|
+
* Apple TV issue where focus would be lost when a cell contained a long description label.
|
|
7
|
+
* Restore User Session issue where resurfacing did not occur when switching sessions between users.
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
### 2.18.6 - February 05, 2025
|
|
8
10
|
|
|
9
11
|
## Fixes
|
|
12
|
+
* An error occurring when trying to migrate from version 7 to 8.
|
|
13
|
+
* Issue causing SDK initialization to fail when using a specific version with Google's ATPs disabled.
|
|
10
14
|
|
|
11
|
-
|
|
12
|
-
*
|
|
15
|
+
## Improvements
|
|
16
|
+
* iOS - Enhanced accessibility by increasing the contrast of the focus indicator.
|
|
17
|
+
* Flutter - Exposing the stack trace when SDK initialization fails.
|
|
13
18
|
|
|
14
19
|
### 2.18.5 - January 23, 2025
|
|
15
20
|
|
|
@@ -22,6 +27,17 @@
|
|
|
22
27
|
## iOS Bug Fixes
|
|
23
28
|
* Accessibility by addressing instances where multiple links had identical link text
|
|
24
29
|
|
|
30
|
+
### 2.18.4 - January 07, 2025
|
|
31
|
+
|
|
32
|
+
## Android Bug Fixes
|
|
33
|
+
|
|
34
|
+
* Inconsistencies when showing the banner using the `windowFullscreen` parameter
|
|
35
|
+
|
|
36
|
+
## Fixes
|
|
37
|
+
|
|
38
|
+
* Google Consent Mode edge case when setting `analytics_storage` flag
|
|
39
|
+
* Clear User Session edge case when using caching certain requests
|
|
40
|
+
|
|
25
41
|
### 2.18.3 - December 11, 2024
|
|
26
42
|
|
|
27
43
|
## 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.18.
|
|
3
|
+
"version": "2.18.9",
|
|
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.18.
|
|
10
|
+
"iosPackageVersion": "2.18.9",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|