@usercentrics/react-native-sdk 2.18.2 → 2.18.4
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 +23 -0
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
2
|
|
|
3
|
+
### 2.18.4 - January 07, 2025
|
|
4
|
+
|
|
5
|
+
## Android Bug Fixes
|
|
6
|
+
|
|
7
|
+
* Inconsistencies when showing the banner using the `windowFullscreen` parameter
|
|
8
|
+
|
|
9
|
+
## Fixes
|
|
10
|
+
|
|
11
|
+
* Google Consent Mode edge case when setting `analytics_storage` flag
|
|
12
|
+
* Clear User Session edge case when using caching certain requests
|
|
13
|
+
|
|
14
|
+
### 2.18.3 - December 11, 2024
|
|
15
|
+
|
|
16
|
+
## Features
|
|
17
|
+
* Removed support for Adjust version 4.
|
|
18
|
+
|
|
19
|
+
## Improvements
|
|
20
|
+
* Flutter: Exposed `legalBasis` field in `UsercentricsCMPData` class.
|
|
21
|
+
|
|
22
|
+
## Android Bug Fixes:
|
|
23
|
+
* Full-screen mode was not properly applied on certain devices, causing the banner to be displayed within the safe area.
|
|
24
|
+
* Banner content was hidden by the selfie camera when full-screen mode was activated.
|
|
25
|
+
|
|
3
26
|
### 2.18.2 - November 27, 2024
|
|
4
27
|
|
|
5
28
|
## 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.4",
|
|
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.4",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|