Skip to content

Tags: testing-library/eslint-plugin-jest-dom

Tags

v5.5.0

Toggle v5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add TypeScript types (#382)

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support ESLint v9 (#355)

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow `testing-library/dom` v10 (#362)

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add should-be-fine support for flat configs (#343)

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(prefer-to-have-style): handle `toHaveProperty` with variable prop…

…erty name (#347)

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: make `@testing-library/dom` dependency optional (#319)

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(prefer-in-document): false positive on .toHaveLength(1) matcher w…

…ith *AllBy* query (#311)

Co-authored-by: Doma <[email protected]>
Co-authored-by: Doma <[email protected]>
Co-authored-by: Gareth Jones <[email protected]>

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(prefer-to-have-style): do not offer invalid autofix for computed …

…accessors (#306)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: make `@testing-library/dom` a peer dependency (#304)

BREAKING CHANGE: Requires @testing-library/dom@^8.0.0 || ^9.0.0

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(prefer-in-document): handle `toHaveLength` without any arguments …

…and with trailing commas (#276)

* fix(prefer-in-document): crash when on matcher args in toHaveLength

* fix(prefer-in-document): properly remove all matcher args and commas

* fix(prefer-in-document): update comment on comma removal logic