Releases: testing-library/dom-testing-library
Releases · testing-library/dom-testing-library
v3.0.0
3.0.0 (2018-07-10)
Bug Fixes
BREAKING CHANGES
- dom-testing-library no longer exposes the extend-expect module. Replace anywhere you're using
'dom-testing-library/extend-expect'
with 'jest-dom/extend-expect'
👍
v2.9.1
2.9.1 (2018-07-09)
Bug Fixes
- Make 2nd arg for getQueriesForElement optional and export within for TS types (#68) (ec672a6)
v2.9.0
2.9.0 (2018-07-09)
Features
- queries: allow overriding queries in getQueriesForElement (#67) (e0200af)
v2.8.0
2.8.0 (2018-07-08)
Features
v2.7.0
2.7.0 (2018-06-29)
Features
v2.6.4
2.6.4 (2018-06-28)
Bug Fixes
v2.6.3
2.6.3 (2018-06-28)
Bug Fixes
- getByLabelText: Support aria-labelledby attr containing multiple ids (#59) (ba44c14)
v2.6.2
2.6.2 (2018-06-23)
Bug Fixes
- TS: add typings for getByValue, getAllByValue, queryByValue, queryAllByValue (#62) (e722b3a)
v2.6.1
2.6.1 (2018-06-19)
Bug Fixes
- TS: Correct array return types for queryAll and getAll apis (#60) (275496f)
v2.6.0
2.6.0 (2018-06-12)
Features