FRONTEND
Astro v6.1.4
RESUMEN
Patch Changes - #16197 `21f9fe2` Thanks @SchahinRohani! - Remove unused re-exports from assets/utils barrel file to fix Vi
Descripción Detallada
Patch Changes - #16197 `21f9fe2` Thanks @SchahinRohani! - Remove unused re-exports from assets/utils barrel file to fix Vite build warning - #16059 `6d5469e` Thanks @matthewp! - Fixes `Expected 'miniflare' to be defined` errors and 404 responses in dev mode when using the Cloudflare adapter and the config file changes. Instead of creating a brand new Vite server on config changes, Astro now performs a Vite in-place restart, allowing the Cloudflare adapter to reuse its existing miniflare instance across restarts. - #16154 `7610ba4` Thanks @Desel72! - Fixes pages with dots in their filenames (e.g. `hello.world.astro`) returning 404 when accessed with a trailing slash in the dev server. The `trailingSlashForPath` function now only forces `trailingSlash: 'never'` for endpoints with file extensions, allowing pages to correctly respect the user's `trailingSlash` config. - #16193 (
Actualización de parches en Astro v6.1.4 sin cambios que rompen código.
- Se eliminaron re-exportaciones no utilizadas en el archivo barrel de assets/utils para corregir una advertencia de Vite.
- Se solucionaron errores 'Expected 'miniflare' to be defined' y respuestas 404 en modo dev con el adaptador de Cloudflare.
- Se corrigió el acceso a páginas con puntos en sus nombres que devolvían 404 al usar una barra diagonal al final.
A quién le importa
Todos los que usan Astro y Cloudflare.
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