Astro: @astrojs/[email protected] Release

Release date:
October 21, 2025
Previous version:
@astrojs/[email protected] (released October 14, 2025)
Magnitude:
920 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

13 Commits in this Release

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

Authored October 21, 2025
Authored October 16, 2025
Authored October 14, 2025
Authored October 17, 2025
Authored October 20, 2025
Authored October 16, 2025
Authored October 17, 2025

Top Contributors in @astrojs/[email protected]

ematipico

Directory Browser for @astrojs/[email protected]

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

  • #14570 c96711d Thanks @matthewp! - Fix regression in 8.2.7: validate densities-based srcset widths against configured sizes

    When using densities with the Vercel image adapter, calculated widths were not being validated against Vercel's configured sizes list. This caused images to fail when using densities, as Vercel would reject the invalid widths.

    This fix ensures densities-calculated widths are mapped to valid configured sizes, matching the behavior already implemented for the widths prop.