@usercentrics/react-native-sdk 2.18.6 → 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 CHANGED
@@ -1,15 +1,10 @@
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
3
+ ### 2.18.9 - February 27, 2025
8
4
 
9
5
  ## Fixes
10
-
11
- * Google Consent Mode edge case when setting `analytics_storage` flag
12
- * Clear User Session edge case when using caching certain requests
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.
13
8
 
14
9
  ### 2.18.6 - February 05, 2025
15
10
 
@@ -32,6 +27,17 @@
32
27
  ## iOS Bug Fixes
33
28
  * Accessibility by addressing instances where multiple links had identical link text
34
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
+
35
41
  ### 2.18.3 - December 11, 2024
36
42
 
37
43
  ## Features
@@ -1,4 +1,4 @@
1
- def usercentrics_version = "2.18.6"
1
+ def usercentrics_version = "2.18.9"
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.18.6",
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.6",
10
+ "iosPackageVersion": "2.18.9",
11
11
  "license": "SEE LICENSE IN LICENSE",
12
12
  "files": [
13
13
  "android",