Skip to content

Version 14.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 07 Aug 04:20
· 41 commits to master since this release

Major

  • Updated the graphql-react peer dependency to ^19.0.0.
  • Updated the react and react-dom peer dependencies to ^18.0.0.
  • Updated react-dom/server imports to suit React v18.

Patch

  • Updated dependencies.
  • Removed the now redundant not IE > 0 from the Browserslist query.
  • Use the TypeScript type for Next.js config in test fixtures.
  • Revamped the readme:
    • Removed the badges.
    • Better installation instructions that don’t assume the Next.js custom app module has a .js file extension.
    • Added information about TypeScript config and optimal JavaScript module design.