You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated dependencies, some of which require newer Node.js versions than were previously supported.
Replaced the the package.jsonexports field public subpath folder mapping (deprecated by Node.js) with a subpath pattern. Deep require paths within graphql-react/public/ must now include the .js file extension.
The tests are now ESM in .mjs files instead of CJS in .js files.
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.