FRONTEND
Astro v6.3.6
RESUMEN
Patch Changes - #16774 `8f77583` Thanks @astrobot-houston! - Fixes markdown images with empty alt text (`!
Descripción Detallada
Patch Changes - #16774 `8f77583` Thanks @astrobot-houston! - Fixes markdown images with empty alt text (`!`) in content collections dropping the `alt` attribute entirely. The `alt=""` attribute is now correctly preserved in the rendered HTML output, which is important for accessibility (indicating decorative images). - #16776 `3d10b5e` Thanks @matthewp! - Fixes HMR serving stale content when components are passed as props via `getStaticPaths()` - #16784 `7453860` Thanks @ematipico! - Improved the printing of the build time if it goes over the 60 seconds. - #16665 `3dbbcee` Thanks @Princesseuh! - Fixes remote SVG sources erroring with `dangerouslyProcessSVG` after the v6.3 SVG-processing gate. The default Sharp service now resolves the output format from the source up-front when it can
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v7.0.13
### Patch Changes - [#17018](https://github.com/withastro/astro/pull/17018) [`1310277`](https://github.com/withastro/astro/commit/1310277db33cd93aa99e87492650c633af0fe257) Thanks [@matthewp](https://github.com/matthewp)! - Hardens `remotePatterns` regex generation to match canonical wildcard sema
FRONTEND
Astro v6.4.6
### Patch Changes - [#16765](https://github.com/withastro/astro/pull/16765) [`b10e86e`](https://github.com/withastro/astro/commit/b10e86e6dbaf04678127c86366befc0b78a164f6) Thanks [@fkatsuhiro](https://github.com/fkatsuhiro)! - Fixes an issue where renaming an image file while the dev server is ru