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 v14.1.7
### Patch Changes - [#17543](https://github.com/withastro/astro/pull/17543) [`bbc1ec9`](https://github.com/withastro/astro/commit/bbc1ec9715160e25eb6a6fee2e133386414c0c00) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where Cloudflare couldn't load chunked collections via `expe
FRONTEND
Astro v7.1.6
### Patch Changes - [#17536](https://github.com/withastro/astro/pull/17536) [`ff97b86`](https://github.com/withastro/astro/commit/ff97b86ab02d199af5fe0f6e9984e9919c8276bf) Thanks [@dmgawel](https://github.com/dmgawel)! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks fo