Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/vite-plugin-svelte@1.3.0

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/vite-plugin-svelte@1.2.0

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/vite-plugin-svelte@1.1.1

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/vite-plugin-svelte@1.1.0

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/vite-plugin-svelte@1.0.9

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

Patch Changes

  • Use esnext for useVitePreprocess (#452)

@sveltejs/vite-plugin-svelte@1.0.8

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)

@sveltejs/vite-plugin-svelte@1.0.7

19 Sep 13:40
396f04f
Compare
Choose a tag to compare

Patch Changes

  • svelte-inspector: prevent info-bubble select (#445)

@sveltejs/vite-plugin-svelte@1.0.6

17 Sep 16:09
57f2a92
Compare
Choose a tag to compare

Patch Changes

  • update svelte-hmr and enable partial hmr accept by default (fixes #134) (#440)

  • svelte-inspector: add keyboard navigation, select element on activation, improve a11y and info bubble position/content (#438)

@sveltejs/vite-plugin-svelte@1.0.5

05 Sep 12:45
92c89d1
Compare
Choose a tag to compare

Patch Changes

  • removed peerDependency for vite 3.1.0-beta as vite 3.1.0 final has been released (#431)

@sveltejs/vite-plugin-svelte@1.0.4

01 Sep 17:39
42a2e85
Compare
Choose a tag to compare

Patch Changes

  • temporarily add vite 3.1 beta to peer dependencies rule to avoid warning on kit projects using it (#427)

    warning: this is going to be changed back to ^3.0.0 in a future patch