Skip to content

Releases: testing-library/dom-testing-library

v7.5.7

18 May 13:03
9776d3d
Compare
Choose a tag to compare

7.5.7 (2020-05-18)

Bug Fixes

v7.5.6

15 May 11:27
6491ef1
Compare
Choose a tag to compare

7.5.6 (2020-05-15)

Bug Fixes

  • types: add fourth param to build findAllBy and findBy queries (#574) (6491ef1)

v7.5.5

14 May 16:00
dcad11b
Compare
Choose a tag to compare

7.5.5 (2020-05-14)

Bug Fixes

  • TS: declare first parameter of screen.debug as optional (#573) (dcad11b)

v7.5.4

13 May 22:34
eb4e0d7
Compare
Choose a tag to compare

7.5.4 (2020-05-13)

Bug Fixes

  • revert pretty-format dependency upgrade (#571) (eb4e0d7)

v7.5.3

13 May 22:12
04b027c
Compare
Choose a tag to compare

7.5.3 (2020-05-13)

Bug Fixes

  • Consider explicit role when pretty printing roles (#568) (04b027c), closes #553

v7.5.2

12 May 02:46
217b2a8
Compare
Choose a tag to compare

7.5.2 (2020-05-12)

Bug Fixes

v7.5.1

07 May 19:03
af15dd9
Compare
Choose a tag to compare

7.5.1 (2020-05-07)

Bug Fixes

v7.5.0

07 May 17:52
678f4da
Compare
Choose a tag to compare

7.5.0 (2020-05-07)

Features

  • events: Add dataTransfer event property option (#554) (13bfce3)
  • TS: move types from DefinitelyTyped (#530) (678f4da)

v7.4.0

06 May 20:59
752ff66
Compare
Choose a tag to compare

7.4.0 (2020-05-06)

Bug Fixes

  • Exclude container in the list of queryable roles (#550) (7b3ca97)

Features

  • ByRole: Allow filter by selected state (#540) (752ff66)

v7.3.0

05 May 17:34
f828237
Compare
Choose a tag to compare

7.3.0 (2020-05-05)

Features

  • waitFor: improve error stack traces for async errors (#542) (d3287a1)