Releases: testing-library/jest-dom
Releases · testing-library/jest-dom
v5.11.9
5.11.9 (2021-01-12)
Bug Fixes
- Ignore comment nodes in toBeEmptyDOMElement (#317) (6a6531d)
v5.11.8
5.11.8 (2020-12-30)
Bug Fixes
- Adds expected text for toContainHTML checks that fail (#299) (#318) (0bd1ed9)
v5.11.6
5.11.6 (2020-11-13)
Bug Fixes
- Improved error messaging for toHaveFocus assertion (#304) (c79faa2)
v5.11.5
5.11.5 (2020-10-23)
Bug Fixes
- treat shadow DOM elements as in the document (#298) (7ee54ab)
v5.11.4
5.11.4 (2020-08-22)
Bug Fixes
- do not explicitly depend on jest assertion utils (#250) (2da8c71)
v5.11.3
5.11.3 (2020-08-11)
Bug Fixes
- Changed toHaveStyle to use getPropertyValue instead of accessing the property directly (#285) (92176e1)
v5.11.2
5.11.2 (2020-07-28)
Bug Fixes
- Suggest using toBeEmptyDOMElement instead of toBeEmpty (#284) (2cd17d3)
v5.11.0
5.11.0 (2020-06-25)
Features
- extend toBeChecked to support any role that's compatible (#267) (c135d0b)