Releases: testing-library/jest-dom
Releases · testing-library/jest-dom
v4.2.3
4.2.3 (2019-11-01)
Bug Fixes
- improve error messages for .toBeInTheDocument (#137) (c12a476)
v4.2.2
4.2.2 (2019-10-31)
Bug Fixes
- Changed .toHaveStyle() to be case-insensitive. (#154) (9a36d66)
v4.2.1
4.2.1 (2019-10-31)
Bug Fixes
- Update type for Matchers to match @types/jest (#150) (f881e68)
v4.2.0
4.2.0 (2019-10-25)
Features
v4.1.2
4.1.2 (2019-10-09)
Bug Fixes
- toHaveStyle not to return true when shouldn't (#81) (d048768)
v4.1.1
4.1.1 (2019-10-07)
Bug Fixes
v4.1.0
4.1.0 (2019-08-21)
Features
v4.0.1
4.0.1 (2019-08-19)
Bug Fixes
v4.0.0
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
3.5.0 (2019-06-07)
Features