Skip to content

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

v3.1.3

11 Jul 15:08
808c623
Compare
Choose a tag to compare

3.1.3 (2020-07-11)

Bug Fixes

  • to-have-attribute: fixed bug in prefer-to-have-attribute autofix (#64) (808c623)

v3.1.2

10 Jul 15:43
564178b
Compare
Choose a tag to compare

3.1.2 (2020-07-10)

Bug Fixes

  • prefer-checked: don't auto-fix when 2nd argument is a non literal. (#62) (564178b)

v3.1.1

09 Jul 21:41
8497c48
Compare
Choose a tag to compare

3.1.1 (2020-07-09)

Bug Fixes

  • don't report expect(el.innerHTML).toBe(foo) (#63) (8497c48)

v3.1.0

09 Jul 20:48
Compare
Choose a tag to compare

3.1.0 (2020-07-09)

Features

  • migrate toBeEmpty to toBeEmptyDOMElement (32a5c14)

v3.0.1

11 Jun 16:48
fef5a24
Compare
Choose a tag to compare

3.0.1 (2020-06-11)

Bug Fixes

  • fixed bug w/ toHaveAttribute("aria-check", "true") (#50) (fef5a24)

v3.0.0

11 Jun 14:45
64c9226
Compare
Choose a tag to compare

3.0.0 (2020-06-11)

Features

BREAKING CHANGES

  • Requires Node@^10.12.x || 12.x
  • Requires ESLint@^7.x

v2.1.0

22 Apr 18:30
30cbe7b
Compare
Choose a tag to compare

2.1.0 (2020-04-22)

Features

  • Added prefer-to-have-text-content (#37) (30cbe7b)

v2.0.1

26 Feb 00:59
a2c0f9e
Compare
Choose a tag to compare

2.0.1 (2020-02-26)

Bug Fixes

  • use range instead of start/end properties (#30) (a2c0f9e)

v2.0.0

13 Jan 18:58
Compare
Choose a tag to compare

2.0.0 (2020-01-13)

Bug Fixes

Features

BREAKING CHANGES

  • no longer supporting node 8, update to node 10

v1.4.2

16 Dec 21:50
Compare
Choose a tag to compare

1.4.2 (2019-12-16)

Bug Fixes

  • fixed bug in prefer-focus with call expression in expect statement (a76d74c)