Skip to content

Releases: sveltejs/svelte-hmr

[email protected]

16 Feb 00:43
6d8bb85
Compare
Choose a tag to compare

Minor Changes

  • Update native adapter for support of NativeScript 8 (b8aabc0)

[email protected]

05 Aug 04:35
02fa71c
Compare
Choose a tag to compare

Patch Changes

  • Fix injecting imports whose paths contain special characters (#78)

[email protected]

28 May 09:18
12675c5
Compare
Choose a tag to compare

Patch Changes

  • Accept Svelte 4 as peer dependency (3b4300c)

[email protected]

14 Nov 21:53
fbb3d16
Compare
Choose a tag to compare

Patch Changes

  • support 'external' as value for compileOptions.css (#63)

[email protected]

16 Sep 11:56
500a2c4
Compare
Choose a tag to compare

Minor Changes

  • Add partialAccept option to fix HMR support of <script context="module"> (#58)

[email protected]

29 May 22:07
bd70caf
Compare
Choose a tag to compare

Patch Changes

  • Fix acceptNamedExports option in tools that statically analyze accept (like Vite) (cafb9bb)

  • Fix recovery after error, when possible (#49)

  • change options.optimistic default value from true to false to fix buggy behavior on fatal runtime errors (#53)

[email protected]

08 Mar 15:57
a4c2d29
Compare
Choose a tag to compare

Patch Changes

  • Fix preserving bind: directive (fixes #43) (#44)

  • Migrate README to svelte-hmr package (instead of monorepo root) (#46)

[email protected]

03 Mar 21:09
2a5f16a
Compare
Choose a tag to compare

Patch Changes

  • added changesets (#38)

Please refer to github releases for older versions

v0.14.9

21 Dec 16:35
Compare
Choose a tag to compare
  • better Svelte Native support (#42)
  • tighter proxying of component's static members

v0.14.7

22 Jul 13:42
Compare
Choose a tag to compare
  • fix compatibility with Svelte 3.40 SSR