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

feat(vue-query): support injectable contexts #5886

Merged
merged 5 commits into from
Aug 30, 2023

Commits on Aug 25, 2023

  1. feat(vue-query): support injectable contexts

    This feature requires Vue 3.3.0, which has been out for a while now. It
    allows using vue-query APIs in places where it is valid to use them but
    currently throws an error.
    
    - `hasInjectionContext()`: vuejs/core#8111
    - `app.runWithContext()`: vuejs/core#7451
    posva authored and DamianOsipiuk committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9602cf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3639d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efb01a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. chore: bump vue-demi

    DamianOsipiuk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e4f0ec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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