Skip to content

Releases: testing-library/dom-testing-library

v7.26.0

13 Oct 15:29
f627ade
Compare
Choose a tag to compare

7.26.0 (2020-10-13)

Features

v7.25.0

12 Oct 22:46
8eebd9e
Compare
Choose a tag to compare

7.25.0 (2020-10-12)

Features

v7.24.5

06 Oct 19:51
03cfef8
Compare
Choose a tag to compare

7.24.5 (2020-10-06)

Bug Fixes

v7.24.4

05 Oct 18:24
9b08b70
Compare
Choose a tag to compare

7.24.4 (2020-10-05)

Bug Fixes

v7.24.3

25 Sep 08:55
68f8f81
Compare
Choose a tag to compare

7.24.3 (2020-09-25)

Bug Fixes

  • Mark deprecated methods as [@deprecated](https://github.com/deprecated) (#771) (68f8f81)

v7.24.2

13 Sep 17:17
3154dc4
Compare
Choose a tag to compare

7.24.2 (2020-09-13)

Bug Fixes

  • events: got-/lostpointercapture bubble (#767) (3154dc4)

v7.24.1

03 Sep 07:58
15c01d8
Compare
Choose a tag to compare

7.24.1 (2020-09-03)

Bug Fixes

v7.24.0

02 Sep 17:42
dfb4aa1
Compare
Choose a tag to compare

7.24.0 (2020-09-02)

Features

  • debug: show line and codeframe when using debug (#733) (dfb4aa1), closes #440

v7.23.0

27 Aug 18:54
19901e1
Compare
Choose a tag to compare

7.23.0 (2020-08-27)

Features

  • ByRole: Add 'level' option for *ByRole('heading') (#757) (ea52c91)

v7.22.6

24 Aug 17:57
a5f8657
Compare
Choose a tag to compare

7.22.6 (2020-08-24)

Bug Fixes

  • getByTitle returning element matching textContent instead of title (#753) (388db21), closes #741