Change8

@sveltejs/kit@2.44.0

Breaking Changes
📦 sveltekitView on GitHub →
1 breaking1 features🐛 1 fixes🔧 3 symbols

Summary

This release introduces updates to the experimental form API and exposes route and URL data to remote functions, while fixing a prerendering crawler bug.

⚠️ Breaking Changes

  • The experimental `form` API has been updated with breaking changes to its structure or behavior.

Migration Steps

  1. Review and update implementations using the experimental `form` API to align with the new signature in #14481.

✨ New Features

  • Exposed `event.route` and `event.url` to remote functions, allowing better context within server-side logic.

🐛 Bug Fixes

  • Prevented the crawler from following links found within error responses during the prerendering process.

🔧 Affected Symbols

event.routeevent.urlform