svelte-hmr

HMR commons for Svelte 3

ISC License

Downloads
2.1M
Stars
201
Committers
15

Bot releases are visible (Hide)

svelte-hmr - [email protected] Latest Release

Published by github-actions[bot] 8 months ago

Minor Changes

  • Update native adapter for support of NativeScript 8 (b8aabc0)
svelte-hmr - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • Fix injecting imports whose paths contain special characters (#78)
svelte-hmr - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • Accept Svelte 4 as peer dependency (3b4300c)
svelte-hmr - [email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • support 'external' as value for compileOptions.css (#63)
svelte-hmr - [email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • Add partialAccept option to fix HMR support of <script context="module"> (#58)
svelte-hmr - [email protected]

Published by github-actions[bot] over 2 years ago

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)

svelte-hmr - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

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

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

svelte-hmr - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • added changesets (#38)

Please refer to github releases for older versions

svelte-hmr - v0.14.9

Published by rixo almost 3 years ago

svelte-hmr - v0.14.7

Published by rixo about 3 years ago

  • fix compatibility with Svelte 3.40 SSR
svelte-hmr - v0.14.6

Published by rixo over 3 years ago

  • fixes code transform failure when user code contains strings with "export default" #34
svelte-hmr - v0.14.5

Published by rixo over 3 years ago

  • fix compatibility with Svelte 3.38.3 SSR
  • fix infinite loop with accessors (thanks @vatro)
svelte-hmr -

Published by rixo over 3 years ago

  • add __SVELTE_HMR global event source def65da

https://github.com/rixo/svelte-hmr/compare/v0.12.6...v0.12.7

svelte-hmr -

Published by rixo over 3 years ago

  • disable hydration when reloading a proxied component dab9d83 (thanks @mkshio)

https://github.com/rixo/svelte-hmr/compare/v0.12.5...v0.12.6

svelte-hmr -

Published by rixo over 3 years ago

  • fix: components were recreated with initial values of their props, instead of last (currnet) values e3b37f7

https://github.com/rixo/svelte-hmr/compare/v0.12.4...v0.12.5

svelte-hmr -

Published by rixo over 3 years ago

  • remove need for compatVite option for Vite 2 a5e0973

https://github.com/rixo/svelte-hmr/compare/v0.12.3...v0.12.4

svelte-hmr -

Published by rixo almost 4 years ago

  • fix: handle paths with dollar signs 1367d12 (thanks @merceyz)

https://github.com/rixo/svelte-hmr/compare/v0.12.2...v0.12.3

svelte-hmr -

Published by rixo almost 4 years ago

svelte-hmr -

Published by rixo almost 4 years ago

svelte-hmr -

Published by rixo almost 4 years ago

  • BREAKING change noPreserveState to preserveLocalState (default false), & add variable level preservation of state aa57f97

https://github.com/rixo/svelte-hmr/compare/v0.11.6...v0.12.0-0