A

Astro

A
Astro Web v14.1.7

@astrojs/cloudflare@14.1.7

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

A
Astro Web v7.1.6

astro@7.1.6

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,…

A
Astro Web v8.1.3

@astrojs/netlify@8.1.3

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

A
Astro Web v11.0.3

@astrojs/node@11.0.3

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

A
Astro Web v7.0.5

@astrojs/mdx@7.0.5

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

A
Astro Web v6.0.2

@astrojs/react@6.0.2

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

A
Astro Web v14.1.5

@astrojs/cloudflare@14.1.5

Patch Changes #17376 0216368 Thanks @astrobot-houston! - Fixes a bug where an explicit cache: { enabled: false } in your wrangler config was overridden and forced to true when a Workers cache provider was configured Updated dependencies []: @astrojs/underscore-redirects@1.0.3

A
Astro Web v7.1.4

astro@7.1.4

Patch Changes #17488 d4f266d Thanks @emerson-d-lopes! - Fixes duplicate CSS files being emitted in server output when a prerendered page and a server-rendered page share the same styles (e.g. a shared layout importing Tailwind). The prerender and SSR environments each emitted their own copy of the same stylesheet (index.X.css and _..Y.css); the SSR build now reuses the CSS asset filename from the…

A
Astro Web v5.2.3

create-astro@5.2.3

Patch Changes #17423 08e8adb Thanks @astrobot-houston! - Fixes create-astro silently writing template files to the wrong directory on Linux when the path contains non-ASCII characters.

A
Astro Web v0.9.10

@astrojs/check@0.9.10

Patch Changes #17447 b01a692 Thanks @ocavue! - Update dependency yargs to version 18. See the yargs changelog for details.

A
Astro Web v2.0.5

@astrojs/markdoc@2.0.5

Patch Changes #17460 3b93a1a Thanks @astrobot-houston! - Fixes custom transform functions being dropped when a tag or node also specifies a custom render component. User-written transforms are now always preserved; only Markdoc's built-in transforms are removed so the custom component wins. #17191 fc3fb2b Thanks @eldardada! - Fixes custom transform functions being incorrectly dropped for tags and…

A
Astro Web v7.0.4

@astrojs/mdx@7.0.4

Patch Changes #17514 41a00dd Thanks @gtritchie! - Fixes a bug where the integration was emitting React-cased attribute names.

A
Astro Web v2.16.13

@astrojs/language-server@2.16.13

Patch Changes #17465 6a1c1d8 Thanks @florian-lefebvre! - Fixes a case where errors in files included in tsconfig project references would never be caught

A
Astro Web v2.0.4

@astrojs/markdoc@2.0.4

Patch Changes #17441 6180c8e Thanks @renovate! - Updates dependency htmlparser2 to v12

A
Astro Web v7.1.3

astro@7.1.3

Patch Changes #17427 630b382 Thanks @astrobot-houston! - Fixes image optimization during astro build using too many parallel processes in CPU-limited containers. Builds now respect the container's CPU limit, reducing peak memory usage and avoiding out-of-memory crashes.

A
Astro Web v14.1.4

@astrojs/cloudflare@14.1.4

Patch Changes #17457 d46ecd8 Thanks @matthewp! - Fixes a dev server crash when using Astro Actions with the Cloudflare adapter Updated dependencies []: @astrojs/underscore-redirects@1.0.3

A
Astro Web v7.1.2

astro@7.1.2

Patch Changes #17445 a5f7230 Thanks @ocavue! - Updates dependency cookie to v2. Cookie values made entirely of URL-safe characters are no longer percent-encoded in Set-Cookie headers; encoded values round-trip exactly as before. #17402 a89c137 Thanks @farrosfr! - Fixes a bug where mutated Astro.locals during the request lifecycle are lost and not passed to custom error pages (404.astro/500.astro)…

A
Astro Web v7.1.1

astro@7.1.1

Patch Changes #17399 4b03702 Thanks @matthewp! - Fixes encoded request paths being routed incorrectly when using domain-based i18n

A
Astro Web v7.1.0

astro@7.1.0

Minor Changes #17302 5f4dc03 Thanks @astrobot-houston! - Adds a new deferRender option to the glob() content loader When set to true, renderable entries (such as Markdown) are not rendered during content sync. Instead, rendering is deferred until the entry is actually rendered in a page, using the same on-demand path that .mdx files already use. This reduces memory usage during astro build for lar…

A
Astro Web v11.0.3

@astrojs/vercel@11.0.3

Patch Changes #17370 3a43cf0 Thanks @matthewp! - Improves internal ISR route handling

A
Astro Web v7.0.9

astro@7.0.9

Patch Changes #17286 a249317 Thanks @astrobot-houston! - Fixes the first browser visit after astro dev starts triggering an immediate full page reload #17369 a94d4a5 Thanks @adamchal! - Fixes an issue where a client island could permanently fail to hydrate if the first attempt to load its component failed. Islands now reliably recover from transient import failures, which previously did not work f…

A
Astro Web v8.1.2

@astrojs/netlify@8.1.2

Patch Changes #17368 ee74c28 Thanks @matthewp! - Fixes the generated Netlify Image CDN remote_images patterns so that regex metacharacters (such as .) in image.remotePatterns (hostname, pathname) and image.domains are matched literally instead of behaving like wildcards. This makes the generated patterns consistent with how Astro matches these values elsewhere. Updated dependencies []: @astrojs/un…

A
Astro Web v7.0.8

astro@7.0.8

Patch Changes #17363 3f4efc5 Thanks @astrobot-houston! - Fixes astro preview --open not opening a browser when using an adapter with a custom preview entrypoint, such as @astrojs/cloudflare #17313 e2e319d Thanks @ronits2407! - Exposes the AstroRuntimeLogger interface to allow users to properly type the logger functions at runtime. #17328 025cc74 Thanks @matthewp! - Fixes astro dev --force not repl…

A
Astro Web v2.16.12

@astrojs/language-server@2.16.12

Patch Changes #17345 5196fb4 Thanks @kkhys! - Fixes an opaque Cannot read properties of undefined (reading 'fileExists') crash when astro check runs against the TypeScript 7 native compiler. The native compiler does not ship the programmatic API the checker relies on yet, so astro check now fails early with a clear message pointing to the tracking issue instead.