Change8

astro@6.1.6

📦 astroView on GitHub →
🐛 2 fixes

Summary

This patch release addresses several bugs, including an issue with Actions when using static output and incorrect reload behavior for SCSS/CSS module changes during development. It also improves handling of special characters in inline script content.

🐛 Bug Fixes

  • Fixes Actions failing with ActionsWithoutServerOutputError when using output: 'static' with an adapter.
  • Fixes SCSS and CSS module file changes triggering a full page reload instead of hot-updating styles in place during development.