Change8

@sveltejs/kit@2.41.0

📦 sveltekitView on GitHub →
1 features🐛 2 fixes🔧 3 symbols

Summary

This release introduces a new version placeholder for app.html and includes bug fixes for custom type serialization in remote functions and navigation lifecycle fulfillment.

✨ New Features

  • Added support for %sveltekit.version% placeholder in app.html to expose the current SvelteKit version.

🐛 Bug Fixes

  • Allowed remote functions to return custom types serialized with transport hooks.
  • Ensured beforeNavigate 'complete' promise is fulfilled when a redirection occurs.

🔧 Affected Symbols

app.htmltransportbeforeNavigate