fix(consentsoftware-cookieconsent): Fix transition property in consent button styles and add HTMLElementTagNameMap declaration for global interface.

This commit is contained in:
2025-01-17 06:45:06 +01:00
parent 71ee96307e
commit 72c318a793
3 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-01-17 - 1.4.3 - fix(consentsoftware-cookieconsent)
Fix transition property in consent button styles and add HTMLElementTagNameMap declaration for global interface.
- Updated the transition property for consent buttons to transition all properties instead of just the background.
- Added global interface HTMLElementTagNameMap for custom element type support.
## 2025-01-16 - 1.4.2 - fix(cookieconsent)
Fix user-select property in consentsoftware-cookieconsent component for consistency in interaction.