Releases: sveltejs/vite-plugin-svelte
@sveltejs/[email protected]
@sveltejs/[email protected]
Minor Changes
- feat(svelte5): enable hmr option in dev (#836)
Patch Changes
-
Remove unnecessary
enableSourcemap
option usage and prevent passing it in Svelte 5 (#862) -
Updated dependencies [
8ae3dc8cf415355f406f23d6104cb6153d75dfc8
]:- @sveltejs/[email protected]
@sveltejs/[email protected]
Minor Changes
- Implements
escapeKeys
to close the inspector via hotkey (default keys areBackspace
andEscape
). (#880)
Patch Changes
- Updated dependencies [
324f569ead2447903a9da86794075ecabaf59702
,f12e3f0a0c741b4456703907c81694b5bcee8205
]:- @sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
- fix(compile): correctly determine script lang in files where a comment precedes the script tag (#844)
@sveltejs/[email protected]
Patch Changes
- fix: handle closing tags in attributes when detecting script language (#796)
@sveltejs/[email protected]
@sveltejs/[email protected]
Major Changes
-
breaking: update minimum supported node version to node18 (#744)
-
breaking: update supported vite version to vite 5 (#743)
-
breaking: remove support for svelte 3 (#746)
-
Preprocess style tags by default with vitePreprocess (#756)
-
breaking: remove package.json export (#751)
-
breaking(types): emit types with dts-buddy to include type map (#751)
-
breaking(debug): remove 'vite:' and add suffixes to debug namespace (#749)
-
breaking(types): rename SvelteOptions to SvelteConfig (#751)
-
breaking: prefer svelte exports condition over package.json svelte field (#747)
Minor Changes
-
feat(preprocess): add warnings in case preprocess dependencies contain anomalies (#767)
-
Add experimental support for svelte5 (#787)
Patch Changes
-
fix(types): use correct type Options for svelte function arg (#751)
-
Improve compile error messages (#757)
-
feat(compile): promote experimental.dynamicCompileOptions to stable (#765)
-
update peer dependencies to use final releases (#794)
-
Updated dependencies [
d5b952f
,bd5d43e
,10ec2a4
,62afd80
,1be1c08
]:- @sveltejs/[email protected]
@sveltejs/[email protected]
@sveltejs/[email protected]
Minor Changes
- Add experimental support for svelte5 (#787)
@sveltejs/[email protected]
Patch Changes
- fix compileModule call for optimizing libraries (#788)