feat(themeManager): Exposed method to enable automatic global theme change.

This commit is contained in:
2025-01-09 00:24:17 +01:00
parent 126e0fc900
commit 90bb1eb432
5 changed files with 3711 additions and 403 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-01-09 - 2.1.0 - feat(themeManager)
Exposed method to enable automatic global theme change.
- Enable easier application of dark and bright themes by exposing a method.
- Updated devDependencies and dependencies in package.json to latest versions.
## 2024-10-21 - 2.0.65 - fix(ThemeManager)
Refactor ThemeManager class to separate global style setting logic