@usercentrics/react-native-sdk 2.18.9 → 2.20.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  [Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
2
2
 
3
+ ### 2.20.0 - April 16, 2025
4
+ ## Feature
5
+ * TCF Updates - TCF library updated to version 1.5.15 to resolve LI signaling ambiguity for vendors with Purposes under consent and Special Purposes
6
+ * Implemented LI signalling to vendors only registered for Special Purposes with TCF Technical specifications
7
+ * Added support for new languages: Albanian (SQ), Chinese Traditional (ZH-HANT), Georgian (KA), Hindi (HI), Thai (TH), Vietnamese (VI)
8
+
9
+ ### 2.19.0 - March 24, 2025
10
+
11
+ ## Improvements
12
+ * Resolved an SDK cache issue that was causing the banner to display an inconsistent UI.
13
+ * Accessibility features for a better user experience.
14
+
3
15
  ### 2.18.9 - February 27, 2025
4
16
 
5
17
  ## Fixes
@@ -1,4 +1,4 @@
1
- def usercentrics_version = "2.18.9"
1
+ def usercentrics_version = "2.20.0"
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.9",
3
+ "version": "2.20.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.18.9",
10
+ "iosPackageVersion": "2.20.0",
11
11
  "license": "SEE LICENSE IN LICENSE",
12
12
  "files": [
13
13
  "android",