Change8

@qwik.dev/router@2.0.0-beta.32

📦 qwikView on GitHub →
🐛 3 fixes🔧 2 symbols

Summary

This release resolves intermittent Deno build failures and fixes an SPA routing issue related to browser navigation after manual refresh. Additionally, the behavior of `notFound` exports in router factories has been adjusted.

Migration Steps

  1. The `notFound` exports of the router factory functions are now inert as routing not-found handling is managed by the `router` exports.

🐛 Bug Fixes

  • Intermittent Deno build failure in apps that use async tasks is resolved.
  • Fixed an SPA routing bug where using browser back/forward after a manual refresh could change the URL without rerendering the page.
  • Image imports like `foo.png?jsx` are now more robust.

Affected Symbols