Skip to content

Releases: testing-library/jest-dom

v4.2.0

25 Oct 12:05
Compare
Choose a tag to compare

4.2.0 (2019-10-25)

Features

v4.1.2

09 Oct 18:14
Compare
Choose a tag to compare

4.1.2 (2019-10-09)

Bug Fixes

  • toHaveStyle not to return true when shouldn't (#81) (d048768)

v4.1.1

07 Oct 15:11
Compare
Choose a tag to compare

4.1.1 (2019-10-07)

Bug Fixes

  • toHaveTextContent("") causing false positive (#138) (cdc8a06), closes #104

v4.1.0

21 Aug 16:58
Compare
Choose a tag to compare

4.1.0 (2019-08-21)

Features

v4.0.1

19 Aug 03:37
Compare
Choose a tag to compare

4.0.1 (2019-08-19)

Bug Fixes

v4.0.0

08 Jul 16:24
Compare
Choose a tag to compare

4.0.0 (2019-07-08)

Features

  • initial release of scoped package (f810c8a)

BREAKING CHANGES

  • You need to uninstall jest-dom and install @testing-library/jest-dom instead. Then change your imports from jest-dom to @testing-library/jest-dom.

v3.5.0

08 Jun 00:00
Compare
Choose a tag to compare

3.5.0 (2019-06-07)

Features

v3.4.0

24 May 19:20
Compare
Choose a tag to compare

3.4.0 (2019-05-24)

Features

  • Add toBeInvalid and toBeValid matchers (#110) (09f7f04)

v3.3.0

22 May 22:02
Compare
Choose a tag to compare

3.3.0 (2019-05-22)

Features

v3.2.2

08 May 18:15
Compare
Choose a tag to compare

3.2.2 (2019-05-08)

Bug Fixes