Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/vite-plugin-svelte-inspector@3.0.0-next.4

17 Oct 20:11
2d1b0cf
Compare
Choose a tag to compare

Major Changes

  • Change default key-combo to alt-x to avoid conflicts with other combos that started with the previous defaults. (#995)

@sveltejs/vite-plugin-svelte@4.0.0-next.8

10 Oct 12:57
3a61041
Compare
Choose a tag to compare

Minor Changes

  • feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build. (#989)

@sveltejs/vite-plugin-svelte@4.0.0-next.7

04 Sep 14:49
9be5d4b
Compare
Choose a tag to compare

Patch Changes

  • export PluginOptions interface (#976)

@sveltejs/vite-plugin-svelte@3.1.2

22 Aug 08:38
b3edb77
Compare
Choose a tag to compare

Patch Changes

  • add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)

@sveltejs/vite-plugin-svelte@4.0.0-next.6

05 Aug 21:16
0d088f5
Compare
Choose a tag to compare

Patch Changes

  • ensure consistent use of compileOptions.hmr also for prebundling (#956)

@sveltejs/vite-plugin-svelte@4.0.0-next.5

27 Jul 20:09
2670424
Compare
Choose a tag to compare

Patch Changes

  • fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that (#950)

  • fix(dev): make sure custom cssHash is applied consistently even for prebundled components to avoid hash mismatches during hydration (#950)

@sveltejs/vite-plugin-svelte@4.0.0-next.4

11 Jul 09:12
24522a0
Compare
Choose a tag to compare

Major Changes

  • breaking(types): some types that have been unintentionally public are now private (#934)

Minor Changes

  • feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" (#941)

Patch Changes

  • fix(optimizeDeps): avoid to optimise server only entrypoints of svelte that are never used on the client (#941)

  • fix(vitePreprocess): default to build config so that svelte-check does not trigger dev-only plugins (#931)

  • Updated dependencies [e9f048c362a0769b3d5afa87da6f8398f46fe1a9]:

    • @sveltejs/vite-plugin-svelte-inspector@3.0.0-next.3

@sveltejs/vite-plugin-svelte-inspector@3.0.0-next.3

11 Jul 09:12
24522a0
Compare
Choose a tag to compare

Major Changes

  • breaking(types): some types that have been unintentionally public are now private (#934)

Patch Changes

@sveltejs/vite-plugin-svelte@3.1.1

29 May 19:33
9515421
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#917)

  • fix: disable hmr when vite config server.hmr is false (#917)

@sveltejs/vite-plugin-svelte@4.0.0-next.3

27 May 13:08
262e6c1
Compare
Choose a tag to compare

Patch Changes

  • fix: only apply infix filter to basename (#920)