Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/[email protected]

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

Patch Changes

  • export PluginOptions interface (#976)

@sveltejs/[email protected]

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

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

Patch Changes

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

@sveltejs/[email protected]

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

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

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

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

@sveltejs/[email protected]

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

Major Changes

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

Patch Changes

@sveltejs/[email protected]

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

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

Patch Changes

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

@sveltejs/[email protected]

25 May 12:15
2157d16
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • update peer on workspace packages to avoid packages bumping each other (#916)

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

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

@sveltejs/[email protected]

25 May 12:15
2157d16
Compare
Choose a tag to compare
Pre-release

Patch Changes