@usercentrics/react-native-sdk 2.8.3 → 2.8.4

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,20 +1,17 @@
1
1
  [Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
2
2
 
3
- ### 2.8.3 - September 4, 2023
3
+ ### 2.8.4 - September 27, 2023
4
4
 
5
- ## Features
5
+ ## Improvements
6
6
 
7
- * [Unity]
8
- * :warning: Breaking change :warning: New App Tracking Transparency Framework (ATT) API, check out the new documentation on how to support it on your game [here](att.md)
9
- * Beta: Static Linkage support for iOS
7
+ * TCF performance is now improved for settings with a huge amount of vendors
10
8
 
11
- * [React-Native]
12
- * Fixes iOS guard syntax, that was breaking the build
9
+ ## Resolved Issues
13
10
 
14
- ## Improvements
11
+ * UI small issues
12
+ * Solved general issues
15
13
 
16
- * [Unity]
17
- * Exposing User Location, check out the documentation [here](core-api.md#get-cmp-data) :tada:
14
+ ### 2.8.3 - September 4, 2023
18
15
 
19
16
  ## Resolved Issues
20
17
 
@@ -1,4 +1,4 @@
1
- def usercentrics_version = "2.8.3"
1
+ def usercentrics_version = "2.8.4"
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.8.3",
3
+ "version": "2.8.4",
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.3",
10
+ "iosPackageVersion": "2.8.4",
11
11
  "license": "SEE LICENSE IN LICENSE",
12
12
  "files": [
13
13
  "android",