astro@6.4.3
📦 astroView on GitHub →
🐛 4 fixes🔧 3 symbols
Summary
This patch release primarily focuses on bug fixes related to advanced routing, middleware warnings, and accessibility audits, alongside updating the internal `devalue` dependency.
🐛 Bug Fixes
- Fixed a false positive in the dev toolbar accessibility audit for anchors with text inside closed <details> elements.
- Fixed a bug where `experimental.advancedRouting` with `astro/hono` handlers threw `TypeError: Cannot read properties of undefined (reading 'route')` for unmatched routes instead of rendering the custom 404 page.
- Fixed a false "does not call the middleware() handler" warning when using `astro()` in a custom `src/app.ts` and the first request is a redirect route.
- Fixed `redirectToDefaultLocale` not working after the Advanced Routing refactoring.