Skip to content

Releases: Usercentrics/flutter-sdk

2.7.3

23 Sep 13:03
3a26765
Compare
Choose a tag to compare

Improvements

  • General bug fixes.
  • Huge performance improvement.

2.7.2

31 Aug 16:35
73c3f97
Compare
Choose a tag to compare

Features

  • [Compliance] You may now enable a close button in the First Layer, to "Continue without accepting".

Improvements

  • Improve legal link customization via our Programmatic API.
  • Upgrade Error logs to help you debug the SDK's behaviour.

Resolved Issues

  • [TCF 2.0] Solve issue where shouldCollectConsent was always true.

2.7.1

19 Aug 13:45
a9c795c
Compare
Choose a tag to compare

Features

  • [Restore User Session][TCF] With this release, you will now be able to restore user sessions when using a TCF configuration. This feature however, needs to be enabled and approved. Please contact your Customer Success Manager for more information.

Improvements

  • API upgrades to improve performance and storage space usage.
  • [TCF] Updates to TCF logic, for custom use cases.

Resolved Issues

  • [iOS][Dark Mode] Solve issue where SDK was overwritting theme to always be "light".
  • Improvements to solve "NullPointerException" and unknown origin crashes.

2.7.0

04 Aug 11:32
7c3496a
Compare
Choose a tag to compare

2.7.0

Features

  • [Dark Mode][Customization API] Support Dark Mode and create advanced banner customizations with our updated Customization API. 🌓
  • [Beta][Consent Mediation] Automatically apply consent to 3rd party SDKs with our Consent Mediation feature. 🥳
  • UI improvements to history section.
  • Added additional customization options for TCF 2.0 banner.

Resolved Issues

  • Solved stability issues.

2.6.1

29 Jun 12:12
1b5e250
Compare
Choose a tag to compare

Improvements

  • UI improvements to history section.
  • Added additional customization options for TCF 2.0 banner.

Resolved Issues

  • Solve thread freeze issue for edge case initialization flow.
  • Solved stability issues.

2.6.0

15 Jun 08:08
ee75690
Compare
Choose a tag to compare

Features

  • [Geolocation Rules] By initializing our SDK using the Rule Set ID, now you can have your geolocation rules being applied for your mobile app.
  • [Custom UI] Since we display some fields using HTML, we are now exposing them using Spanned (Android) and NSMutableAttributedString.
  • [Analytics] To help the integration process, we've created a feature section to further explain how to use Analytics with Custom UI.

Resolved Issues

  • General bug fixes.
  • Improve stability and performance issues.

2.5.3

23 May 09:41
938330f
Compare
Choose a tag to compare

Resolved Issues

  • Fixes issues when parsing TCF String

2.5.2

17 May 11:17
4ec02da
Compare
Choose a tag to compare

Resolved Issues

  • TCF String solved issue when signalling legitimate interests

2.5.1

13 May 11:54
e8ace52
Compare
Choose a tag to compare

Features

  • [UI] Controller ID section was redesigned to have a better UX.
  • CCPAData exposes the encoded uspString.

Improvements

  • Improve stability and performance issues.

Resolved Issues

  • General bug fixes.
  • [iOS] Access to rootViewController depending on API version.
  • TCF String solved issue with encoding to shorten the length of the string

2.4.0

28 Apr 10:07
f8a0ce0
Compare
Choose a tag to compare

Features

  • [Customization] You now have full control over the appearance of the First & Second Layer via our Admin Interface Style options and our Programmatic API. We have updated and extended our Programmatic API to simplify banner customization.
  • [UI] Legal links are now added to the First Layer, and can be hidden or shown as desired via programmatic API.
  • [CCPA] Consent button can now be customized via the Admin Interface.
  • [API Update] getTCString has been deprecated in favor of getTCFData. This method returns all necessary data to be consumed related to TCF 2.0 framework.
  • [API Update] getTCFData is now async to provide accurate results when actions are still pending to be reflected.

Improvements

  • Improve initialization flow for stability and avoid edge case crashes.
  • You may now customize your call to action: Accept, Deny, Save Buttons independently for First & Second Layer.
  • Required updates for TCF 2.0 framework.

Resolved Issues

  • Solve stability issues and bug fixes.
  • Issue when showing TCF without any vendors.
  • UI/UX improvements and fixes.