FRONTEND
Astro v7.0.7
RESUMEN
Patch Changes - #17318 `23a4120` Thanks @astrobot-houston! - Fixes CSS module scoped-name hash mismatch in `astro dev`
Descripción Detallada
Patch Changes - #17318 `23a4120` Thanks @astrobot-houston! - Fixes CSS module scoped-name hash mismatch in `astro dev` when using `vite.css.transformer: 'lightningcss'` with content collections. Previously, a component importing a CSS module and rendered via content collection `render()` would get different class name hashes in the element and the injected `` tag, causing styles not to apply. - #17323 `4298883` Thanks @ematipico! - Fixes a dev server memory leak which caused Node.js to emit warnings in the console. - #17323 `4298883` Thanks @ematipico! - Fixes a dev server crash when a `.html` or `/index.html` suffixed request (such as those `netlify dev` probes as pretty-URL fallbacks) matched a dynamic endpoint route, causing a `TypeError: Missing parameter` error - #17325 `cebc404` Thanks [@astrobot-houston](
Actualización de Astro que corrige un error en la validación de dimensiones de imágenes remotas.
- Corrige un error en la validación de dimensiones de imágenes remotas durante construcciones estáticas en Netlify.
- Actualiza la dependencia @astrojs/underscore-redirects a la versión 1.0.3.
A quién le importa
Todos los que usan Astro para construir sitios estáticos.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Astro v14.1.7
### Patch Changes - [#17543](https://github.com/withastro/astro/pull/17543) [`bbc1ec9`](https://github.com/withastro/astro/commit/bbc1ec9715160e25eb6a6fee2e133386414c0c00) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where Cloudflare couldn't load chunked collections via `expe
FRONTEND
Astro v7.1.6
### Patch Changes - [#17536](https://github.com/withastro/astro/pull/17536) [`ff97b86`](https://github.com/withastro/astro/commit/ff97b86ab02d199af5fe0f6e9984e9919c8276bf) Thanks [@dmgawel](https://github.com/dmgawel)! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks fo