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

Version Packages #1154

Merged
merged 2 commits into from
Nov 17, 2020
Merged

Version Packages #1154

merged 2 commits into from
Nov 17, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 14, 2020

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@urql/[email protected]

Minor Changes

  • expose Vue plugin function as default export, by @LinusBorg (See #1152)
  • Refactor useQuery to resolve the lazy promise for Vue Suspense to the latest result that has been requested as per the input to useQuery, by @kitten (See #1162)

Patch Changes

  • ⚠️ fix pausing feature of useQuery by turning "isPaused" into a ref again, by @LinusBorg (See #1155)
  • ⚠️ Fix implementation of Vue's Suspense feature by making the lazy PromiseLike on the returned state passive, by @kitten (See #1159)

[email protected]

Patch Changes

  • ⚠️ Fix in edge-case in client-side React Suspense, where after suspending due to an update a new state value is given to useSource in a render update. This was previously then causing us to subscribe to an outdated source in useEffect since the updated source would be ignored by the time we reach useEffect in useSource, by @kitten (See #1157)

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 79c6b91 to 1669820 Compare November 16, 2020 20:19
packages/vue-urql/CHANGELOG.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants