svelte@5.56.8

Osmantic/ODSsvelte@5.56.8Jul 24, 2026by github-actions[bot]

AI Summary

Patch release focusing on hydration error handling and select element attribute preservation.

Key Highlights

  • Improved error handling during hydration with working reset functionality
  • Preserved select element 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))