Skip to content

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

v5.7.2

02 Oct 17:06
5f4287f
Compare
Choose a tag to compare

5.7.2 (2022-10-02)

Bug Fixes

  • no-node-access: false positives with props.children (#658) (5f4287f)

v5.7.1

02 Oct 12:05
0ae1f25
Compare
Choose a tag to compare

5.7.1 (2022-10-02)

Bug Fixes

  • no-dom-imports: false negatives with several testing library imports (#657) (0ae1f25)

v5.7.0

23 Sep 08:28
3463a2c
Compare
Choose a tag to compare

5.7.0 (2022-09-23)

Features

  • no-node-access: report childElementCount prop (#650) (3463a2c)

v5.6.4

13 Sep 08:30
fc6ccf8
Compare
Choose a tag to compare

5.6.4 (2022-09-13)

Bug Fixes

  • no-wait-for-side-effects: false positive inside .then() (#645) (fc6ccf8), closes #500

v5.6.3

09 Sep 11:45
48b19d5
Compare
Choose a tag to compare

5.6.3 (2022-09-09)

Bug Fixes

  • consistent-data-testid: avoid crash for filename with square brackets (#643) (48b19d5), closes #509

v5.6.2

07 Sep 11:58
3c2cbbd
Compare
Choose a tag to compare

5.6.2 (2022-09-07)

Bug Fixes

  • no-await-sync-events: false positive for delay from vars (#641) (3c2cbbd), closes #403

v5.6.1

03 Sep 23:23
Compare
Choose a tag to compare

5.6.1 (2022-09-03)

Bug Fixes

  • prefer-query-by-disappearance: improve error position (#639) (df3d647)

v5.6.0

30 Jul 20:29
d16d284
Compare
Choose a tag to compare

5.6.0 (2022-07-30)

Features

  • no-node-access: add allowContainerFirstChild option (#611) (d16d284)

v5.5.1

25 May 18:46
763df6e
Compare
Choose a tag to compare

5.5.1 (2022-05-25)

Bug Fixes

  • await-fire-event: reference correct method names in reported messages (#591) (763df6e), closes #590

v5.5.0

11 May 10:46
e332173
Compare
Choose a tag to compare

5.5.0 (2022-05-11)

Features

  • add support for @marko/testing-library (#572) (e332173)