Releases: svecosystem/mode-watcher
Releases · svecosystem/mode-watcher
Minor Changes
- feat: add ability to disable head script injection via the
disableHeadScriptInjection
prop for handling in hooks.server files (#89)
Patch Changes
- fix: hydration issues (#99)
Patch Changes
- Fix bug where
data-theme
attribute wasn't syncing with the theme (#87)
Minor Changes
-
feat: Custom ClassNames (#80)
-
feat: Add nonce
prop (#82)
-
feat: Custom storage key names modeStorageKey
themeStorageKey
(#84)
-
feat: Add support for custom themes (#83)
Patch Changes
- chore: add svelte 5 to peer deps (#77)
Minor Changes
- feat:
disableTransitions
prop (#68)
Patch Changes
- Update
moduleResolution
to NodeNext
(#63)
v0.2.1
Patch Changes
- Fix incorrect localStorage key (#51)
v0.2.0
Minor Changes
- Allow
mode-watcher
to manage the theme-color meta tag (#48)
v0.1.1
Patch Changes
- 8c71d5a: Fix bug where mode would not change unless the
mode
store was subscribed to