FRONTEND
Astro v6.0.6
RESUMEN
Patch Changes - #15965 `2dca307` Thanks @matthewp! - Fixes client hydration for components imported through Node.js subpath imp
Descripción Detallada
Patch Changes - #15965 `2dca307` Thanks @matthewp! - Fixes client hydration for components imported through Node.js subpath imports (`package.json#imports`, e.g. `#components/*`), for example when using the Cloudflare adapter in development. - #15770 `6102ca2` Thanks @jpc-ae! - Updates the `create astro` welcome message to highlight the graceful dev/preview server quit command rather than the kill process shortcut - #15953 `7eddf22` Thanks @Desel72! - fix(hmr): eagerly recompile on style-only change to prevent stale slots render - #15916 `5201ed4` Thanks @trueberryless! - Fixes `InferLoaderSchema` type inference for content collections defined with a loader that includes a `schema` - #15864 (
Actualización de Astro que corrige problemas de hidratación y mejora mensajes en la CLI.
- Corrige la hidratación de componentes importados a través de subrutas de Node.js.
- Actualiza el mensaje de bienvenida de `create astro` para resaltar el comando de salida del servidor.
- Recompila de forma anticipada en cambios solo de estilos para evitar renderizados obsoletos.
- Corrige la inferencia de tipos en colecciones de contenido con un loader que incluye un esquema.
A quién le importa
Todos los que usan Astro y desarrollan con componentes importados.
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