@usercentrics/react-native-sdk 2.16.0 → 2.17.1
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,23 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
2
|
|
|
3
|
+
### 2.17.1 - September 25, 2024
|
|
4
|
+
|
|
5
|
+
## Improvements
|
|
6
|
+
* Update to improve compatibility and ensure smoother performance with Google Consent Mode
|
|
7
|
+
|
|
8
|
+
### 2.17.0 - September 18, 2024
|
|
9
|
+
|
|
10
|
+
## Improvements
|
|
11
|
+
* TCF V5 - Updated to new TCF Policy version
|
|
12
|
+
* Updated TCF banner second's layer to reflect the latest addition of Special Purpose 3
|
|
13
|
+
* Updated TCF banner second's layer to include information related to the CMP’s maximum device storage duration
|
|
14
|
+
* Adjust Consent Mediation
|
|
15
|
+
* Adding support for new Adjust version 5
|
|
16
|
+
* Adjust version 4 will be supported until October 31, 2024
|
|
17
|
+
## iOS Bug Fixes
|
|
18
|
+
* ironSource Consent Mediation for CCPA not being applied
|
|
19
|
+
* HTML text not being rendered correctly
|
|
20
|
+
|
|
3
21
|
### 2.16.0 - September 4, 2024
|
|
4
22
|
|
|
5
23
|
## Features
|
package/android/build.gradle
CHANGED
package/android/src/androidTest/java/com/usercentrics/reactnativemodule/mock/GetCMPDataMock.kt
CHANGED
|
@@ -271,7 +271,8 @@ internal object GetCMPDataMock {
|
|
|
271
271
|
scope = TCF2Scope.SERVICE,
|
|
272
272
|
changedPurposes = TCF2ChangedPurposes(purposes = listOf(1, 2, 3), legIntPurposes = listOf(1, 2, 3)),
|
|
273
273
|
acmV2Enabled = true,
|
|
274
|
-
selectedATPIds = listOf(43, 46, 55)
|
|
274
|
+
selectedATPIds = listOf(43, 46, 55),
|
|
275
|
+
atpListTitle = "Google Providers",
|
|
275
276
|
)
|
|
276
277
|
private val fakeCCPASettings = CCPASettings(
|
|
277
278
|
secondLayerHideLanguageSwitch = false,
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usercentrics/react-native-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.1",
|
|
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.17.1",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|