Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/[email protected]

17 Sep 16:09
57f2a92
Compare
Choose a tag to compare

Patch Changes

  • update svelte-hmr and enable partial hmr accept by default (fixes #134) (#440)

  • svelte-inspector: add keyboard navigation, select element on activation, improve a11y and info bubble position/content (#438)

@sveltejs/[email protected]

05 Sep 12:45
92c89d1
Compare
Choose a tag to compare

Patch Changes

  • removed peerDependency for vite 3.1.0-beta as vite 3.1.0 final has been released (#431)

@sveltejs/[email protected]

01 Sep 17:39
42a2e85
Compare
Choose a tag to compare

Patch Changes

  • temporarily add vite 3.1 beta to peer dependencies rule to avoid warning on kit projects using it (#427)

    warning: this is going to be changed back to ^3.0.0 in a future patch

@sveltejs/[email protected]

30 Aug 18:13
8ec2aa2
Compare
Choose a tag to compare

Patch Changes

  • ignore keyup events without key in inspector (#417)

  • fix svelte-inspector import for vite 3.1 (#423)

@sveltejs/[email protected]

21 Aug 14:29
f0c409f
Compare
Choose a tag to compare

Patch Changes

  • update svelte-inspector inject code to be compatible with @sveltejs/kit > 1.0.0-next.405 (#411)

@sveltejs/[email protected]

13 Jul 13:24
2bc3834
Compare
Choose a tag to compare

Major Changes

  • update to vite3 (#359)

  • bump minimum required node version to 14.18.0 to align with vite 3 (#359)

  • move plugin options in svelte.config.js into "vitePlugin" (#389)

    update your svelte.config.js and wrap plugin options with vitePlugin

    // svelte.config.js
    
      compilerOptions: {...},
      preprocess: {...},
      extensions: [...],
      onwarn: () => {...},
      kit: {},
    + vitePlugin: {
       // include, exclude, emitCss, hot, ignorePluginPreprocessors, disableDependencyReinclusion, experimental
    + }

Patch Changes

  • Always add dependencies using svelte to ssr.noExternal in vite config (#359)

@sveltejs/[email protected]

09 Jun 19:00
f6125fb
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • New experimental option sendWarningsToBrowser (#372)

Patch Changes

  • fix hmr not updating a component when returning to the last working state from an error state (#371)

@sveltejs/[email protected]

07 Jun 21:33
56f2422
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Automate setting of compilerOptions.hydratable from kit.browser.hydrate option (#368)

Patch Changes

  • Do not try to resolve svelte field in __vite-browser-external, see (#362)" (#363)

@sveltejs/[email protected]

01 Jun 08:28
346f9c1
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Use last modified time as cache busting parameter (#356)

  • Export loadSvelteConfig (#356)

@sveltejs/[email protected]

30 May 13:02
2653de6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Bump svelte-hmr version (#349)