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

fix(useRouteQuery,useRouteParams): prevent reset on other scope dispose #3418

Merged

Commits on Sep 21, 2023

  1. fix(useRouteQuery,useRouteParams): prevent reset on other scope dispose

    - No longer cache params and queries globaly
    - Use queue to synchonise multiple changes in the same tick
    - Use one queue per router instance
    - Only apply route change on time if multiple change in the same tick
    - Cache only the needed param/query inside the composable
    - Reset the cache to undefined on scope dispose
    s-montigny-desautels committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    82eb049 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    3800ed7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    4273bd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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