react-apollo v3.0.1 Release Notes

Release Date: 2019-08-15 // over 4 years ago
  • ๐Ÿ‘Œ Improvements

    ๐Ÿ› Bug Fixes

    • Dedupe onError callback calls and ensure refetch sets loading state properly. @hwillson in #3339
    • โž• Add missing useLazyQuery export to the react-apollo (all) package. @hwillson in #3320
    • โœ‚ Remove void from being one of the MutationTuple mutate function possible generics. This will make it easier to properly destructure results returned by the mutate function Promise. @hwillson in #3334
    • โœ… Export MockedProviderProps and MockedProviderState from @apollo/react-testing. @hwillson in #3337
    • โž• Add @types/react as a peer dep, to address potential TS compilation errors when using ApolloProvider. @zkochan in #3278
    • ๐Ÿ‘‰ Make sure error's are maintained after re-renders, when they should be. @hwillson in #3362