You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.