Skip to content

Releases: testing-library/react-testing-library

v11.2.1

19 Nov 10:46
1dc33b2
Compare
Choose a tag to compare

11.2.1 (2020-11-19)

Bug Fixes

  • types: Allow all HTML and SVG elements in render. (#833) (1dc33b2)

v11.2.0

18 Nov 16:47
456424f
Compare
Choose a tag to compare

11.2.0 (2020-11-18)

Features

v11.1.2

11 Nov 09:06
007b0b7
Compare
Choose a tag to compare

11.1.2 (2020-11-11)

Bug Fixes

  • import pretty-format from @testing-library/dom (#821) (2712dc2)

v11.1.1

03 Nov 19:22
e07e641
Compare
Choose a tag to compare

11.1.1 (2020-11-03)

Bug Fixes

  • upgrade dependencies, typescript, @testing-library/dom etc (#816) (e07e641)

v11.1.0

14 Oct 13:32
d9a36fa
Compare
Choose a tag to compare

11.1.0 (2020-10-14)

Features

  • bump @testing-library/dom to v7.26.0 (#799) (6b9a720)

v11.0.4

13 Sep 18:46
c546a6f
Compare
Choose a tag to compare

11.0.4 (2020-09-13)

Bug Fixes

  • Trigger ongot-/onlostpointercapture when calling got-/lostpointercapture (#786) (c546a6f)

v11.0.3

13 Sep 16:04
c7b5622
Compare
Choose a tag to compare

11.0.3 (2020-09-13)

Bug Fixes

  • Trigger onPointerEnter/Leave when calling pointerEnter/Leave (#784) (c7b5622)

v11.0.2

03 Sep 17:54
220d8d4
Compare
Choose a tag to compare

11.0.2 (2020-09-03)

Bug Fixes

  • cleanup: remove unnecessary async/await (#778) (220d8d4)

v11.0.1

03 Sep 06:40
9191890
Compare
Choose a tag to compare

11.0.1 (2020-09-03)

Bug Fixes

v11.0.0

02 Sep 18:04
Compare
Choose a tag to compare

11.0.0 (2020-09-02)

Features

  • use act to flush instead of custom implementation (#768) (693228c)

BREAKING CHANGES

  • cleanup is now synchronous and wraps the unmounting process in act.