Change8

astro@6.1.5

📦 astroView on GitHub →
🐛 3 fixes🔧 2 symbols

Summary

This patch release fixes several build and streaming issues, improves UnoCSS revival in development mode, and updates the default Cloudflare compatibility date for new projects.

Migration Steps

  1. If you rely on UnoCSS behavior in dev mode with the client router, note that style persistence is now limited only to styles from Vue components (reverting behavior for other stylesheets).

🐛 Bug Fixes

  • Fixes a build error when a pre-rendered page used the <Picture> component and another page called render() on content collection entries.
  • Fixes sync content inside <Fragment> not streaming to the browser until all async sibling expressions have resolved.
  • Revives UnoCSS in dev mode when used with the client router by persisting styles only from Vue components, reverting a too-general previous approach.

Affected Symbols