Releases: testing-library/react-hooks-testing-library
Releases · testing-library/react-hooks-testing-library
v5.0.0-beta.7
v5.0.0-beta.6
5.0.0-beta.6 (2021-01-09)
Bug Fixes
- constrain TOptions to be an object instead of an empty interface (3813b88)
v5.0.0-beta.5
5.0.0-beta.5 (2021-01-08)
Bug Fixes
v5.0.0-beta.4
5.0.0-beta.4 (2021-01-08)
Bug Fixes
v5.0.0-beta.3
5.0.0-beta.3 (2021-01-07)
Bug Fixes
- ReactHooksRenderer renderHook was not expecting arguments (bb870e0)
v5.0.0-beta.2
5.0.0-beta.2 (2021-01-07)
Bug Fixes
- use actual line break in error message when auto-detect fails (a3fd0e2)
v5.0.0-beta.1
5.0.0-beta.1 (2021-01-07)
Features
- react-dom and SSR compatible rendering (a25993f)
BREAKING CHANGES
- Importing from
renderHook
andact
from@testing-library/react-hooks
will now auto-detect which renderer to used based on the project's dependencies
peerDependencies
are now optional to support different dependencies being required- This means there will be no warning if the dependency is not installed at all, but it will still warn if an incompatible version is installed
v4.0.0
v4.0.0-beta.3 (DO NOT USE)
This release is was supposed to be the 5.0.0-beta.1
release but I messed it up.
v4.0.0-beta.2
4.0.0-beta.2 (2020-12-23)
Bug Fixes
- types: changed callback signature on waitFor to match old types (1ea2afe)