Skip to content

Releases: svecosystem/mode-watcher

mode-watcher@1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 00:39
f409100

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

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:19
f7e08bb

Patch Changes

  • perf: improve withoutTransition (#141)

mode-watcher@1.0.7

Choose a tag to compare

@github-actions github-actions released this 08 May 23:40
d93bde0

Patch Changes

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

mode-watcher@1.0.6

Choose a tag to compare

@github-actions github-actions released this 04 May 16:57
6c7951f

Patch Changes

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

mode-watcher@1.0.5

Choose a tag to compare

@github-actions github-actions released this 04 May 02:07
426c30f

Patch Changes

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

mode-watcher@1.0.4

Choose a tag to compare

@github-actions github-actions released this 30 Apr 18:28
054b7be

Patch Changes

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

mode-watcher@1.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Apr 13:47
3102c86

Patch Changes

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

mode-watcher@1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Apr 15:41
f7218f9

Patch Changes

mode-watcher@1.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Apr 00:58
b5d524b

Patch Changes

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

mode-watcher@1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 18:03
ac09587

Major Changes

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