Skip to content

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

v5.0.0-alpha.3

13 Oct 22:43
887e489
Compare
Choose a tag to compare
v5.0.0-alpha.3 Pre-release
Pre-release

5.0.0-alpha.3 (2021-10-13)

Features

  • no-render-in-setup: add to Angular, React & Vue configs by default (#481) (53497f4)

BREAKING CHANGES

  • no-render-in-setup: no-render-in-setup is now enabled by default in the Angular, React & Vue configs

v5.0.0-alpha.2

13 Oct 22:41
8c46203
Compare
Choose a tag to compare
v5.0.0-alpha.2 Pre-release
Pre-release

5.0.0-alpha.2 (2021-09-06)

Features

  • no-debug: rename to no-debugging-utils (#469) (ea52ff0)
  • no-unnecessary-act: add to React config by default (#468) (cf78530)

BREAKING CHANGES

  • no-unnecessary-act: no-unnecessary-act is now enabled by default in the React config (with isStrict set to true)
  • no-debug: no-debug is now called no-debugging-utils

v5.0.0-alpha.1

13 Oct 22:38
f9f9add
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2021-09-06)

chore

BREAKING CHANGES

  • Requires Node@^12.22.x || ^14.17.x || >=16.x

v4.12.4

23 Sep 15:13
fb2740c
Compare
Choose a tag to compare

4.12.4 (2021-09-23)

Reverts

v4.12.3

19 Sep 21:59
1949a93
Compare
Choose a tag to compare

4.12.3 (2021-09-19)

Bug Fixes

  • prefer-explicit-assert: check property existence (#476) (1949a93)

v4.12.2

09 Sep 07:56
9624a44
Compare
Choose a tag to compare

4.12.2 (2021-09-09)

Bug Fixes

  • prefer-find-by: handle different spacing correctly for autofix (#472) (9624a44)

v4.12.1

06 Sep 07:22
fd5f057
Compare
Choose a tag to compare

4.12.1 (2021-09-06)

Bug Fixes

  • dependencies: bump @typescript-eslint/experimental-utils (#461) (fd5f057)

v4.12.0

24 Aug 12:54
94758f1
Compare
Choose a tag to compare

4.12.0 (2021-08-24)

Features

v4.11.0

16 Aug 16:30
Compare
Choose a tag to compare

4.11.0 (2021-08-16)

Features

  • prefer-explicit-assert: add an option to toggle the matching of findBy queries (#452) (172a5ac), closes #449

v4.10.1

21 Jul 09:17
840763d
Compare
Choose a tag to compare

4.10.1 (2021-07-21)

Bug Fixes

  • no-unnecessary-act: report everything that's reported in non-strict (#423) (840763d), closes #416