All Versions
57
Latest Version
Avg Release Cycle
7 days
Latest Release
1047 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v10.2.0 Changes
June 04, 2020 -
v10.1.0 Changes
June 04, 2020 -
v10.0.6 Changes
June 02, 2020 -
v10.0.5 Changes
June 01, 2020 -
v10.0.4 Changes
April 30, 2020 -
v10.0.3 Changes
April 20, 2020 -
v10.0.2 Changes
March 30, 2020 -
v10.0.1 Changes
March 13, 2020 -
v10.0.0 Changes
March 12, 2020โ 10.0.0 (2020-03-12)
๐ Features
๐ฅ BREAKING CHANGES
โก๏ธ Update DOM Testing Library
๐ The latest version of DOM Testing Library has several breaking changes you will want to review the changelog of DOM Testing Library v7.0.0 to ensure you are unaffected.
โฌ๏ธ Drop Node 8
๐ Node 10 or greater is required. Node 8 is out of LTS (#576) (fccc2cf), closes #575
โ remove deprecated
cleanup-after-each.js
โ This file which did nothing but log a warning to the console (#598) (7942f68)
- import '@testing-library/react/cleanup-after-each'+ // nothing! Just remove it
As a general reminder, you should NOT need to use
cleanup
at all as this is done automatically for you (unless you're using@testing-library/react/pure
in which case you know what you're doing... keep usingcleanup
). -
v10.0.0-beta.2 Changes
March 04, 2020โ 10.0.0-beta.2 (2020-03-04)
๐ Bug Fixes
๐ฅ BREAKING CHANGES
- ๐ This removes
@testing-library/react/cleanup-after-each
which is deprecated and hasn't done anything for many versions.
- ๐ This removes