Skip to content

Version 5.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 27 Nov 05:39
· 195 commits to master since this release

Major

  • Updated Node.js support from v8.5+ to v8.10+, to match what the eslint dev dependency now supports. This is unlikely to be a breaking change for the published package.

Patch

  • Updated dev dependencies.
  • Updated the graphql-react peer dependency to 8.3.0 - 9.
  • Clarified that Opera Mini isn’t supported in the Browserslist queries and readme “Support” section.
  • Use GitHub Actions instead of Travis for CI.
  • Removed package-lock.json from .gitignore and .prettierignore as it’s disabled in .npmrc anyway.
  • Updated the withGraphQLApp example code for the current Next.js API, and mark it as JSX instead of JS for syntax highlighting.
  • Added a readme “Examples” section.