Skip to content

Version 8.3.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 16 Jul 05:30
· 269 commits to master since this release

Minor

  • Added a response property to the GraphQL instance cache event payload, containing the original fetch Response instance the cacheValue was derived from.

Patch

  • Updated dependencies.
  • Increased the post SSR hydration time from 500 to 1000 milliseconds, closing #37.
  • Added a useGraphQL options guide for common situations.
  • Test the GraphQL instance method operate with both reloadOnLoad and resetOnLoad options true.
  • Use string FormData field names, as some FormData polyfills don't coerce numbers like native implementations do.
  • Test files in variables result in appropriate fetch options for a valid GraphQL multipart request.
  • Tidied test names.
  • Nicer Browserslist syntax for supported Node.js versions.