svelte@5.56.8

sveltejs/sveltesvelte@5.56.8Jul 24, 2026by github-actions[bot]

AI Summary

A patch release focusing on hydration error handling and select element state preservation.

Key Highlights

  • Fixed error handling during hydration of failed boundaries
  • Fixed preserved select selection when spread attributes omit value

Full Release Notes

### Patch Changes

-   fix: call `onerror` and provide a working `reset` when hydrating a failed boundary ([#18556](https://github.com/sveltejs/svelte/pull/18556))

-   fix: preserve select selection when spread attributes omit value ([#18561](https://github.com/sveltejs/svelte/pull/18561))