FRONTEND
Astro v14.0.0
RESUMEN
Patch Changes - #16990 `ebeb830` Thanks @ocavue! - Fixes a build crash when using `experimental.advancedRouting` with a custom `f
Descripción Detallada
Patch Changes - #16990 `ebeb830` Thanks @ocavue! - Fixes a build crash when using `experimental.advancedRouting` with a custom `fetchFile` that statically imports `cf` from `@astrojs/cloudflare/fetch`. The circular dependency between `@astrojs/cloudflare/fetch` and `astro/app/entrypoint` caused `createApp` or `createGetEnv` to be `undefined` at module evaluation time. Initialization is now deferred to the first `cf()` call, breaking the cycle. - #16671 `fd926fd` Thanks @alexanderniebuhr! - Removes deprecations warnings added in Astro v6 for Cloudflare specific Astro.locals properties. - Updated dependencies \[`1f07343`, `1e000e2`, `c63e7e4`, `ebeb830`, `10229f7`]: - astro@7.0.0-alpha.2 - @astrojs/u
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v0.3.1
# @astrojs/markdown-satteri ## 0.3.0-alpha.0 ### Minor Changes - [#16969](https://github.com/withastro/astro/pull/16969) [`4a31f90`](https://github.com/withastro/astro/commit/4a31f90c765bcd1c4af8b85160b74a0da338cfe7) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adds support for Pris
FRONTEND
Astro v6.4.5
### Patch Changes - [#16985](https://github.com/withastro/astro/pull/16985) [`4ecff32`](https://github.com/withastro/astro/commit/4ecff3268acb6ee3db719c4b38bbaead703ff4de) Thanks [@maximslo](https://github.com/maximslo)! - Fixes the `experimental.logger` destination not being used for the "Server