Astro: astro@5.12.9 Release

Release date:
August 8, 2025
Previous version:
astro@5.12.8 (released August 1, 2025)
Magnitude:
1,056 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in astro@5.12.9

ematipico
alexanderniebuhr
bjohansebas

Directory Browser for astro@5.12.9

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Patch Changes

  • #14020 9518975 Thanks @jp-knj and @asieradzk! - Prevent double-prefixed redirect paths when using fallback and redirectToDefaultLocale together

    Fixes an issue where i18n fallback routes would generate double-prefixed paths (e.g., /es/es/test/item1/) when fallback and redirectToDefaultLocale configurations were used together. The fix adds proper checks to prevent double prefixing in route generation.

  • #14199 3e4cb8e Thanks @ascorbic! - Fixes a bug that prevented HMR from working with inline styles