Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/[email protected]

08 Dec 20:14
e1a78e0
Compare
Choose a tag to compare
Pre-release

Major Changes

  • remove custom svelte/ssr resolve that is no longer needed in vite 4 (#527)

  • update svelte peerDependency to ^3.54.0 (#529)

@sveltejs/[email protected]

07 Dec 09:25
18a17be
Compare
Choose a tag to compare
Pre-release

Major Changes

  • remove cjs build (#522)

  • update vite peerDependency to vite-4 (#521)

@sveltejs/[email protected]

02 Dec 16:47
3afc258
Compare
Choose a tag to compare

Minor Changes

  • support &direct and &raw query parameters for svelte requests (#513)

  • Export vitePreprocess() Svelte preprocessor (#509)

Patch Changes

  • ensure sources paths in sourcemaps are not absolute file paths (#513)

  • remove experimental.generateMissingPreprocessorSourcemaps (#514)

@sveltejs/[email protected]

23 Nov 16:31
b0e8b02
Compare
Choose a tag to compare

Patch Changes

  • improve robustness of compile stats taking (#507)

@sveltejs/[email protected]

22 Nov 14:08
dd5a8c2
Compare
Choose a tag to compare

Minor Changes

  • enable prebundleSvelteLibraries during dev by default to improve page loading for the dev server. (#494)

    see the FAQ for more information about prebundleSvelteLibraries and how to tune it.

  • Enable resolving via "svelte" exports condition (#502)

  • add compile time stats logging (#503)

@sveltejs/[email protected]

15 Nov 07:58
90ff974
Compare
Choose a tag to compare

Minor Changes

  • support string values of compilerOptions.css added in svelte 3.53.0 (#490)

Patch Changes

  • simplify init of compilerOptions.hydratable for kit (kit.browser.hydrate is no longer in use) (#496)

  • when prebundleSvelteLibraries is true and a dependency is manually excluded, generate reincludes for it's cjs deps (#493)

  • Refactor Svelte libraries config handling (#478)

  • fix(prebundleSvelteLibraries): avoid resolving via svelte field after a library has been prebundled (#482)

@sveltejs/[email protected]

11 Nov 10:13
e2594ee
Compare
Choose a tag to compare

Patch Changes

  • Use preprocessCSS API from Vite 3.2 for useVitePreprocess option (#479)

  • add types to exports map in package.json (#488)

@sveltejs/[email protected]

25 Oct 08:28
49f80e7
Compare
Choose a tag to compare

Minor Changes

  • Bring prebundleSvelteLibraries out of experimental, it is now a top-level option (#476)

Patch Changes

  • Remove @rollup/pluginutils dependency (#469)

@sveltejs/[email protected]

07 Oct 08:30
4de8568
Compare
Choose a tag to compare

Patch Changes

  • Use esnext for useVitePreprocess (#452)

@sveltejs/[email protected]

22 Sep 08:37
28f2986
Compare
Choose a tag to compare

Patch Changes

  • svelte-inspector: select hovered element instead of parent on mousemouse (#449)

  • svelte-inspector: ignore navigation keys while not enabled (#449)