Fix setTheme not triggering rerender, improve mac-system-theme example

This commit is contained in:
Mario Zechner 2026-01-09 00:32:41 +01:00
parent e5e944475d
commit 37378fb346
3 changed files with 17 additions and 3 deletions

View file

@ -2,6 +2,11 @@
## [Unreleased]
### Fixed
- `setTheme()` now triggers a full rerender so previously rendered components update with the new theme colors
- `mac-system-theme.ts` example now polls every 2 seconds and uses `osascript` for real-time macOS appearance detection
## [0.39.0] - 2026-01-08
### Breaking Changes