Skip to content

v4.1.0

Compare
Choose a tag to compare
@morrys morrys released this 03 Feb 23:55
· 241 commits to master since this release

Improved

  • useSubscription, feat: add a skip option for useSubscription #148
  • useMutation, removed the MutationConfigWithVariables type as it is not needed #149
  • useMutation, set mutation data with optistimicResponse while the mutation is in flight #150

Fixed

  • useQuery, fix skip & dispose fetcher #153
  • loadQuery, unsubscribe only if the callback function is still subscribed #154