Skip to content

Releases: testing-library/dom-testing-library

v3.3.0

10 Aug 17:40
Compare
Choose a tag to compare

3.3.0 (2018-08-10)

Features

v3.2.0

09 Aug 14:14
Compare
Choose a tag to compare

3.2.0 (2018-08-09)

Features

  • getByTitle: Add ability to select title element of SVG with getByTitle (#86) (fe44799), closes #83

v3.1.0

06 Aug 21:41
19c2868
Compare
Choose a tag to compare

3.1.0 (2018-08-06)

Features

  • fireEvent: helper to assign target properties to node (#85) (19c2868)

v3.0.2

19 Jul 18:19
Compare
Choose a tag to compare

3.0.2 (2018-07-19)

Bug Fixes

  • Reference Node and MutationObserver off of the window object rather than globally (#77) (7730d25)

v3.0.1

17 Jul 18:05
Compare
Choose a tag to compare

3.0.1 (2018-07-17)

Bug Fixes

  • waitForElement: ensure waitForElement responds to attribute and textNode changes (#74) (6e9d7c5)

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