Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/vite-plugin-svelte@1.0.0-next.48

07 Jun 21:33
56f2422
Compare
Choose a tag to compare

Minor Changes

  • Automate setting of compilerOptions.hydratable from kit.browser.hydrate option (#368)

Patch Changes

  • Do not try to resolve svelte field in __vite-browser-external, see (#362)" (#363)

@sveltejs/vite-plugin-svelte@1.0.0-next.47

01 Jun 08:28
346f9c1
Compare
Choose a tag to compare

Patch Changes

  • Use last modified time as cache busting parameter (#356)

  • Export loadSvelteConfig (#356)

@sveltejs/vite-plugin-svelte@1.0.0-next.46

30 May 13:02
2653de6
Compare
Choose a tag to compare

Patch Changes

  • Bump svelte-hmr version (#349)

@sveltejs/vite-plugin-svelte@1.0.0-next.45

26 May 20:28
cb7c5a8
Compare
Choose a tag to compare

Patch Changes

  • Handle inspector autocomplete keydown event (#338)

  • Remove user-specified values for essential compilerOptions generate, format, cssHash and filename and log a warning (#346)

  • fix inspector not initializing correctly for sveltekit on windows (see #342) (#344)

@sveltejs/vite-plugin-svelte@1.0.0-next.44

11 May 17:59
b8cd6d1
Compare
Choose a tag to compare

Patch Changes

  • correctly resolve the experimental svelte inspector (see #332) (fixes #330) (#333)

@sveltejs/vite-plugin-svelte@1.0.0-next.43

08 May 09:50
61ae87b
Compare
Choose a tag to compare

Minor Changes

  • Add experimental Svelte Inspector to quickly jump to code from your browser. (#322)

Patch Changes

  • use deepmerge utility to merge inline config and svelte.config.js (#322)

  • do not warn if kit options are passed as inline config (#319)

  • Support import typescript files with .js extension (#324)

  • do not restart vite devserver on changes of svelte config when configFile: false is set (#319)

@sveltejs/vite-plugin-svelte@1.0.0-next.42

27 Apr 11:35
90d64c1
Compare
Choose a tag to compare

Minor Changes

  • skip reading default svelte config file with inline option configFile: false (#317)

@sveltejs/vite-plugin-svelte@1.0.0-next.41

06 Apr 06:40
66ba57f
Compare
Choose a tag to compare

Major Changes

  • Update vite peerDependency to ^2.9.0 and handle edge cases for experimental.prebundleSvelteLibraries (#294)

Patch Changes

  • Improved CSS Source Maps when using vite's css: { devSourcemap: true } (#305)

@sveltejs/vite-plugin-svelte@1.0.0-next.40

18 Mar 15:23
7a62654
Compare
Choose a tag to compare

Patch Changes

  • improve handling of transitive cjs dependencies of svelte libraries during dev ssr (#289)

@sveltejs/vite-plugin-svelte@1.0.0-next.39

02 Mar 06:56
fc4252e
Compare
Choose a tag to compare

Patch Changes

  • prevent errors in resolveViaPackageJsonSvelte breaking vite resolve (fixes #283) (#286)