Lanzado el 16 de febrero de 2026
Minor Changes - #15646 `0dd9d00` Thanks @delucis! - Removes redundant `fetchpriority` attributes from the output of Astro’s `<Im
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 buil
Genera un resumen en lenguaje claro de los cambios de este release, pensado para desarrolladores.