Releases: testing-library/dom-testing-library
Releases · testing-library/dom-testing-library
v7.24.3
7.24.3 (2020-09-25)
Bug Fixes
- Mark deprecated methods as
[@deprecated](https://github.com/deprecated)
(#771) (68f8f81)
v7.24.2
7.24.2 (2020-09-13)
Bug Fixes
- events: got-/lostpointercapture bubble (#767) (3154dc4)
v7.24.0
7.24.0 (2020-09-02)
Features
- debug: show line and codeframe when using debug (#733) (dfb4aa1), closes #440
v7.23.0
7.23.0 (2020-08-27)
Features
- ByRole: Add 'level' option for *ByRole('heading') (#757) (ea52c91)
v7.22.6
7.22.6 (2020-08-24)
Bug Fixes
- getByTitle returning element matching textContent instead of title (#753) (388db21), closes #741