Astro: astro@5.11.1 Release

Release date:
July 14, 2025
Previous version:
astro@5.11.0 (released July 3, 2025)
Magnitude:
11 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in astro@5.11.1

ematipico

Directory Browser for astro@5.11.1

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

  • #14045 3276b79 Thanks @ghubo! - Fixes a problem where importing animated .avif files returns a NoImageMetadata error.

  • #14041 0c4d5f8 Thanks @dixslyf! - Fixes a <ClientRouter /> bug where the fallback view transition animations when exiting a page ran too early for browsers that do not support the View Transition API. This bug prevented event.viewTransition?.skipTransition() from skipping the page exit animation when used in an astro:before-swap event hook.