Releases: svecosystem/mode-watcher
Releases ยท svecosystem/mode-watcher
[email protected]
Patch Changes
- perf: improve
withoutTransition
(#141)
[email protected]
Patch Changes
- fix: ensure
window.matchMedia
is defined as function before calling (#138)
[email protected]
Patch Changes
- perf: prevent running
withoutTransition
on initial load as there is nothing to transition from (#136)
[email protected]
Patch Changes
- fix: prevent passing an empty token to classList.add/remove (#134)
[email protected]
Patch Changes
- change: mark
generateSetInitialModeExpression
as deprecated in favor ofcreateInitialModeExpression
(#132)
[email protected]
Patch Changes
- fix: ensure to always use custom storage keys if provided (#130)
[email protected]
Patch Changes
- fix: FOUC (#122)
[email protected]
Patch Changes
- fix:
window.matchMedia
is not defined (#120)
[email protected]
Major Changes
- Mode Watcher 1.0 (Svelte 5) (#112)
[email protected]
Patch Changes
- silence hydration mismatch warning (#108)