Releases: testing-library/eslint-plugin-jest-dom
Releases · testing-library/eslint-plugin-jest-dom
v5.4.0
5.4.0 (2024-04-19)
Features
v5.3.0
5.3.0 (2024-04-19)
Features
Reverts
- downgrade
codecov/codecov-action
(again) (#351) (18afe30)
v5.2.0
5.2.0 (2024-03-21)
Features
- add should-be-fine support for flat configs (#343) (a3b6695)
v5.1.1
5.1.1 (2024-03-21)
Bug Fixes
- prefer-to-have-style: handle
toHaveProperty
with variable property name (#347) (622c191)
v5.1.0
5.1.0 (2023-08-26)
Features
- make
@testing-library/dom
dependency optional (#319) (88e8bb0)
v5.0.2
5.0.2 (2023-08-05)
Bug Fixes
- prefer-in-document: false positive on .toHaveLength(1) matcher with AllBy query (#311) (a7ee93c)
v5.0.1
5.0.1 (2023-06-04)
Bug Fixes
- getQueryNodeFrom: move
Identifier
type checks to getInnerNodeFrom
(#255) (96c364a)
- prefer-to-have-style: do not offer invalid autofix for computed accessors (#306) (b38b8ea)
v5.0.0
5.0.0 (2023-06-04)
Features
- make
@testing-library/dom
a peer dependency (#304) (7b34cbf)
BREAKING CHANGES
- Requires @testing-library/dom@^8.0.0 || ^9.0.0
v4.0.3
4.0.3 (2022-11-10)
Bug Fixes
- prefer-in-document: handle
toHaveLength
without any arguments and with trailing commas (#276) (5ab24d9)
v4.0.2
4.0.2 (2022-05-21)
Bug Fixes
- prefer-to-have-style: properly handle index access of
style
property (#266) (8de3593)