Skip to content

Version 8.0.1

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 20 Feb 10:53
· 324 commits to master since this release

Patch

  • Updated dev dependencies.
  • useGraphQL React hook bug fixes for when arguments change after the initial render:
    • Changes that cause the cacheKey to change trigger a reload if the loadOnMount option is true, fixing #23.
    • Fixed stale operation status properties being returned.
  • Use react-test-renderer to test useGraphQL with a lot more detail.
  • Capitalized the React namespace in useGraphQL.
  • Improved hashObject() tests.