fix(consentsoftware-cookieconsent): Refine cookie consent modal shake behaviour and cleanup imports
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-30 - 2.0.1 - fix(consentsoftware-cookieconsent)
|
||||
Refine cookie consent modal shake behaviour and cleanup imports
|
||||
|
||||
- Shorten shake animation delay from 2000ms to 300ms for snappier feedback
|
||||
- Limit shake effect to the modal box only; stop toggling the page overlay to avoid unwanted overlay visual changes
|
||||
- Remove unused 'property' import from @design.estate/dees-element
|
||||
- Introduce an isMobile flag to detect mobile layout in connectedCallback
|
||||
- Simplify DOM queries and use tighter type assertions when manipulating modal elements
|
||||
|
||||
## 2025-11-30 - 2.0.0 - BREAKING CHANGE(elements)
|
||||
Migrate web components to @design.estate/dees-element, introduce shared theme colors and cssManager, and update imports/usages across ts_web.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user