Skip to content

Version 1.0.1

Choose a tag to compare

@jaydenseric jaydenseric released this 02 Jan 11:13
· 249 commits to master since this release

Patch

  • Fixed GraphQL cache clearing on route changes.
  • Fixed incorrect getInitialProps implementation.
  • Higher-order component display name better follows React conventions:
    • Uppercase first letter.
    • Decorated component name falls back to Component instead of Unknown.
  • Renamed cache prop to graphqlCache.
  • Improved JSDoc.