fix(themamanager): Fixed automatic global theme change subscription for background updates.

This commit is contained in:
2025-01-09 00:33:46 +01:00
parent 916fd48858
commit 25a813d35f
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2025-01-09 - 2.1.1 - fix(themamanager)
Fixed automatic global theme change subscription for background updates.
- Corrected the logic for updating the document's background color upon theme changes using themeObservable subscription.
## 2025-01-09 - 2.1.0 - feat(themeManager)
Exposed method to enable automatic global theme change.