Skip to content

Releases: testing-library/react-testing-library

v9.1.1

12 Aug 23:44
Compare
Choose a tag to compare

9.1.1 (2019-08-12)

Bug Fixes

v9.1.0

10 Aug 17:38
Compare
Choose a tag to compare

9.1.0 (2019-08-10)

Features

v9.0.2

09 Aug 20:38
Compare
Choose a tag to compare

9.0.2 (2019-08-09)

Bug Fixes

  • restore cleanup-after-each and include a deprecation warning (8277b06), closes #433

v9.0.1

09 Aug 20:15
0b83ca5
Compare
Choose a tag to compare

9.0.1 (2019-08-09)

Bug Fixes

  • cleanup-after-each: remove cleanup-after-each file. (#433) (0b83ca5)

v9.0.0

09 Aug 20:00
Compare
Choose a tag to compare

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, use prettyDOM instead. Note that debugDOM is different from debug which you get back from render. 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 to true 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

08 Aug 22:57
c026650
Compare
Choose a tag to compare

8.0.9 (2019-08-08)

Bug Fixes

  • improve warning so people know they can upgrade to 16.9.0 now (#431) (c026650), closes #281

v8.0.8

06 Aug 20:18
98b9605
Compare
Choose a tag to compare

8.0.8 (2019-08-06)

Bug Fixes

v8.0.7

26 Jul 14:22
Compare
Choose a tag to compare

8.0.7 (2019-07-26)

Bug Fixes

  • release: manually release a patch version (7e9f03c), closes #415

v8.0.6

23 Jul 11:55
Compare
Choose a tag to compare

8.0.6 (2019-07-23)

Bug Fixes

v8.0.5

12 Jul 17:08
Compare
Choose a tag to compare

8.0.5 (2019-07-12)

Bug Fixes

  • build output: the dist directory no longer includes tests (4ada26b)