Releases: testing-library/react-testing-library
Releases · testing-library/react-testing-library
v12.1.1
v13.0.0-alpha.1
13.0.0-alpha.1 (2021-09-13)
Features
BREAKING CHANGES
- If you have React 18 installed, we'll use the new
createRoot
API by default which comes with a set of changes while also enabling support for concurrent features.
To can opt-out of this change by usingrender(ui, { legacyRoot: true } )
. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.
v12.1.0
v12.0.0
12.0.0 (2021-06-23)
Bug Fixes
Features
BREAKING CHANGES
- Bump
@testing-library/dom
to 8.0.0. Please check out the@testing-library/[email protected]
release page for a detailed list of breaking changes. - node 10 is no longer supported. It reached its end-of-life on 30.04.2021.
v12.0.0-alpha.2
v12.0.0-alpha.1
12.0.0-alpha.1 (2021-06-12)
Features
BREAKING CHANGES
- node 10 is no longer supported. It reached its end-of-life on 30.04.2021.