Skip to content

Releases: withastro/astro

astro@7.1.6

Choose a tag to compare

@astrobot-houston astrobot-houston released this 29 Jul 14:21
9865d1c

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:

    // 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 version. Changelog.

@astrojs/cloudflare@14.1.7

Choose a tag to compare

@astrobot-houston astrobot-houston released this 29 Jul 14:21
9865d1c

Patch Changes

  • #17543 bbc1ec9 Thanks @ematipico! - Fixes a bug where Cloudflare couldn't load chunked collections via experimental.collectionStorage: 'chunked'.

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.3

astro@7.1.5

Choose a tag to compare

@astrobot-houston astrobot-houston released this 28 Jul 16:51
b0535ca

Patch Changes

  • #17524 7613030 Thanks @matthewp! - Fixes a bug where an error while finalizing a request could prevent a response from being sent

  • #17480 f61ba9c Thanks @florian-lefebvre! - Fixes a case where a custom logger.entrypoint failed to load at runtime in a built server bundle.

  • #17525 e614b7b Thanks @matthewp! - Fixes action path resolution so that properties of a resolved action function are not treated as routable path segments

  • #17284 c775c1f Thanks @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 c895b12 Thanks @nicksnyder! - Updates dependency js-yaml to 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

Choose a tag to compare

@astrobot-houston astrobot-houston released this 28 Jul 16:51
b0535ca

Patch Changes

@astrojs/vercel@11.0.4

Choose a tag to compare

@astrobot-houston astrobot-houston released this 28 Jul 16:51
b0535ca

Patch Changes

  • Updated dependencies [c895b12]:
    • @astrojs/internal-helpers@0.10.2

@astrojs/react@6.0.2

Choose a tag to compare

@astrobot-houston astrobot-houston released this 28 Jul 16:51
b0535ca

Patch Changes

  • Updated dependencies [c895b12]:
    • @astrojs/internal-helpers@0.10.2

@astrojs/preact@6.0.2

Choose a tag to compare

@astrobot-houston astrobot-houston released this 28 Jul 16:51
b0535ca

Patch Changes

  • Updated dependencies [c895b12]:
    • @astrojs/internal-helpers@0.10.2

@astrojs/node@11.0.3

Choose a tag to compare

@astrobot-houston astrobot-houston released this 28 Jul 16:51
b0535ca

Patch Changes

  • Updated dependencies [c895b12]:
    • @astrojs/internal-helpers@0.10.2

@astrojs/netlify@8.1.3

Choose a tag to compare

@astrobot-houston astrobot-houston released this 28 Jul 16:51
b0535ca

Patch Changes

  • Updated dependencies [c895b12]:
    • @astrojs/internal-helpers@0.10.2
    • @astrojs/underscore-redirects@1.0.3

@astrojs/mdx@7.0.5

Choose a tag to compare

@astrobot-houston astrobot-houston released this 28 Jul 16:51
b0535ca

Patch Changes

  • Updated dependencies [c895b12]:
    • @astrojs/internal-helpers@0.10.2
    • @astrojs/markdown-remark@7.2.2