FRONTEND
Astro v14.1.2
RESUMEN
Patch Changes - #17323 `4298883` Thanks @ematipico! - Fixes build-time image optimization ignoring a custom image service regi
Descripción Detallada
Patch Changes - #17323 `4298883` Thanks @ematipico! - Fixes build-time image optimization ignoring a custom image service registered by an integration Previously, when using `imageService: 'compile'` or `imageService: 'custom'`, a custom image service was only respected if it was set directly in the `image.service` option of `astro.config`. If an integration registered the service instead, images were silently optimized with the default Sharp service at build time. A custom image service now transforms your images at build time no matter how it was configured. - #17323 `4298883` Thanks @ematipico! - Prebundles `astro/components` and the `` transition runtime modules in the dev server environment so pages using them no longer trigger a mid-session dep optimizer reload, which caused React "Invalid hook call" errors in islands on the first request after a cold cache - #17323 `4298883` Thanks @ematipico! - Fixes an issue where `vars` weren't available at
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v3.3.3
### Patch Changes - [#17323](https://github.com/withastro/astro/pull/17323) [`4298883`](https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b) Thanks [@ematipico](https://github.com/ematipico)! - Refactors internal WSL detection by removing the `is-wsl` dependency. -
FRONTEND
Astro v11.0.2
### Patch Changes - Updated dependencies \[[`eb6f97e`](https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c)]: - @astrojs/internal-helpers@0.10.1
FRONTEND