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

pre-release20 hours ago

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)

Don't miss a new vite-plugin-svelte release

NewReleases is sending notifications on new releases.