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 v14.1.7
### Patch Changes - [#17543](https://github.com/withastro/astro/pull/17543) [`bbc1ec9`](https://github.com/withastro/astro/commit/bbc1ec9715160e25eb6a6fee2e133386414c0c00) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where Cloudflare couldn't load chunked collections via `expe
FRONTEND
Astro v7.1.6
### Patch Changes - [#17536](https://github.com/withastro/astro/pull/17536) [`ff97b86`](https://github.com/withastro/astro/commit/ff97b86ab02d199af5fe0f6e9984e9919c8276bf) Thanks [@dmgawel](https://github.com/dmgawel)! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks fo