FRONTEND
Astro v7.0.6
RESUMEN
Patch Changes - #17261 `79aa99c` Thanks @astrobot-houston! - Fixes a false deprecation warning for `markdown.gfm` and `
Descripción Detallada
Patch Changes - #17261 `79aa99c` Thanks @astrobot-houston! - Fixes a false deprecation warning for `markdown.gfm` and `markdown.smartypants` when using the Container API - #17247 `f94280d` Thanks @chatman-media! - Fixes route generation throwing "Missing parameter" (or silently dropping the segment) when a dynamic param's value is `0`. The generator used truthy checks instead of checking for `undefined`, so `paginate(posts, { params: { categoryId: 0 } })` would crash even though `0` is a perfectly valid param value. - #17278 `6f11739` Thanks @astrobot-houston! - Fixes missing CSS for virtual style modules (e.g., responsive image layout styles) in dev mode when JavaScript is disabled - #17250 `0b30b35` Thanks @matthewp! - Fixes the `security.checkOrigin` check so it is applied consistently
Actualización de dependencias en Astro v7.0.6.
- Se actualizó @astrojs/underscore-redirects a la versión 1.0.3.
A quién le importa
Todos los que usan Astro.
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