@usercentrics/react-native-sdk 2.8.0 → 2.8.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 +22 -8
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
2
|
|
|
3
|
+
### 2.8.1 - June 9, 2023
|
|
4
|
+
|
|
5
|
+
## Improvements
|
|
6
|
+
|
|
7
|
+
* `onConsentUpdated` event is not triggered after initialization
|
|
8
|
+
* Banner reshow logic
|
|
9
|
+
|
|
10
|
+
## Resolved Issues
|
|
11
|
+
|
|
12
|
+
* Boolean values sent via consent mediation to Adjust
|
|
13
|
+
* Apple TV labels being cut off
|
|
14
|
+
* Android TV issue when showing TCF on 2nd layer
|
|
15
|
+
* Solved general issues
|
|
16
|
+
|
|
3
17
|
### 2.8.0 - May 8, 2023
|
|
4
18
|
|
|
5
19
|
## Features
|
|
@@ -63,9 +77,9 @@
|
|
|
63
77
|
|
|
64
78
|
## Improvements
|
|
65
79
|
|
|
66
|
-
* Several improvements on Consent Mediation
|
|
67
|
-
|
|
68
|
-
|
|
80
|
+
* Several improvements on Consent Mediation
|
|
81
|
+
* Add support for Adjust and Crashlytics.
|
|
82
|
+
* Add support for Custom DPSs.
|
|
69
83
|
|
|
70
84
|
## Resolved Issues
|
|
71
85
|
|
|
@@ -281,11 +295,11 @@
|
|
|
281
295
|
## Features
|
|
282
296
|
|
|
283
297
|
- **[Banner API v2]** A complete revamp of our banner API will enable you to have high customisation and versatility to build a end-user friendly consent banner. We can't wait for you to give it a try. For more details, see: Presenting the Banner.
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
298
|
+
- Add a Header Image to your banner.
|
|
299
|
+
- Have full control over the layour of your action buttons with Column, Row or Grid configurations.
|
|
300
|
+
- Launch the second layer directly.
|
|
301
|
+
- Landscape Mode support.
|
|
302
|
+
- You can now add a "More Information" link to your banner message to forward users to the 2nd Layer. Appearance > Settings > More Information Link in Banner Message. Then you will be able to add this link in the banner message text editor.
|
|
289
303
|
- **[Usability]** Collect consent only at a category level. Option available in your Admin Interface: Configure > Legal Specifications > Settings > Category Consent.
|
|
290
304
|
- **[CNIL]** "Continue wthout Accepting" feature is now supported. (French regulation)
|
|
291
305
|
- **[Fonts]** Admin Interface fonts are now deprecated for App. To enable custom fonts, please inject the font via banner API.
|
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.8.
|
|
3
|
+
"version": "2.8.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.8.
|
|
10
|
+
"iosPackageVersion": "2.8.1",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|