Skip to content

Releases: sveltejs/vite-plugin-svelte

@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)

@sveltejs/[email protected]

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

Patch Changes

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

@sveltejs/[email protected]

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/[email protected]

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/[email protected]

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

@sveltejs/[email protected]

30 Aug 18:13
8ec2aa2
Compare
Choose a tag to compare

Patch Changes

  • ignore keyup events without key in inspector (#417)

  • fix svelte-inspector import for vite 3.1 (#423)

@sveltejs/[email protected]

21 Aug 14:29
f0c409f
Compare
Choose a tag to compare

Patch Changes

  • update svelte-inspector inject code to be compatible with @sveltejs/kit > 1.0.0-next.405 (#411)