Skip to content

Version 8.2.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 15 Apr 09:26
· 290 commits to master since this release

Minor

  • Added a new GraphQLProvider component that prevents unnecessary loading on the client after SSR, fixing #4. This component should be used instead of using GraphQLContext.Provider directly. The old way still works, but with the old behavior.

Patch

  • Updated dev dependencies.
  • Updated the GraphQLContext.Consumer example to use React hooks.