FRONTEND
Astro v6.1.8
RESUMEN
Patch Changes - #16367 `a6866a7` Thanks @ematipico! - Fixes an issue where build output files could contain special characters
Descripción Detallada
Patch Changes - #16367 `a6866a7` Thanks @ematipico! - Fixes an issue where build output files could contain special characters (`!`, `~`, `{`, `}`) in their names, causing deploy failures on platforms like Netlify. - #16381 `217c5b3` Thanks @ematipico! - Slightly improved the performance of the dev server by caching the internal crawling of the dependencies of a project. - #16348 `7d26cd7` Thanks @ocavue! - Fixes a bug where emitted assets during a client build would contain always fresh, new hashes in their name. Now the build should be more stable. - #16317 `d012bfe` Thanks @das-peter! - Fixes a bug where `allowedDomains` weren't correctly propagated when using the development server. - #16379 (
Actualización de Astro v6.1.8 con correcciones y mejoras de rendimiento.
- Se solucionó un problema con caracteres especiales en los nombres de archivos de salida que causaban fallos en despliegues.
- Mejora en el rendimiento del servidor de desarrollo mediante el almacenamiento en caché de dependencias.
- Se corrigió un error que generaba hashes nuevos en los activos emitidos durante la construcción del cliente.
- Se arregló un problema con la propagación de 'allowedDomains' en el servidor de desarrollo.
A quién le importa
Todos los que usan Astro para 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