Skip to content

Releases: lfades/next-with-apollo

v5.3.0

01 Mar 20:19
cb9e0fe
Compare
Choose a tag to compare
  • Added support for Next.js 12 in #173
  • Added access to the router object in the init function: #158

Thank you @Gokhan-Unal @macrozone !

Updated peer deps

21 Jun 19:17
Compare
Choose a tag to compare

Updated peer deps to include Next.js 11 and React 18

Support Next.js 11

21 Jun 18:03
Compare
Choose a tag to compare

Removed the usage of Head.rewind that was deprecated and removed in Next.js 11

Support Next.js 10 and React 17

04 Feb 15:29
Compare
Choose a tag to compare

Added Next.js 10 and React 17 to peer deps. Old versions are still supported, this change makes sure to upgrade the range of Next.js and React versions that the package supports.