Releases: Usercentrics/flutter-sdk
Releases · Usercentrics/flutter-sdk
2.7.3
2.7.2
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
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
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
2.6.0
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
2.5.2
2.5.1
Features
- [UI] Controller ID section was redesigned to have a better UX.
CCPAData
exposes the encodeduspString
.
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
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 ofgetTCFData
. 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.