astro@7.0.1
📦 astroView on GitHub →
🐛 4 fixes🔧 2 symbols
Summary
This patch release addresses several bugs related to the development server, including background mode failures on Windows and incorrect network address reporting, and fixes CSS layering issues for responsive images.
🐛 Bug Fixes
- Fixed `astro dev` incorrectly starting in background mode for Warp terminal users by ensuring hybrid environments like Warp are no longer treated as AI agents for auto-background detection.
- Fixed `astro dev --background --host` not listing the network addresses; background server start output and `astro dev status` now show every exposed network URL.
- Fixed responsive image CSS overriding user styles defined inside CSS `@layer` blocks by wrapping generated image styles in `@layer astro.images`.
- Fixed `astro dev --background` failing on Windows with "Failed to spawn background dev server process".