FRONTEND
Astro v14.1.0
RESUMEN
Minor Changes - #17099 `fdab7ce` Thanks @adamchal! - Adds configured image service support with the `compile` and `custom` opti
Descripción Detallada
Minor Changes - #17099 `fdab7ce` Thanks @adamchal! - Adds configured image service support with the `compile` and `custom` options. The Cloudflare adapter supports various options that affect how images are processed for both pre-rendered and on-demand routes: - Setting `imageService: 'compile'` now ensures it is used for pre-rendered routes. When no custom image service is defined, the behavior remains unchanged. - With `imageService: 'custom'`, assets are now processed at build time for pre-rendered routes. If you have configured an image service, it will be bundled to handle images at runtime; otherwise, the behavior remains unchanged. - The other `imageService` options remain unchanged. Learn more about the image service options available in the Cloudflare adapter guide. Patch Changes - #17236 `c411200` Thanks @matthewp! - Prevents warnings in the Cloudflare adapter about optimizing the `@astrojs/cloudflare/entrypoints/server` module in dev. - #17249 (
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v11.0.1
### Patch Changes - [#17249](https://github.com/withastro/astro/pull/17249) [`02b73b0`](https://github.com/withastro/astro/commit/02b73b0fc2e32102e788fd9031ce061337490a73) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `peerDependencies` field used incorrect depende
FRONTEND
Astro v9.0.1
### Patch Changes - [#17249](https://github.com/withastro/astro/pull/17249) [`02b73b0`](https://github.com/withastro/astro/commit/02b73b0fc2e32102e788fd9031ce061337490a73) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `peerDependencies` field used incorrect depende