Change8

@sveltejs/kit@2.62.0

📦 sveltekitView on GitHub →
1 features🐛 4 fixes

Summary

This release introduces support for passing Svelte(Kit) configuration via the Vite plugin and includes several bug fixes related to headers, preloading, streaming errors, and environment variable module generation.

✨ New Features

  • Support passing Svelte(Kit) config via Vite plugin.

🐛 Bug Fixes

  • Preserve multiple Set-Cookie headers on 304 responses.
  • Fix preloading for anchor elements that were just previously preloaded.
  • Catch load function streaming errors on the client.
  • Avoid generating the _app/env.js module if public dynamic environment variables are not used by the app.