FRONTEND
Astro v7.1.6
RESUMEN
Patch Changes - #17536 `ff97b86` Thanks @dmgawel! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks fo
Descripción Detallada
Patch Changes - #17536 `ff97b86` Thanks @dmgawel! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes - #17383 `296e1b0` Thanks @thelazylamaGit! - Fixes stale dev CSS after editing component style blocks and CSS files in dev - #17543 `bbc1ec9` Thanks @ematipico! - Adds a feature to `experimental.collectionStorage` that allows to change the size of chunks. For example, you can reduce the size of chunks to 1MB: ```js // astro.config.mjs import { defineConfig } from 'astro/config'; export default defineConfig({ experimental: { collectionStorage: { type: 'chunked', chunkSize: 1024 * 1024, }, }, }); ``` - #17545 `5214663` Thanks @ematipico! - Bumps the Astro compiler to the latest versio
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
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 v8.1.3
### Patch Changes - Updated dependencies \[[`c895b12`](https://github.com/withastro/astro/commit/c895b12b99a73f5a9f98d6699452d12c138f8a18)]: - @astrojs/internal-helpers@0.10.2 - @astrojs/underscore-redirects@1.0.3
FRONTEND