FRONTEND
Astro v6.0.3
RESUMEN
Patch Changes - #15711 `b2bd27b` Thanks @OliverSpeir! - Improves Astro core's dev environment handling for prerendered route
Descripción Detallada
Patch Changes - #15711 `b2bd27b` Thanks @OliverSpeir! - Improves Astro core's dev environment handling for prerendered routes by ensuring route/CSS updates and prerender middleware behavior work correctly across both SSR and prerender environments. This enables integrations that use Astro's prerender dev environment (such as Cloudflare with `prerenderEnvironment: 'node'`) to get consistent route matching and HMR behavior during development. - #15852 `1cdaf9f` Thanks @ematipico! - Fixes a regression where the the routes emitted by the `astro:build:done` hook didn't have the `distURL` array correctly populated. - #15765 `ca76ff1` Thanks @matthewp! - Hardens server island POST endpoint validation to use own-property checks for improved consistency
Actualización de Astro v6.0.3 con mejoras en el entorno de desarrollo y correcciones de errores.
- Mejora el manejo del entorno de desarrollo para rutas prerenderizadas, asegurando actualizaciones de rutas y comportamiento HMR consistente.
- Corrige un error donde las rutas emitidas por el hook `astro:build:done` no tenían correctamente poblado el array `distURL`.
- Fortalece la validación del endpoint POST de server islands con verificaciones de propiedad propia.
A quién le importa
Todos los que usan Astro para desarrollo y despliegue de aplicaciones.
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