@usercentrics/react-native-sdk 2.17.2 → 2.18.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 +16 -0
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
2
|
|
|
3
|
+
### 2.18.0 - November 14, 2024
|
|
4
|
+
|
|
5
|
+
## Fixes
|
|
6
|
+
* [Fix] Crash when attempting to restore user session with controller id that only has TCF component
|
|
7
|
+
|
|
8
|
+
## Android Bug Fix:
|
|
9
|
+
* [Fix] Fixed issues related to dismissing banners in inactive activities.
|
|
10
|
+
|
|
11
|
+
### 2.17.3 - October 17, 2024
|
|
12
|
+
|
|
13
|
+
## Features
|
|
14
|
+
* Added support for right-to-left (RTL) languages in our SDK for enhanced localization and global accessibility.
|
|
15
|
+
|
|
16
|
+
## Fixes
|
|
17
|
+
* General fixes and performance improvements
|
|
18
|
+
|
|
3
19
|
### 2.17.2 - October 1, 2024
|
|
4
20
|
|
|
5
21
|
## Improvements
|
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.18.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.18.0",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|