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