Skip to content

Releases: testing-library/jest-dom

v5.11.9

12 Jan 19:08
6a6531d
Compare
Choose a tag to compare

5.11.9 (2021-01-12)

Bug Fixes

  • Ignore comment nodes in toBeEmptyDOMElement (#317) (6a6531d)

v5.11.8

30 Dec 03:31
0bd1ed9
Compare
Choose a tag to compare

5.11.8 (2020-12-30)

Bug Fixes

  • Adds expected text for toContainHTML checks that fail (#299) (#318) (0bd1ed9)

v5.11.7

30 Dec 01:43
4179117
Compare
Choose a tag to compare

5.11.7 (2020-12-30)

Bug Fixes

v5.11.6

13 Nov 14:51
0309dcf
Compare
Choose a tag to compare

5.11.6 (2020-11-13)

Bug Fixes

  • Improved error messaging for toHaveFocus assertion (#304) (c79faa2)

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)