Skip to content

Version 10.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 19 May 10:39
· 91 commits to master since this release

Major

  • Updated Node.js support to ^12.20 || >= 14.13.
  • Updated the graphql-react peer dependency to ^14.0.0.
  • Updated dependencies, some of which require newer Node.js versions than were previously supported.
  • Replaced the the package.json exports field public subpath folder mapping (deprecated by Node.js) with a subpath pattern. Deep require paths within next-graphql-react/public/ must now include the .js file extension.
  • The tests are now ESM in .mjs files instead of CJS in .js files.

Minor

  • Added a package sideEffects field.

Patch

  • Updated GitHub Actions CI config to run tests with Node.js v12, v14, v16.
  • Simplified JSDoc related package scripts now that jsdoc-md v10+ automatically generates a Prettier formatted readme.
  • Added a package test:jsdoc script that checks the readme API docs are up to date with the source JSDoc.
  • Use the .js file extension in internal require paths.
  • Updated the example Next.js app URL in the readme.
  • Documentation tweaks.
  • The file changelog.md is no longer published.