Astro 7.0.6
Astro 7.0.6 Is Here
The Astro team released version 7.0.6 on July 2, 2026. This patch release brings several bug fixes and stability improvements to the popular web framework.
What Changed
- False deprecation warning fixed —
markdown.gfmandmarkdown.smartypantsno longer trigger incorrect deprecation warnings when using the Container API. - Route generation with zero values — Fixed a bug where dynamic route params with a value of
0would throw a "Missing parameter" error or silently drop the segment. - Missing CSS in dev mode — Virtual style modules now render their CSS correctly in dev mode when JavaScript is disabled.
- Security check consistency — The
security.checkOrigincheck is now applied consistently to Astro Actions and on-demand endpoints, regardless of request pipeline composition. - Image layout stability — Additional fixes for responsive image layout styles.
Upgrade Now
Run npm upgrade astro or pnpm upgrade astro to update to version 7.0.6. No breaking changes — this is a clean patch release.