Releases: testing-library/dom-testing-library
Releases · testing-library/dom-testing-library
v3.18.2
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
3.18.1 (2019-03-19)
Bug Fixes
- ByLabel: use getNodeText abstraction instead of textContent (#227) (96f21a5), closes #190
v3.18.0
3.18.0 (2019-03-19)
Features
- findBy:* adds findBy* query type allowing for async element queries (#224) (8b29d43), closes #203
v3.17.0
3.17.0 (2019-03-09)
Features
- waitForElementToBeRemoved: add the new utility function (#218) (1727a49)
v3.16.7
3.16.7 (2019-02-14)
Bug Fixes
- regression "X.matches is not a function" in v3.16.6 (#213) (2cda6a7)
v3.16.6
3.16.6 (2019-02-13)
Bug Fixes
- allow queryAllByText to select text nodes text content (#209) (677f4e9)