Releases Index

astro

$npx @buildinternet/releases get astro-changelog
Mon
Wed
Fri
OctNovDecJanFebMarAprMayJunJulAugSep
Less
More
Releases104Avg32/mo
@astrojs/vercel@11.0.11

Fixes a rare issue where ISR pages on Vercel could intermittently be served a cached redirect to a nonsense URL like /$0/ instead of the page, with unresolvable requests now returning 404. Also corrects the immutable Cache-Control rule for hashed /_astro/* assets being emitted after the filesystem route handle in the Vercel output config.

Read more →
@astrojs/mdx@8.0.2

@astrojs/mdx v8 can no longer be installed alongside astro versions that bundle an older @astrojs/markdown-satteri lacking MDX support, and the error message now suggests updating astro when the processor is too old. Dependency @astrojs/markdown-satteri was bumped to 0.4.2.

Read more →
@astrojs/cloudflare@14.3.3

Image transforms without a specified quality no longer output higher quality than expected on certain formats, and image requests work again when using imageService: 'compile' with passthroughImageService(). Also fixed the optimizeDeps.include glob astro/runtime/** matching .d.ts files, which created 83 unnecessary optimizer entries and empty output chunks per environment during dev.

Read more →
astro@7.3.4

Incremental builds no longer repeatedly render pages whose modules or compiled CSS reference bundled assets. Also fixes the dev server re-evaluating the entire server module graph on every request, which affected adapters running outside Vite's module runner such as @astrojs/cloudflare, plus domain-based i18n routing now respects security.allowedDomains.

Read more →
@astrojs/react@7.0.0

The React integration migrates to @vitejs/plugin-react v6 using Oxc for JSX and Fast Refresh, removing the babel integration option; projects with custom Babel transforms must configure @rolldown/plugin-babel under vite.plugins. An opt-in compiler option enables the Oxc-based React Compiler for client components and hooks via oxc-transform-react.

Read more →
@astrojs/partytown@2.1.8

Updates @qwik.dev/partytown from 0.13.2 to 0.14.4, bringing fixes for analytics event forwarding and iframe loading, support for Google Tag Manager's Tag Assistant preview, and automatic execution of scripts added after client-side navigation.

Read more →
@astrojs/vue@7.0.3

Fixes Vue render-function components failing to build when @astrojs/react is also enabled, by stopping the React renderer check from crashing on non-React object components and teaching Vue's check to recognize defineComponent() components whose setup function returns a render function.

Read more →
@astrojs/cloudflare@14.3.2

Static sites using the default Cloudflare Images binding now transform prerendered images at build time instead of serving broken images, and cold astro dev crashes with the passthrough image service are fixed. Also fixes build failures when the wrangler config declares Durable Object classes via the exports field, and pre-bundles renderer server entrypoints to prevent a mid-request re-optimization that could crash the dev server on Cloudflare workerd.

Read more →
astro-vscode@2.17.0

The language server now uses a Biome-powered astro2tsx implementation with better support for incomplete syntax, generic types, and edge cases. Also fixed organize imports across frontmatter and multiple script tags, and the AstroComponent suffix not being removed from Svelte and Vue imports in .astro files.

Read more →
@astrojs/language-server@2.17.0

The language server now uses a Biome-powered astro2tsx implementation with better support for incomplete syntax, generic types, and edge cases, improving type checking and editor support for .astro files. Fixed the AstroComponent suffix not being removed from Svelte and Vue imports.

Read more →
@astrojs/react@6.0.6

React's renderer check no longer crashes on non-React object components, and Vue's check now recognizes defineComponent() components whose setup function returns a render function, fixing Vue render-function components that failed to build when @astrojs/react was also enabled.

Read more →
astro@7.3.3

Updates svgo to 4.0.2 to resolve a security advisory, and fixes a dev server bug where a configured base like /s caused /src/... requests to be rewritten to /rc/... and fail. Also returns proper 400/404 responses from the image endpoint for invalid local image paths and cuts astro dev ready time by roughly a third on projects with a content config.

Read more →
Last Checked
1h ago
Tracking since Jun 22, 2026