Skip to content

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

v7.13.5

Choose a tag to compare

@github-actions github-actions released this 21 Nov 17:50
7a248d8

7.13.5 (2025-11-21)

Bug Fixes

v7.13.4

Choose a tag to compare

@github-actions github-actions released this 13 Nov 20:36

7.13.4 (2025-11-13)

Bug Fixes

v7.13.3

Choose a tag to compare

@github-actions github-actions released this 14 Oct 07:43
a5f66c2

7.13.3 (2025-10-14)

Bug Fixes

  • no-unnecessary-act: handle optional chaining calls (#1104) (a5f66c2), closes #686

v7.13.2

Choose a tag to compare

@github-actions github-actions released this 13 Oct 10:59
164fa0e

7.13.2 (2025-10-13)

Bug Fixes

  • no-unnecessary-act: report userEvent with a different variable name (#1103) (164fa0e), closes #758

v7.13.1

Choose a tag to compare

@github-actions github-actions released this 09 Oct 07:57
af8c8d9

7.13.1 (2025-10-09)

Bug Fixes

  • prefer-screen-queries: support aliased screen imports (#1101) (af8c8d9), closes #776

v7.13.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 08:02
c9fcf83

7.13.0 (2025-10-08)

Features

v7.12.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 13:50
db8756c

7.12.0 (2025-10-06)

Features

  • no-wait-for-multiple-assertions: avoid reporting unrelated assertions (#1097) (db8756c), closes #1084

v7.11.0

Choose a tag to compare

@github-actions github-actions released this 29 Sep 15:11
95b88d5

7.11.0 (2025-09-29)

Features

v7.10.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 12:41
bd01e08

7.10.0 (2025-09-25)

Features

  • no-wait-for-multiple-assertions: add partial fix support (#1090) (bd01e08)

v7.9.2

Choose a tag to compare

@github-actions github-actions released this 24 Sep 05:29
54ee4ae

7.9.2 (2025-09-24)

Bug Fixes

  • await-async-event: prevent adding async/await in forEach loops (#1075) (54ee4ae), closes #843