Astro: astro@7.0.3 Release

Release date:
June 25, 2026
Previous version:
astro@7.0.2 (released June 23, 2026)
Magnitude:
30 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in astro@7.0.3

matthewp
ematipico
ocavue

Directory Browser for astro@7.0.3

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

Loading File Browser...

Release Notes Published

Patch Changes

  • #17189 24d2c9e Thanks @astrobot-houston! - Fixes a bug where an error thrown inside one route's getStaticPaths() would prevent other valid routes from being matched in dev mode

  • #16932 8f4a3db Thanks @fkatsuhiro! - Fixes HMR for action files during development. Editing files in src/actions/ now takes effect on the next request without requiring a dev server restart.

  • #17087 fb0ab02 Thanks @jp-knj! - Fixes localized custom error pages in i18n projects so routes like /pt/404 are used for missing localized pages and return the correct status code