FRONTEND
Astro v6.1.5
RESUMEN
Patch Changes - #16171 `5bcd03c` Thanks @Desel72! - Fixes a build error that occurred when a pre-rendered page used the `<Pictur
Descripción Detallada
Patch Changes - #16171 `5bcd03c` Thanks @Desel72! - Fixes a build error that occurred when a pre-rendered page used the `` component and another page called `render()` on content collection entries. - #16239 `7c65c04` Thanks @dataCenter430! - Fixes sync content inside `` not streaming to the browser until all async sibling expressions have resolved. - #16242 `686c312` Thanks @martrapp! - Revives UnoCSS in dev mode when used with the client router. This change partly reverts #16089, which in hindsight turned out to be too general. Instead of automatically persisting all style sheets, we now do this only for styles from Vue components. - #16192 `79d86b8` Thanks @alexanderniebuhr! - Uses today’s date for Cloudflare `compatibilit
Actualización de Astro v6.1.5 con correcciones de errores en la construcción y sincronización de contenido.
- Corrige un error de construcción al usar el componente `<Picture>` con `render()` en colecciones de contenido.
- Soluciona problemas de sincronización de contenido dentro de `<Fragment>` que no se transmitía al navegador.
- Revive UnoCSS en modo desarrollo solo para estilos de componentes Vue.
A quién le importa
Todos los que usan Astro y componentes Vue.
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