Skip to content

Releases: testing-library/dom-testing-library

v3.0.0

10 Jul 22:44
Compare
Choose a tag to compare

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

09 Jul 19:29
Compare
Choose a tag to compare

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

09 Jul 18:13
Compare
Choose a tag to compare

2.9.0 (2018-07-09)

Features

  • queries: allow overriding queries in getQueriesForElement (#67) (e0200af)

v2.8.0

08 Jul 18:09
Compare
Choose a tag to compare

2.8.0 (2018-07-08)

Features

  • queries: expose helper functions (#66) (256f899)

v2.7.0

29 Jun 20:16
Compare
Choose a tag to compare

2.7.0 (2018-06-29)

Features

v2.6.4

28 Jun 16:45
Compare
Choose a tag to compare

2.6.4 (2018-06-28)

Bug Fixes

  • change node detection in debugDOM (#64) (70d90c1)

v2.6.3

28 Jun 05:21
Compare
Choose a tag to compare

2.6.3 (2018-06-28)

Bug Fixes

  • getByLabelText: Support aria-labelledby attr containing multiple ids (#59) (ba44c14)

v2.6.2

23 Jun 19:36
Compare
Choose a tag to compare

2.6.2 (2018-06-23)

Bug Fixes

  • TS: add typings for getByValue, getAllByValue, queryByValue, queryAllByValue (#62) (e722b3a)

v2.6.1

19 Jun 13:28
Compare
Choose a tag to compare

2.6.1 (2018-06-19)

Bug Fixes

  • TS: Correct array return types for queryAll and getAll apis (#60) (275496f)

v2.6.0

12 Jun 18:06
Compare
Choose a tag to compare

2.6.0 (2018-06-12)

Features