astro@7.0.9

withastro/astroastro@7.0.9Jul 13, 2026by astrobot-houston

AI Summary

This patch release fixes issues where the first browser visit after starting astro dev triggered a reload and where client islands could fail to hydrate permanently.

Key Highlights

  • Fixed first browser visit triggering an immediate full page reload.
  • Fixed client islands permanently failing to hydrate on first load.
  • Islands now reliably recover from transient import failures.

Full Release Notes

### Patch Changes

-   [#17286](https://github.com/withastro/astro/pull/17286) [`a249317`](https://github.com/withastro/astro/commit/a249317e4d03ead215838a5f6f0e6fe70444d5d4) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes the first browser visit after `astro dev` starts triggering an immediate full page reload

-   [#17369](https://github.com/withastro/astro/pull/17369) [`a94d4a5`](https://github.com/withastro/astro/commit/a94d4a5afde1fd6de76cb2904703df7eb984b3f0) Thanks [@adamchal](https://github.com/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`.