Change8

astro@6.1.3

📦 astroView on GitHub →
🐛 6 fixes🔧 2 symbols

Summary

This patch release addresses several bugs across development, SSR builds, and client-side bundling, including fixes related to the Cloudflare adapter and MDX rendering.

🐛 Bug Fixes

  • Fixes a dev rendering issue with the Cloudflare adapter where head metadata could be missing and dev CSS/scripts could be injected in the wrong place.
  • Fixes skew protection query parameters not being appended to inter-chunk JavaScript imports in client bundles, which could cause version mismatches during rolling deployments on Vercel.
  • Fixes an issue where HMR would not trigger when modifying files while using @astrojs/cloudflare with prerenderEnvironment: 'node' enabled.
  • Fixes HTML content being incorrectly escaped as plain text when rendering an MDX component using the `AstroContainer` APIs.
  • Fixes a bug where page-level CSS could leak between unrelated pages when traversing style parents across top-level route boundaries.
  • Fixes SSR builds failing with "No matching renderer found" when a project only has injected routes and no `src/pages/` directory.

Affected Symbols