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