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