Releases: sveltejs/vite-plugin-svelte
@sveltejs/[email protected]
Major Changes
-
breaking(deps): require vite 8 (#1266)
-
breaking(options): remove deprecated options (#1274)
vitePlugin.hotinsvelte.config.js
usecompilerOptions.hmrinsteadvitePlugin.ignorePluginPreprocessorsinsvelte.config.js
no longer neededapi.idFilterofvite-plugin-svelte:api
useapi.filterinsteadplugin.api.sveltePreprocessof 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
@sveltejs/[email protected]
@sveltejs/[email protected]
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.hotinsvelte.config.js
usecompilerOptions.hmrinsteadvitePlugin.ignorePluginPreprocessorsinsvelte.config.js
no longer neededapi.idFilterofvite-plugin-svelte:api
useapi.filterinsteadplugin.api.sveltePreprocessof 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)
@sveltejs/[email protected]
Patch Changes
- fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#1258)
@sveltejs/[email protected]
Patch Changes
- fix(filter): ignore zero-tagged ids per rollup convention (#1255)
@sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
-
perf: switch from debug to obug (smaller, esm-only) (#1241)
-
Updated dependencies [
c4f8535,cba6ae8]:- @sveltejs/[email protected]
@sveltejs/[email protected]
@sveltejs/[email protected]
Minor Changes
- feat(rolldown-vite): enable
optimization.inlineConstby default to ensure treeshaking works with esm-env in svelte (#1207)