releases.sh
Astro

Astro

astro.buildFramework
$npx @buildinternet/releases get astro

MDX dynamic script/style children now escaped

This release4 fixesBug fixesAI-tallied from the release notes
astro@7.3.2

Dynamic values passed as <script> or <style> children in MDX are now escaped instead of rendered raw; use set:html to opt back into raw rendering. Also fixed a dev-toolbar 504 error with workspace-linked deps, i18n fallback routing mangling locale segments, and Cloudflare-adapter session breaks in dev.

Read more →

Dynamic script/style children now escaped

This release1 fixBug fixesAI-tallied from the release notes
@astrojs/markdown-remark@7.3.1

MDX no longer renders dynamic values passed as <script>/<style> children raw; only literal content (including plugin-injected content) is treated as trusted markup. Use set:html to opt a dynamic value back into raw rendering.

Read more →

Dynamic script/style children now escaped

This release1 fixBug fixesAI-tallied from the release notes
@astrojs/markdown-satteri@0.4.1

Fixes <script>/<style> rendering in MDX so only literal content is treated as trusted markup; a dynamic value passed as a child is now escaped instead of rendered raw. Use set:html to explicitly opt a dynamic value back into raw rendering.

Read more →

Build crash fixed for Durable Objects + prerendered pages

This release1 fixBug fixesAI-tallied from the release notes
@astrojs/cloudflare@14.3.1

Fixes a build crash when a custom worker entrypoint exports Durable Object classes alongside prerendered pages, by keeping the prerender worker from inheriting durable_objects, migrations, or workflows from the entry worker config. Also updates @astrojs/underscore-redirects to 1.0.4.

Read more →
@astrojs/cloudflare@14.3.0

Incremental builds no longer disable caching when build.concurrency exceeds 1, removing the need for a workaround that pinned concurrency to 1 to keep the cache enabled, and Cloudflare builds reduce serialization overhead for large prerendered pages. Adds a Cloudflare finalize() response handler that applies cookies and CDN cache defaults to astro/fetch pipelines, with automatic header handling in the Hono middleware and static-asset fallback in custom entrypoints. Fixes cold astro dev crashes by adding optimizer entries for astro/app/manifest and the Cloudflare cache provider.

Read more →

Preview servers run in parallel; image services get logger

This release2 featuresNew capabilities3 enhancementsImprovements to existing features3 fixesBug fixesAI-tallied from the release notes
astro@7.3.0

New --ignore-lock flag lets multiple astro preview servers run simultaneously on different ports for E2E workflows. Custom image services and cache providers now receive Astro's runtime logger, routing messages through the configured logger instead of straight to console. Fixed i18n fallback route corruption when locale code appears mid-path, and incremental builds now support concurrency.

Read more →

Dev image service now forwards all args to Sharp

This release1 enhancementImprovements to existing featuresAI-tallied from the release notes
@astrojs/vercel@11.0.10

The development image service now passes every argument it receives through to Astro's Sharp service, including the new logger parameter.

Read more →

MDX processing now delegated to Markdown processors

This release1 enhancementImprovements to existing features1 fixBug fixesAI-tallied from the release notes
@astrojs/mdx@8.0.0

MDX file processing now delegates to Markdown processors, replacing built-in handling. If you use a custom Markdown processor, ensure it is @astrojs/markdown-satteri 0.4.0+ or @astrojs/markdown-remark 7.3.0+. Also fixes .mdx files misusing markdown.processor when extendMarkdownConfig is false, and adds warning when deprecated plugin options are ignored.

Read more →

New MDX entrypoint for shared Markdown helpers

This release1 featureNew capabilitiesAI-tallied from the release notes
@astrojs/internal-helpers@0.11.0

Adds an @astrojs/internal-helpers/mdx entrypoint that exposes shared helpers the Markdown processor packages use to render .mdx files.

Read more →

MDX support added to unified() and satteri() processors

This release1 featureNew capabilitiesAI-tallied from the release notes
@astrojs/markdown-satteri@0.4.0

The unified() and satteri() processors now compile .mdx files directly; @astrojs/mdx must still be installed to enable MDX support. Dependency update to @astrojs/internal-helpers@0.11.0.

Read more →

React SSR fixed on first dev request; dev server faster with Prism

This release1 enhancementImprovements to existing features1 fixBug fixesAI-tallied from the release notes
@astrojs/cloudflare@14.2.6

Fixed React server-side rendering failures on the first Cloudflare dev request when JSON logging is enabled, and the dev server now runs faster for sites using Prism as code highlighter.

Read more →
@astrojs/vercel@11.0.9

This patch updates the @vercel/analytics dependency to v2 and @vercel/routing-utils to v6, along with the internal helpers package. The version bumps for the Vercel dependencies are breaking changes per their respective changelogs, but no modifications are required for this update itself.

Read more →

MDX rendering joins unified() and sateri()

This release2 featuresNew capabilitiesAI-tallied from the release notes
@astrojs/markdown-remark@7.3.0

The unified() and sateri() processors now compile .mdx files themselves; install @astrojs/mdx to enable MDX support. A new recmaPlugins option add recma (estree/JSX) plugins to the MDX compiler.

Read more →

SSR minified crash fixed; Windows dev edits no longer stale

This release6 fixesBug fixesAI-tallied from the release notes
astro@7.2.10

Fixes a runtime crash at server boot when the SSR manifest placeholder wasn't replaced in minified builds. Editing content collections during astro dev on Windows now serves fresh content immediately, without requiring a dev server restart. Also fixes empty srcset attributes on Markdown images and heuristics caching mishandling Last-Modified/ETag validators.

Read more →