Releases: microsoft/consent-banner
Releases · microsoft/consent-banner
Release list
2.2.3
v2.4.0-beta.9
refactored all the Dom Api and added some interface for scalability and maintainability..
v2.4.0-beta.8
refactored the code to completely move from html format for TT Dom Api Compliant.
v2.4.0-beta.7
moved from html format to other format to avoid TT Dom Apis.
v2.4.0-beta.6
removed the use of unsafe DOM Api which was causing Trusted Types Issues.
v2.4.0-beta.5
releasing beta version to check everything working fine without using unsafe DOM api for Trusted Types.
v2.4.0-beta.4
removed innerHTML from fallback too.
v2.4.0-beta.3
Removed trusted types unsafe Dom Apis.
2.4.0-beta.2
What's Changed
- Users/safdarkhan/wcp cookie consent api fix. by @safdarkhan01 in #68
New Contributors
- @safdarkhan01 made their first contribution in #68
Full Changelog: v2.2.0...v2.4.0-beta.2
2.2.2
Added Trusted Type support on the repo.