A

Astro

A
Astro Web v7.0.2

@astrojs/solid-js@7.0.2

Patch Changes #17584 5462b81 Thanks @astrobot-houston! - Fixes a build crash when a Solid island imports a package that ships pre-compiled browser artifacts via the exports.solid condition (e.g. @kobalte/core). Solid ecosystem packages are now bundled in non-client environments so that Vite resolves the correct export condition during prerendering.

A
Astro Web v7.0.2

@astrojs/vue@7.0.2

Patch Changes #17515 023e7be Thanks @barry166! - Fix dev server crashes when Vue devtools are enabled with Vite 8.

A
Astro Web v7.2.0

astro@7.2.0

Minor Changes #17174 0224a3a Thanks @matthewp! - Adds the astro preview --background flag to start preview servers as background processes. This makes preview servers easier to manage from scripts and AI coding agents because the command returns after the server is ready instead of keeping the terminal attached to the long-running process. astro preview --background When a preview server is runnin…

A
Astro Web v11.1.0

@astrojs/node@11.1.0

Minor Changes #16871 90c98ae Thanks @adamchal! - When session: false is set in astro.config, the adapter no longer auto-wires the filesystem session driver. Combined with the matching astro change, this lets the session runtime tree-shake out of the server bundle. Patch Changes #17564 004fb0a Thanks @dmgawel! - Fixes middleware mode routing when a prerendered dynamic route sorts before an on-deman…

A
Astro Web v14.2.0

@astrojs/cloudflare@14.2.0

Minor Changes #16194 2a59663 Thanks @Daedalus-Icarus! - Adds opt-in build-time image optimization for the cloudflare-binding image service. When enabled, the Cloudflare IMAGES binding transforms static images in the workerd prerender environment, and the optimized bytes are written directly to the output directory. If the binding fails, it falls back to Sharp. To opt in, use the compound configura…

A
Astro Web v0.7.4

@astrojs/upgrade@0.7.4

Patch Changes #17579 3ea55ce Thanks @bluwy! - Supports the devEngines field in package.json when detecting the package manager for install commands

A
Astro Web v11.0.5

@astrojs/vercel@11.0.5

Patch Changes #17569 d1bb7fa Thanks @lazerg! - Prevents astro build from crashing with EEXIST when .vercel/output/server/ already exists by creating it with { recursive: true }, matching the sibling static/ directory call

A
Astro Web v8.2.0

@astrojs/netlify@8.2.0

Minor Changes #16871 90c98ae Thanks @adamchal! - When session: false is set in astro.config, the adapter no longer auto-wires the Netlify Blobs session driver. Combined with the matching astro change, this lets the session runtime tree-shake out of the function bundle. Patch Changes Updated dependencies []: @astrojs/underscore-redirects@1.0.3

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