All Versions
57
Latest Version
Avg Release Cycle
7 days
Latest Release
808 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v9.1.3 Changes
August 16, 2019 -
v9.1.2 Changes
August 15, 2019 -
v9.1.1 Changes
August 12, 2019 -
v9.1.0 Changes
August 10, 2019 -
v9.0.2 Changes
August 09, 2019 -
v9.0.1 Changes
August 09, 2019 -
v9.0.0 Changes
August 09, 2019โ 9.0.0 (2019-08-09)
๐ Features
- cleanup: automatically cleanup if afterEach is detected (#430) (e2d2572), closes #428
- deps: update @testing-library/dom to 6.0.0 (#430) (1dd6544)
๐ฅ BREAKING CHANGES
- deps: If you were using
debugDOM
before, useprettyDOM
instead. Note thatdebugDOM
is different fromdebug
which you get back fromrender
. That is unchanged. - cleanup: If your tests were not isolated before (and you referenced the same component between tests) then this change will break your tests. You should keep your tests isolated, but if you're unable/unwilling to do that right away, then you can either run your tests with the environment variable
RTL_SKIP_AUTO_CLEANUP
set totrue
or import@testing-library/react/pure
instead of@testing-library/react
. - cleanup-after-each: If any of your code has
import '@testing-library/react/cleanup-after-each'
then you need to remove that. It's happening automatically now.
-
v8.0.9 Changes
August 08, 2019 -
v8.0.8 Changes
August 06, 2019 -
v8.0.7 Changes
July 26, 2019