Skip to content

5.0.0

Compare
Choose a tag to compare
@kirill-konshin kirill-konshin released this 20 Feb 23:10
· 76 commits to master since this release
fafd2c7
  • Added better TypeScript integration

Breaking changes

Old-style overrides were replaced with regular Next.js interfaces:

  • NextJSContext -> NextPageContext
  • NextJSAppContext -> AppContext

you can import them as usual:

import {NextPageContext, AppContext} from 'next';