Skip to content

Releases: testing-library/dom-testing-library

v7.15.1

15 Jun 19:01
167b4ac
Compare
Choose a tag to compare

7.15.1 (2020-06-15)

Bug Fixes

  • runWithRealTimers to be compatible with new version of jest (#649) (167b4ac), closes #612

v7.15.0

15 Jun 05:17
446cce8
Compare
Choose a tag to compare

7.15.0 (2020-06-15)

Features

  • add explicit error message for Promises passed to getWindowFromNode (#646) (2a51345), closes #609

v7.14.3

14 Jun 19:48
d5e17bd
Compare
Choose a tag to compare

7.14.3 (2020-06-14)

Bug Fixes

  • TS: fix typo in type definition for suggestions (#642) (d5e17bd)

v7.14.2

14 Jun 02:14
Compare
Choose a tag to compare

7.14.2 (2020-06-14)

Bug Fixes

  • TS: waitForElementToBeRemoved: fix return type (#631) (418581f), closes #610
  • typescript definitions for suggestions (#630) (7f8a15e)

v7.14.1

13 Jun 18:38
0158f0d
Compare
Choose a tag to compare

7.14.1 (2020-06-13)

Bug Fixes

  • canSuggest should not be case sensitive (#628) (d6f6d3a)

v7.14.0

13 Jun 14:00
30a1ee8
Compare
Choose a tag to compare

7.14.0 (2020-06-13)

Features

  • suggestions: add option to get specific query suggestions (#627) (30a1ee8)

v7.13.0

12 Jun 22:00
b9900f8
Compare
Choose a tag to compare

7.13.0 (2020-06-12)

Bug Fixes

  • TS: Install TypeScript in development (#620) (084b53f)

Features

  • support clipboardData like dataTransfer. (#585) (9592583)

v7.12.0

11 Jun 15:30
b23a2bc
Compare
Choose a tag to compare

7.12.0 (2020-06-11)

Features

  • use regex based TextMatch for suggestions (#617) (b23a2bc)

v7.11.0

08 Jun 13:53
281eb8b
Compare
Choose a tag to compare

7.11.0 (2020-06-08)

Features

  • return more data from getSuggestedQuery to support tooling (#608) (a029772)

v7.10.1

05 Jun 18:10
fb012de
Compare
Choose a tag to compare

7.10.1 (2020-06-05)

Bug Fixes