Astro: astro@7.0.9 Release

Release date:
July 13, 2026
Previous version:
astro@7.0.8 (released July 13, 2026)
Magnitude:
186 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in astro@7.0.9

matthewp
adamchal

Directory Browser for astro@7.0.9

All files are compared to previous version, astro@7.0.8. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #17286 a249317 Thanks @astrobot-houston! - Fixes the first browser visit after astro dev starts triggering an immediate full page reload

  • #17369 a94d4a5 Thanks @adamchal! - Fixes an issue where a client island could permanently fail to hydrate if the first attempt to load its component failed. Islands now reliably recover from transient import failures, which previously did not work for React components during astro dev.