Skip to content

v8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 12:24
· 6 commits to main since this release

8.0.0 (2022-04-10)

Bug Fixes

  • types: move types to optional peer dependencies (19ac8dd)

BREAKING CHANGES

  • types: type dependencies will not longer be automatically installed. If @types/react is not already listed in your package.json, please install it with npm install --save-dev @types/react@^17.

Notes

  • The “async-utils” feature of the v8.0.0-alpha.1 build (release notes) were not included in this release.