FRONTEND
Astro v6.0.4
RESUMEN
Patch Changes - #15870 `920f10b` Thanks @matthewp! - Prebundle `astro/toolbar` in dev when custom dev toolbar apps are register
Descripción Detallada
Patch Changes - #15870 `920f10b` Thanks @matthewp! - Prebundle `astro/toolbar` in dev when custom dev toolbar apps are registered, preventing re-optimization reloads that can hide or break the toolbar. - #15876 `f47ac53` Thanks @ematipico! - Fixes `redirectToDefaultLocale` producing a protocol-relative URL (`//locale`) instead of an absolute path (`/locale`) when `base` is `'/'`. - #15767 `e0042f7` Thanks @matthewp! - Fixes server islands (`server:defer`) not working when only used in prerendered pages with `output: 'server'`. - #15873 `35841ed` Thanks @matthewp! - Fix a dev server bug where newly created pages could miss layout-imported CSS until restart. - #15874 (
Actualización menor de Astro con correcciones y mejoras en el entorno de desarrollo.
- Precompila `astro/toolbar` en desarrollo al registrar aplicaciones de barra de herramientas personalizadas.
- Corrige `redirectToDefaultLocale` para generar rutas absolutas en lugar de relativas.
- Soluciona problemas con `server:defer` en páginas prerenderizadas con `output: 'server'`.
- Arregla un error en el servidor de desarrollo donde las nuevas páginas podían perder CSS importado.
A quién le importa
Todos los que usan Astro en desarrollo.
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