Change8

@sveltejs/kit@2.43.2

📦 sveltekitView on GitHub →
🐛 2 fixes

Summary

This patch release focuses on stability improvements for rendering synchronization and data serialization during navigation.

🐛 Bug Fixes

  • Ensure rendering starts off synchronously to prevent hydration mismatches or layout shifts.
  • Keep serialized remote data alive until navigation is complete to prevent data loss during transitions.