@usercentrics/react-native-sdk 2.18.4 → 2.18.6

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
@@ -11,6 +11,27 @@
11
11
  * Google Consent Mode edge case when setting `analytics_storage` flag
12
12
  * Clear User Session edge case when using caching certain requests
13
13
 
14
+ ### 2.18.6 - February 05, 2025
15
+
16
+ ## Fixes
17
+ * An error occurring when trying to migrate from version 7 to 8.
18
+ * Issue causing SDK initialization to fail when using a specific version with Google's ATPs disabled.
19
+
20
+ ## Improvements
21
+ * iOS - Enhanced accessibility by increasing the contrast of the focus indicator.
22
+ * Flutter - Exposing the stack trace when SDK initialization fails.
23
+
24
+ ### 2.18.5 - January 23, 2025
25
+
26
+ ## Fixes
27
+ * Issue causing a temporary unstable SDK state when calling the `clearUserSession()` API
28
+
29
+ ## Android Bug Fixes
30
+ * Memory leak that occurred when displaying the banner's First Layer
31
+
32
+ ## iOS Bug Fixes
33
+ * Accessibility by addressing instances where multiple links had identical link text
34
+
14
35
  ### 2.18.3 - December 11, 2024
15
36
 
16
37
  ## Features
@@ -1,4 +1,4 @@
1
- def usercentrics_version = "2.18.4"
1
+ def usercentrics_version = "2.18.6"
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.4",
3
+ "version": "2.18.6",
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.4",
10
+ "iosPackageVersion": "2.18.6",
11
11
  "license": "SEE LICENSE IN LICENSE",
12
12
  "files": [
13
13
  "android",