Astro: [email protected] Release

Release date:
February 26, 2026
Previous version:
[email protected] (released February 24, 2026)
Magnitude:
1,120 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

13 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Top Contributors in [email protected]

ematipico
florian-lefebvre
Princesseuh

Directory Browser for [email protected]

All files are compared to previous version, [email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Minor Changes

  • #15646 0dd9d00 Thanks @delucis! - Removes redundant fetchpriority attributes from the output of Astro’s <Image> component

    Previously, Astro would always include fetchpriority="auto" on images not using the priority attribute. However, this is the default value, so specifying it is redundant. This change omits the attribute by default.

Patch Changes

  • #15661 7150a2e Thanks @ematipico! - Fixes a build error when generating projects with 100k+ static routes.

  • #15603 5bc2b2c Thanks @0xRozier! - Fixes a deadlock that occurred when using SVG images in content collections

  • #15669 d5a888b Thanks @florian-lefebvre! - Removes the cssesc dependency

    This CommonJS dependency could sometimes cause errors because Astro is ESM-only. It is now replaced with a built-in ESM-friendly implementation.