Change8

@sveltejs/kit@2.53.2

📦 sveltekitView on GitHub →
🐛 5 fixes🔧 5 symbols

Summary

This patch release focuses on numerous bug fixes related to form handling, server rendering, and remote function behavior, improving type safety and flexibility.

🐛 Bug Fixes

  • Fixed server-render issue where nested form values were not set correctly.
  • Updated form remote functions (.value() and .set(...)) to use deep partial types.
  • Ensured correct URL information is provided to remote functions.
  • Allowed optional types for remote query, command, and prerender functions.
  • Allowed commands to be used in more locations.

Affected Symbols