astro@6.0.0-beta.16
📦 astroView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release removes the redundant `fetchpriority="auto"` attribute from the <Image> component output and resolves build errors related to large static route generation and SVG usage in content collections. It also removes the problematic `cssesc` dependency for better ESM support.
Migration Steps
- The `cssesc` dependency has been removed and replaced with a built-in ESM-friendly implementation; no manual migration steps are required unless you were directly relying on the `cssesc` package API.
🐛 Bug Fixes
- Fixed a build error when generating projects with 100k+ static routes.
- Fixed a deadlock that occurred when using SVG images in content collections.