Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/vite-plugin-svelte@7.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 04:57
e6a89fc

Minor Changes

  • feat: pass environment to dynamicCompileOptions (#1386)

Patch Changes

  • fix: don't log inline config when encountering unexpected options (#1376)

@sveltejs/vite-plugin-svelte@7.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:55
02981fd

Minor Changes

  • feat(inspector): add a context menu with current component stack (#1370)

@sveltejs/vite-plugin-svelte@7.1.4

Choose a tag to compare

@github-actions github-actions released this 06 Jul 21:08
c867a3a

Patch Changes

  • fix: enforce ltr styles for inspector (#1324)

@sveltejs/vite-plugin-svelte@7.1.3

Choose a tag to compare

@github-actions github-actions released this 06 Jul 17:08
02d370d

Patch Changes

  • fix: ensure the inspector is injected into the client correctly for Vite+ projects (#1355)

@sveltejs/vite-plugin-svelte@7.1.2

Choose a tag to compare

@github-actions github-actions released this 07 May 15:41
471f822

Patch Changes

  • fix: correctly resolve compiled CSS on the server for dependencies with Svelte files (#1342)

@sveltejs/vite-plugin-svelte@7.1.1

Choose a tag to compare

@github-actions github-actions released this 06 May 00:39
508d91b

Patch Changes

  • fix: pass typescript.onlyRemoveTypeImports to transformWithOxc in vitePreprocess so that value imports are not dropped when they are only referenced in Svelte template markup (#1326)

  • fix: correctly resolve compiled CSS for optimised Svelte dependencies on the server (#1336)

@sveltejs/vite-plugin-svelte@7.1.0

Choose a tag to compare

@github-actions github-actions released this 05 May 08:53
1c85126

Minor Changes

  • feat: enable optimizer for server environments during dev (#1328)

@sveltejs/vite-plugin-svelte@7.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 19:15
67721b6

Major Changes

  • breaking(deps): require vite 8 (#1266)

  • breaking(options): remove deprecated options (#1274)

    • vitePlugin.hot in svelte.config.js
      use compilerOptions.hmr instead
    • vitePlugin.ignorePluginPreprocessors in svelte.config.js
      no longer needed
    • api.idFilter of vite-plugin-svelte:api
      use api.filter instead
    • plugin.api.sveltePreprocess of other vite plugins
      Update affected plugins to a newer version or remove them.
      See docs for more information.
  • breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself (#1271)

  • breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency (#1270)

  • breaking(deps): require svelte 5.46.4 or later (#1271)

Patch Changes

  • chore: upgrade vitefu to compatible peer dependency range (#1286)

  • remove author field from package.json (#1281)

@sveltejs/vite-plugin-svelte@7.0.0-next.1

Choose a tag to compare

@github-actions github-actions released this 23 Feb 16:44
04fbcee

Patch Changes

  • chore: upgrade vitefu to compatible peer dependency range (#1286)

  • remove author field from package.json (#1281)

@sveltejs/vite-plugin-svelte@7.0.0-next.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 11:43
170bacc

Major Changes

  • breaking(deps): require vite 8 (#1266)

  • breaking(deps): require svelte 5.46.4 or later (#1271)

  • breaking(options): remove deprecated options (#1274)

    • vitePlugin.hot in svelte.config.js
      use compilerOptions.hmr instead
    • vitePlugin.ignorePluginPreprocessors in svelte.config.js
      no longer needed
    • api.idFilter of vite-plugin-svelte:api
      use api.filter instead
    • plugin.api.sveltePreprocess of other vite plugins
      Update affected plugins to a newer version or remove them.
      See docs for more information.
  • breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself (#1271)

  • breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency (#1270)