FRONTEND
Astro v6.4.6
RESUMEN
Patch Changes - #16765 `b10e86e` Thanks @fkatsuhiro! - Fixes an issue where renaming an image file while the dev server is ru
Descripción Detallada
Patch Changes - #16765 `b10e86e` Thanks @fkatsuhiro! - Fixes an issue where renaming an image file while the dev server is running triggers a build error. Now Astro correctly hot-reloads the image without crashing. - #17026 `add3df1` Thanks @matthewp! - Hardens `addAttribute` to drop attribute names containing characters that are invalid per the HTML spec (`"`, `'`, `>`, `/`, `=`, whitespace) - #17033 `ffda27b` Thanks @matthewp! - Validates the request origin against `allowedDomains` before fetching prerendered error pages. When `allowedDomains` is configured and the Host header matches, the original origin is used. Otherwise, the fetch falls back to `localhost`.
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 v0.3.1
# @astrojs/markdown-satteri ## 0.3.0-alpha.0 ### Minor Changes - [#16969](https://github.com/withastro/astro/pull/16969) [`4a31f90`](https://github.com/withastro/astro/commit/4a31f90c765bcd1c4af8b85160b74a0da338cfe7) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adds support for Pris