[meta] Release 0.5.0
See original GitHub issueI’m going to introduce a few breaking changes in the next release of react-apollo-hooks:
-
useMutation
returns tuple with result data (#135, based on #93) - use
setOptions
for updating query (#134) - fix behavior of
getMarkupFromTree
(#65)
Please note that the first one has the most significant impact. The other ones are breaking only in some subtle scenarios.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:26
- Comments:8 (2 by maintainers)
Top Results From Across the Web
MetaHuman 0.5.0 Released! - Character & Animation
MetaHuman 0.5.0 Released ! ... When downloading MetaHumans, the texture sets will be baked, allowing for better performance across platforms.
Read more >Facebook Moments 1.0.0.5.0 APK Download by Meta ...
Moments helps you create shared photo albums with your friends and family. With Moments you can quickly send photos to your friends and...
Read more >Releases · scalameta/scalameta - GitHub
Releases : scalameta/scalameta · Scalameta v4.7.1 · Pull Requests · Scalameta v4.7.0 · Features · Bug fixes · Miscellaneous · Dependency updates ·...
Read more >Release notes — SpyKING CIRCUS 0.5.0 documentation
This is the 0.5 release of the SpyKING CIRCUS, a new approach to the problem of spike sorting. The code is based on...
Read more >Nilearn 0.5.0 is out - Inria
Machine learning for meta-analysis of functional neuroimaging data ... We are happy to announce the release of version 0.5 of nilearn, released
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@SimenB I just published an alpha version of 0.5.0 with #135 (the mutation change) merged-in. It’s available as
react-apollo-hooks@alpha
.Would be lovely to release the mutation change without waiting for the other PRs (if they’re gonna take a week or more) 🙏