FRONTEND
Astro v6.1.3
RESUMEN
Patch Changes - #16161 `b51f297` Thanks @matthewp! - Fixes a dev rendering issue with the Cloudflare adapter where head metadat
Descripción Detallada
Patch Changes - #16161 `b51f297` Thanks @matthewp! - Fixes a dev rendering issue with the Cloudflare adapter where head metadata could be missing and dev CSS/scripts could be injected in the wrong place - #16110 `de669f0` Thanks @tmimmanuel! - Fixes skew protection query parameters not being appended to inter-chunk JavaScript imports in client bundles, which could cause version mismatches during rolling deployments on Vercel - #16162 `a0a49e9` Thanks @rururux! - Fixes an issue where HMR would not trigger when modifying files while using @astrojs/cloudflare with prerenderEnvironment: 'node' enabled. - #16142 `7454854` Thanks @rururux! - Fixes HTML content being incorrectly escaped as plain text when rendering a MDX component using the `AstroContainer` APIs. - (
Actualización de parches para corregir problemas de renderizado y compatibilidad en Astro.
- Corrige un problema de renderizado en el adaptador de Cloudflare que podía omitir metadatos en el head.
- Asegura que los parámetros de protección de skew se añadan a las importaciones de JavaScript en los bundles del cliente.
- Resuelve un problema donde HMR no se activaba al modificar archivos con @astrojs/cloudflare.
- Corrige la escapatoria incorrecta de contenido HTML al renderizar componentes MDX con las APIs de AstroContainer.
A quién le importa
Todos los que usan Astro con adaptadores de Cloudflare.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Astro v6.4.8
### Patch Changes - [#17109](https://github.com/withastro/astro/pull/17109) [`27c80ea`](https://github.com/withastro/astro/commit/27c80ea92248993e5fce94b2c26d87d611ab6785) Thanks [@ematipico](https://github.com/ematipico)! - Harden the limits on the number of decoding on the URL.
FRONTEND
Astro v6.4.7
### Patch Changes - [#17035](https://github.com/withastro/astro/pull/17035) [`197e50e`](https://github.com/withastro/astro/commit/197e50e2e37168a9b9e8a014c13d1308b2220ca1) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes `getRelativeLocaleUrl`, `getAbsoluteLocaleUrl`, and