Skip to content

Releases: testing-library/jest-dom

v5.11.5

23 Oct 13:10
c11f9c5
Compare
Choose a tag to compare

5.11.5 (2020-10-23)

Bug Fixes

  • treat shadow DOM elements as in the document (#298) (7ee54ab)

v5.11.4

22 Aug 10:42
2da8c71
Compare
Choose a tag to compare

5.11.4 (2020-08-22)

Bug Fixes

  • do not explicitly depend on jest assertion utils (#250) (2da8c71)

v5.11.3

11 Aug 18:54
92176e1
Compare
Choose a tag to compare

5.11.3 (2020-08-11)

Bug Fixes

  • Changed toHaveStyle to use getPropertyValue instead of accessing the property directly (#285) (92176e1)

v5.11.2

28 Jul 18:17
2cd17d3
Compare
Choose a tag to compare

5.11.2 (2020-07-28)

Bug Fixes

  • Suggest using toBeEmptyDOMElement instead of toBeEmpty (#284) (2cd17d3)

v5.11.1

15 Jul 13:57
5bea350
Compare
Choose a tag to compare

5.11.1 (2020-07-15)

Bug Fixes

v5.11.0

25 Jun 15:56
c135d0b
Compare
Choose a tag to compare

5.11.0 (2020-06-25)

Features

  • extend toBeChecked to support any role that's compatible (#267) (c135d0b)

v5.10.1

14 Jun 04:56
5e39222
Compare
Choose a tag to compare

5.10.1 (2020-06-14)

Bug Fixes

  • element not allowed to be disabled being returned as disabled (#261) (5e39222)

v5.10.0

11 Jun 14:50
14d1630
Compare
Choose a tag to compare

5.10.0 (2020-06-11)

Features

  • [toBeValid/toBeInvalid] Check aria-invalid on any element (#259) (14d1630)

v5.9.0

28 May 13:50
927c5a4
Compare
Choose a tag to compare

5.9.0 (2020-05-28)

Features

  • Deprecate toBeEmpty in favour of toBeEmptyDomElement (#216) (#254) (927c5a4)

v5.8.0

19 May 21:58
e46299b
Compare
Choose a tag to compare

5.8.0 (2020-05-19)

Features