Skip to content

Releases: svecosystem/mode-watcher

mode-watcher@1.1.0

28 Jun 00:39
f409100

Choose a tag to compare

Minor Changes

  • feat: expose synchronousModeChanges prop to opt out of performance improvements for synchronous mode changes. Defaults to false. (#147)

Patch Changes

  • fix: correct deprecation of generateSetInitialModeExpression (#143)

mode-watcher@1.0.8

10 Jun 16:19
f7e08bb

Choose a tag to compare

Patch Changes

  • perf: improve withoutTransition (#141)

mode-watcher@1.0.7

08 May 23:40
d93bde0

Choose a tag to compare

Patch Changes

  • fix: ensure window.matchMedia is defined as function before calling (#138)

mode-watcher@1.0.6

04 May 16:57
6c7951f

Choose a tag to compare

Patch Changes

  • perf: prevent running withoutTransition on initial load as there is nothing to transition from (#136)

mode-watcher@1.0.5

04 May 02:07
426c30f

Choose a tag to compare

Patch Changes

  • fix: prevent passing an empty token to classList.add/remove (#134)

mode-watcher@1.0.4

30 Apr 18:28
054b7be

Choose a tag to compare

Patch Changes

  • change: mark generateSetInitialModeExpression as deprecated in favor of createInitialModeExpression (#132)

mode-watcher@1.0.3

30 Apr 13:47
3102c86

Choose a tag to compare

Patch Changes

  • fix: ensure to always use custom storage keys if provided (#130)

mode-watcher@1.0.2

17 Apr 15:41
f7218f9

Choose a tag to compare

Patch Changes

mode-watcher@1.0.1

17 Apr 00:58
b5d524b

Choose a tag to compare

Patch Changes

  • fix: window.matchMedia is not defined (#120)

mode-watcher@1.0.0

16 Apr 18:03
ac09587

Choose a tag to compare

Major Changes

  • Mode Watcher 1.0 (Svelte 5) (#112)