FRONTEND
Astro v6.3.2
RESUMEN
Patch Changes - #16675 `11d4592` Thanks @ascorbic! - Fixes a regression where `Astro.cache` was `undefined` when `experimental.
Descripción Detallada
Patch Changes - #16675 `11d4592` Thanks @ascorbic! - Fixes a regression where `Astro.cache` was `undefined` when `experimental.cache` was not configured. The previous documented behavior is for `Astro.cache` to always be defined as a no-op shim: `cache.set()` warns once, `cache.invalidate()` throws and `cache.enabled` can be used to gate. This allows library and user code can call cache methods without conditional checks. The cache provider registration was being gated at the call site on `experimental.cache` being configured, which meant the disabled shim branch inside the provider was unreachable and the `Astro.cache` getter was never attached to the context. - #16691 `0f0a4ce` Thanks @matthewp! - Fixes `HTMLElement is not defined` error during HMR when using components with client-side scripts (e.g. Starlight ``) and the Cloudflare adapter - #16562 `07529ec` Thanks @matthewp! - Fixes non-prerendered routes failing when a dynamic prerendered route exists in the
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v5.1.3
### Patch Changes - Updated dependencies \[[`d365c97`](https://github.com/withastro/astro/commit/d365c975ba2d88fc1dbdfe698df2bf9e2eafadce)]: - @astrojs/internal-helpers@0.9.1
FRONTEND
Astro v8.1.1
### Patch Changes - [#16642](https://github.com/withastro/astro/pull/16642) [`53059be`](https://github.com/withastro/astro/commit/53059bec978a5124fc61a23035cefbfc93754a01) Thanks [@ocavue](https://github.com/ocavue)! - Adds support for TypeScript v6 to peer dependencies range.
FRONTEND