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 v14.1.5
### Patch Changes - [#17376](https://github.com/withastro/astro/pull/17376) [`0216368`](https://github.com/withastro/astro/commit/0216368c621dd033223ca91d670801fe423d631d) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes a bug where an explicit `cache: { enabled: false }`
FRONTEND
Astro v7.1.4
### Patch Changes - [#17488](https://github.com/withastro/astro/pull/17488) [`d4f266d`](https://github.com/withastro/astro/commit/d4f266de4af009876baa554708705e5ac36572bb) Thanks [@emerson-d-lopes](https://github.com/emerson-d-lopes)! - Fixes duplicate CSS files being emitted in server output whe