Releases: sveltejs/vite-plugin-svelte
@sveltejs/vite-plugin-svelte@2.4.2
@sveltejs/vite-plugin-svelte-inspector@1.0.3
@sveltejs/vite-plugin-svelte@2.4.1
@sveltejs/vite-plugin-svelte-inspector@1.0.2
@sveltejs/vite-plugin-svelte@2.4.0
Minor Changes
- refactor: release vite-plugin-svelte as unbundled javascript with jsdoc types (#657)
@sveltejs/vite-plugin-svelte@2.3.0
@sveltejs/vite-plugin-svelte-inspector@1.0.1
@sveltejs/vite-plugin-svelte@2.2.0
Minor Changes
-
feat(inspector): Promote experimental.inspector to regular option (#631)
-
feat(inspector): allow configuration via environment SVELTE_INSPECTOR_OPTIONS or SVELTE_INSPECTOR_TOGGLE (#631)
-
feat(inspector): enable holdMode by default (#631)
-
Remove internal SvelteKit specific handling (#638)
Patch Changes
-
fix(inspector): prepend vite base when calling __openInEditor (#631)
-
fix(inspector): after a file has been opened, automatically disable inspector on leaving browser (#631)
-
fix(inspector): use control-shift as default keycombo on linux to avoid problems in firefox (#631)
-
fix(svelte-inspector): mount outside body to avoid hydration claiming body removing it (#631)
@sveltejs/vite-plugin-svelte@2.1.1
Patch Changes
- fix(resolve): normalize path resolved from "svelte" field to ensure consistency across operating systems (#635)
@sveltejs/vite-plugin-svelte@2.1.0
Minor Changes
- log warnings for packages that use the
sveltefield to resolve Svelte files differently than standard Vite resolve (#510)
Patch Changes
-
fix(vitePreprocess): add dependencies to style preprocessor output (#625)
-
Skip Vite resolve workaround on Vite 4.1+ or Svelte 4+ (#622)
-
fix(vitePreprocess): use relative paths without lang suffix in sourcemaps to avoid missing source file errors. (#625)
-
Log stats in debug mode and remove
experimental.disableCompileStatsoption. UseDEBUG="vite:vite-plugin-svelte:stats"when starting the dev server or build to log the compile stats. (#614)