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.4.8
### Patch Changes - [#17109](https://github.com/withastro/astro/pull/17109) [`27c80ea`](https://github.com/withastro/astro/commit/27c80ea92248993e5fce94b2c26d87d611ab6785) Thanks [@ematipico](https://github.com/ematipico)! - Harden the limits on the number of decoding on the URL.
FRONTEND
Astro v6.4.7
### Patch Changes - [#17035](https://github.com/withastro/astro/pull/17035) [`197e50e`](https://github.com/withastro/astro/commit/197e50e2e37168a9b9e8a014c13d1308b2220ca1) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes `getRelativeLocaleUrl`, `getAbsoluteLocaleUrl`, and