Skip to content

Releases: testing-library/react-hooks-testing-library

v8.0.1

18 Jun 13:20
e2461ca
Compare
Choose a tag to compare

8.0.1 (2022-06-18)

Bug Fixes

  • server: remove act around server renderer to fix support for older versions of react (e2461ca), closes #607

v8.0.0

10 Apr 12:24
Compare
Choose a tag to compare

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.

v8.0.0-alpha.1

19 Sep 14:00
732ec46
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

8.0.0-alpha.1 (2021-09-19)

Features

  • async-utils: async utils advance fake timers automatically when waiting (732ec46), closes #631 #688

BREAKING CHANGES

  • async-utils: tests that used to manually advance fake timers and use async utilities may now fail as timer would advance further