astro@6.3.5
📦 astroView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
This patch release primarily addresses a bug where the 'position' prop on Image components violated CSP, and fixes stale content serving in the development server during SSR-only module changes.
🐛 Bug Fixes
- Fixes the 'position' prop on <Image> and <Picture> components from breaking Content Security Policy (CSP).
- Improves error messages with more consistent and correct writing.
- Fixes the development server serving stale content when SSR-only modules change (e.g. .astro files outside the project root in a monorepo, or dynamically imported components) by ensuring the 'astro:hmr-reload' plugin returns SSR-only modules for Vite to process.