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.2.1
### Patch Changes - [#16531](https://github.com/withastro/astro/pull/16531) [`76db01d`](https://github.com/withastro/astro/commit/76db01d332a4029f46f6df7a60fae14278321d2c) Thanks [@rodrigosdev](https://github.com/rodrigosdev)! - Fixes config validation for omitted `integrations` fields with newer
FRONTEND
Astro v0.21.1
### Patch Changes - [#16534](https://github.com/withastro/astro/pull/16534) [`5cf6c51`](https://github.com/withastro/astro/commit/5cf6c51188b52d22f133ea9373da0080f74701f9) Thanks [@matthewp](https://github.com/matthewp)! - Fixes compatibility with Zod 4.4.0 for the `server` config property and er