Skip to content

Version 2.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 31 Jan 06:14
· 241 commits to master since this release

Major

  • Updated the graphql-react peer dependency to ^7.0.0.
  • Renamed withGraphQL to withGraphQLApp.
  • Added withGraphQLConfig, a Next.js custom config decorator that excludes server only graphql-react/lib/ssr imports from the client bundle.

Patch

  • Updated dependencies.
  • New package description.
  • New project structure so server only and universal modules can have different Babel and Browserslist config.