Skip to content

Releases: testing-library/dom-testing-library

v3.19.0

05 Apr 15:08
ba251ed
Compare
Choose a tag to compare

3.19.0 (2019-04-05)

Features

v3.18.2

20 Mar 23:09
Compare
Choose a tag to compare

3.18.2 (2019-03-20)

Bug Fixes

  • ByLabel: revert v3.18.1 behavior. It was wrong (0137a17), closes #230
  • TS: add findby type definitions (#231) (e97e51c)

v3.18.1

19 Mar 21:23
96f21a5
Compare
Choose a tag to compare

3.18.1 (2019-03-19)

Bug Fixes

  • ByLabel: use getNodeText abstraction instead of textContent (#227) (96f21a5), closes #190

v3.18.0

19 Mar 20:49
8b29d43
Compare
Choose a tag to compare

3.18.0 (2019-03-19)

Features

  • findBy:* adds findBy* query type allowing for async element queries (#224) (8b29d43), closes #203

v3.17.1

12 Mar 17:24
Compare
Choose a tag to compare

3.17.1 (2019-03-12)

Bug Fixes

  • events: fix firing events in document (#222) (7ed2bcb)

v3.17.0

09 Mar 21:09
Compare
Choose a tag to compare

3.17.0 (2019-03-09)

Features

  • waitForElementToBeRemoved: add the new utility function (#218) (1727a49)

v3.16.8

15 Feb 20:15
Compare
Choose a tag to compare

3.16.8 (2019-02-15)

Bug Fixes

v3.16.7

14 Feb 15:55
Compare
Choose a tag to compare

3.16.7 (2019-02-14)

Bug Fixes

  • regression "X.matches is not a function" in v3.16.6 (#213) (2cda6a7)

v3.16.6

13 Feb 01:08
Compare
Choose a tag to compare

3.16.6 (2019-02-13)

Bug Fixes

  • allow queryAllByText to select text nodes text content (#209) (677f4e9)

v3.16.5

26 Jan 15:58
Compare
Choose a tag to compare

3.16.5 (2019-01-26)

Bug Fixes