Releases: testing-library/dom-testing-library
Releases · testing-library/dom-testing-library
v7.15.1
7.15.1 (2020-06-15)
Bug Fixes
- runWithRealTimers to be compatible with new version of jest (#649) (167b4ac), closes #612
v7.15.0
7.15.0 (2020-06-15)
Features
- add explicit error message for Promises passed to getWindowFromNode (#646) (2a51345), closes #609
v7.14.3
7.14.3 (2020-06-14)
Bug Fixes
- TS: fix typo in type definition for suggestions (#642) (d5e17bd)
v7.14.2
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
7.14.1 (2020-06-13)
Bug Fixes
- canSuggest should not be case sensitive (#628) (d6f6d3a)
v7.14.0
7.14.0 (2020-06-13)
Features
- suggestions: add option to get specific query suggestions (#627) (30a1ee8)
v7.13.0
7.13.0 (2020-06-12)
Bug Fixes
Features
- support
clipboardData
like dataTransfer
. (#585) (9592583)
v7.12.0
7.12.0 (2020-06-11)
Features
- use regex based TextMatch for suggestions (#617) (b23a2bc)
v7.11.0
7.11.0 (2020-06-08)
Features
- return more data from getSuggestedQuery to support tooling (#608) (a029772)