astro@6.1.8
📦 astroView on GitHub →
🐛 6 fixes🔧 1 symbols
Summary
This patch release focuses on stability and performance, fixing issues related to build output file naming, dev server configuration propagation, and client-side routing styles. It also includes a dependency update for telemetry.
🐛 Bug Fixes
- Fixed an issue where build output files could contain special characters (!, ~, {, }) in their names, causing deploy failures on platforms like Netlify.
- Improved the performance of the dev server by caching the internal crawling of the dependencies of a project.
- Fixed a bug where emitted assets during a client build would contain always fresh, new hashes in their name, leading to more stable builds.
- Fixed a bug where `allowedDomains` weren't correctly propagated when using the development server.
- Improves Vue scoped style handling in DEV mode during client router navigation.
- Fixes build errors on platforms with skew protection enabled (e.g. Vercel, Netlify) for inter-chunk Javascript using dynamic imports.