Skip to content

Commit 308534b

Browse files
author
uc-franciscocunha
authored
release 2.10.0 (#98)
1 parent fe03807 commit 308534b

File tree

5 files changed

+26
-9
lines changed

5 files changed

+26
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
22

3+
### 2.10.0 - November 16, 2023
4+
5+
## Improvements
6+
7+
* Accessibility: Various issues have been addressed to enhance accessibility.
8+
* Resolved banner compatibility issues with iOS VoiceOver.
9+
* Resolved banner compatibility issues with Android TalkBack.
10+
* Adjusted font sizes to comply with Accessibility requirements on both iOS and Android.
11+
12+
* Added Ukrainian support language for TCF.
13+
14+
## Resolved Issues
15+
16+
* Fixed the issue of not disclosing the setting "showCloseButton" has been addressed, preventing errors on Android.
17+
* Fixed the crash on Android when passing an invalid controller id to restore the user session.
18+
* Fixed The issue of the remote variant configuration not being used in first layer on Unity.
19+
320
### 2.9.0 - October 6, 2023
421

522
## Features

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def usercentrics_version = "2.9.0"
1+
def usercentrics_version = "2.10.0"
22
version usercentrics_version
33

44
buildscript {

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ PODS:
208208
- React-jsinspector (0.65.3)
209209
- react-native-safe-area-context (3.4.1):
210210
- React-Core
211-
- react-native-usercentrics (2.9.0):
211+
- react-native-usercentrics (2.10.0):
212212
- React
213-
- UsercentricsUI (= 2.9.0)
213+
- UsercentricsUI (= 2.10.0)
214214
- react-native-webview (11.26.1):
215215
- React-Core
216216
- React-perflogger (0.65.3)
@@ -280,9 +280,9 @@ PODS:
280280
- RNScreens (3.20.0):
281281
- React-Core
282282
- React-RCTImage
283-
- Usercentrics (2.9.0)
284-
- UsercentricsUI (2.9.0):
285-
- Usercentrics (= 2.9.0)
283+
- Usercentrics (2.10.0)
284+
- UsercentricsUI (2.10.0):
285+
- Usercentrics (= 2.10.0)
286286
- Yoga (1.14.0)
287287

288288
DEPENDENCIES:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@usercentrics/react-native-sdk",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Usercentrics SDK",
55
"homepage": "https://usercentrics.com",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
88
"author": "Usercentrics <[email protected]>",
99
"iosPackageName": "react-native-usercentrics",
10-
"iosPackageVersion": "2.9.0",
10+
"iosPackageVersion": "2.10.0",
1111
"license": "SEE LICENSE IN LICENSE",
1212
"files": [
1313
"android",

0 commit comments

Comments
 (0)