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 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