FRONTEND
Astro v6.0.5
RESUMEN
Patch Changes - #15891 `b889231` Thanks @matthewp! - Fix dev routing for `server:defer` islands when adapters opt into handling
Descripción Detallada
Patch Changes - #15891 `b889231` Thanks @matthewp! - Fix dev routing for `server:defer` islands when adapters opt into handling prerendered routes in Astro core. Server island requests are now treated as prerender-handler eligible so prerendered pages using `prerenderEnvironment: 'node'` can load island content without `400` errors. - #15890 `765a887` Thanks @matthewp! - Fixes `astro:actions` validation to check resolved routes, so projects using default static output with at least one `prerender = false` page or endpoint no longer fail during startup. - #15884 `dcd2c8e` Thanks @matthewp! - Avoid a `MaxListenersExceededWarning` during `astro dev` startup by increasing the shared Vite watcher listener limit when attaching content server listeners. - #15904 `23d5244` Thanks @jlukic! - Emit the `before-hydration`
Actualización de Astro v6.0.5 con correcciones en el enrutamiento y validación de acciones.
- Corrige el enrutamiento en desarrollo para islas con `server:defer` y manejo de rutas prerenderizadas.
- Mejora la validación de `astro:actions` para evitar fallos en proyectos con páginas estáticas.
- Aumenta el límite de oyentes en Vite para evitar advertencias durante el inicio de `astro dev`.
A quién le importa
Todos los que usan Astro en sus proyectos.
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