Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[✨] Critical DX/UX improvement to SPA navigation in Qwik City #3244

Merged
merged 5 commits into from
Jun 6, 2023

Commits on Apr 28, 2023

  1. feat(qwik-city): improve scroll restoration, and 'popstate' and 'hash…

    …change' navigations in SPAs
    
    - Support MPA-like and customizable scroll restoration in SPA
    - Race condition when restoring scroll positions
    - Prevent full-page reload when popstate happens before manual navigation
    - Fix hash navigation in SPA
    billykwok committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    be86ddb View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    a5924bf View commit details
    Browse the repository at this point in the history
  2. 🚋

    manucorporat committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5671033 View commit details
    Browse the repository at this point in the history
  3. 🚎

    manucorporat committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7872c25 View commit details
    Browse the repository at this point in the history
  4. 🚠

    manucorporat committed May 9, 2023
    Configuration menu
    Copy the full SHA
    77d62c3 View commit details
    Browse the repository at this point in the history