v5.0.0-beta.1
Pre-release
Pre-release
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