Releases: testing-library/jest-dom
Releases · testing-library/jest-dom
v5.12.0
5.12.0 (2021-04-22)
Features
- check for any Node in toHaveTextContent (#358) (fa0d91d)
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)