Releases: withastro/astro
Release list
astro@7.1.6
Patch Changes
-
#17536
ff97b86Thanks @dmgawel! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes -
#17383
296e1b0Thanks @thelazylamaGit! - Fixes stale dev CSS after editing component style blocks and CSS files in dev -
#17543
bbc1ec9Thanks @ematipico! - Adds a feature toexperimental.collectionStoragethat allows to change the size of chunks.For example, you can reduce the size of chunks to 1MB:
// astro.config.mjs import { defineConfig } from 'astro/config'; export default defineConfig({ experimental: { collectionStorage: { type: 'chunked', chunkSize: 1024 * 1024, }, }, });
-
#17545
5214663Thanks @ematipico! - Bumps the Astro compiler to the latest version. Changelog.
@astrojs/cloudflare@14.1.7
Patch Changes
-
#17543
bbc1ec9Thanks @ematipico! - Fixes a bug where Cloudflare couldn't load chunked collections viaexperimental.collectionStorage: 'chunked'. -
Updated dependencies []:
- @astrojs/underscore-redirects@1.0.3
astro@7.1.5
Patch Changes
-
#17524
7613030Thanks @matthewp! - Fixes a bug where an error while finalizing a request could prevent a response from being sent -
#17480
f61ba9cThanks @florian-lefebvre! - Fixes a case where a customlogger.entrypointfailed to load at runtime in a built server bundle. -
#17525
e614b7bThanks @matthewp! - Fixes action path resolution so that properties of a resolved action function are not treated as routable path segments -
#17284
c775c1fThanks @matthewp! - Fixes a bug where the custom 404 (or 500) page was not rendered when a middleware rewrite targeted a route that returned an empty 404/500 response, and a blank page was returned instead -
#17474
c895b12Thanks @nicksnyder! - Updates dependencyjs-yamlto v4.3.0 -
Updated dependencies [
c895b12]:- @astrojs/internal-helpers@0.10.2
- @astrojs/markdown-remark@7.2.2
- @astrojs/markdown-satteri@0.3.5
astro-vscode@2.16.18
Patch Changes
- #17474
c895b12Thanks @nicksnyder! - Updates dependencyjs-yamlto v4.3.0
@astrojs/vercel@11.0.4
Patch Changes
- Updated dependencies [
c895b12]:- @astrojs/internal-helpers@0.10.2
@astrojs/react@6.0.2
Patch Changes
- Updated dependencies [
c895b12]:- @astrojs/internal-helpers@0.10.2
@astrojs/preact@6.0.2
Patch Changes
- Updated dependencies [
c895b12]:- @astrojs/internal-helpers@0.10.2
@astrojs/node@11.0.3
Patch Changes
- Updated dependencies [
c895b12]:- @astrojs/internal-helpers@0.10.2
@astrojs/netlify@8.1.3
Patch Changes
- Updated dependencies [
c895b12]:- @astrojs/internal-helpers@0.10.2
- @astrojs/underscore-redirects@1.0.3
@astrojs/mdx@7.0.5
Patch Changes
- Updated dependencies [
c895b12]:- @astrojs/internal-helpers@0.10.2
- @astrojs/markdown-remark@7.2.2