feat(DeesElement): Add invocation of the themeChanged hook in connectedCallback

This commit is contained in:
Juergen Kunz
2025-07-06 11:56:23 +00:00
parent 05cc971c0b
commit 7e26cd39d7
3 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-07-06 - 2.1.0 - feat(DeesElement)
Add invocation of the themeChanged hook in connectedCallback
- Now calls themeChanged (if defined) when the theme changes, enabling custom handlers for theme switches
- Improves lifecycle management by allowing extensions to react to bright/dark mode changes
## 2025-06-20 - 2.0.44 - fix(ci)
Remove obsolete GitLab CI configuration