@usercentrics/react-native-sdk 2.18.6 → 2.19.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 +18 -6
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
2
|
|
|
3
|
-
### 2.
|
|
3
|
+
### 2.19.0 - March 24, 2025
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Improvements
|
|
6
|
+
* Resolved an SDK cache issue that was causing the banner to display an inconsistent UI.
|
|
7
|
+
* Accessibility features for a better user experience.
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
### 2.18.9 - February 27, 2025
|
|
8
10
|
|
|
9
11
|
## Fixes
|
|
10
|
-
|
|
11
|
-
*
|
|
12
|
-
* Clear User Session edge case when using caching certain requests
|
|
12
|
+
* Apple TV issue where focus would be lost when a cell contained a long description label.
|
|
13
|
+
* Restore User Session issue where resurfacing did not occur when switching sessions between users.
|
|
13
14
|
|
|
14
15
|
### 2.18.6 - February 05, 2025
|
|
15
16
|
|
|
@@ -32,6 +33,17 @@
|
|
|
32
33
|
## iOS Bug Fixes
|
|
33
34
|
* Accessibility by addressing instances where multiple links had identical link text
|
|
34
35
|
|
|
36
|
+
### 2.18.4 - January 07, 2025
|
|
37
|
+
|
|
38
|
+
## Android Bug Fixes
|
|
39
|
+
|
|
40
|
+
* Inconsistencies when showing the banner using the `windowFullscreen` parameter
|
|
41
|
+
|
|
42
|
+
## Fixes
|
|
43
|
+
|
|
44
|
+
* Google Consent Mode edge case when setting `analytics_storage` flag
|
|
45
|
+
* Clear User Session edge case when using caching certain requests
|
|
46
|
+
|
|
35
47
|
### 2.18.3 - December 11, 2024
|
|
36
48
|
|
|
37
49
|
## 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.
|
|
3
|
+
"version": "2.19.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.19.0",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|