- Fixed URL handling bugs: trailing slashes stripped when trailingSlash='never', double‑encoded paths decoded correctly (preserving CVE‑2025 mitigation), and prerendered redirect targets no longer inflate SSR bundles.
- Restored correct dev and component behavior: stale inline CSS refreshed on style edits, client‑only CSS islands isolated, HMR enabled for src/middleware, custom element slots in MDX preserved, numeric YAML front‑matter IDs supported, plu...