Skip to content

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

v5.0.0-alpha.8

13 Oct 23:06
ea893cc
Compare
Choose a tag to compare
v5.0.0-alpha.8 Pre-release
Pre-release

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

Features

  • prefer-query-by-disappearance: add to all configs by default (#487) (ea893cc)

BREAKING CHANGES

  • prefer-query-by-disappearance: prefer-query-by-disappearance is now enabled by default in all configs

v5.0.0-alpha.7

13 Oct 22:59
17d5376
Compare
Choose a tag to compare
v5.0.0-alpha.7 Pre-release
Pre-release

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

Features

  • prefer-presence-queries: add to all configs by default (#486) (17d5376)

BREAKING CHANGES

  • prefer-presence-queries: prefer-presence-queries is now enabled by default in all configs

v5.0.0-alpha.6

13 Oct 22:54
e0a34ed
Compare
Choose a tag to compare
v5.0.0-alpha.6 Pre-release
Pre-release

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

Features

  • no-wait-for-snapshot: add to all configs by default (#485) (e0a34ed)

BREAKING CHANGES

  • no-wait-for-snapshot: no-wait-for-snapshot is now enabled by default in all configs

v5.0.0-alpha.5

13 Oct 22:43
0b35c14
Compare
Choose a tag to compare
v5.0.0-alpha.5 Pre-release
Pre-release

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

Features

  • no-wait-for-side-effects: add to all configs by default (#484) (5e5fb1d)

BREAKING CHANGES

  • no-wait-for-side-effects: no-wait-for-side-effects is now enabled by default in all configs

v5.0.0-alpha.4

13 Oct 22:43
8fb3b64
Compare
Choose a tag to compare
v5.0.0-alpha.4 Pre-release
Pre-release

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

Features

  • no-wait-for-multiple-assertions: add to all configs by default (#483) (fc604f6)

BREAKING CHANGES

  • no-wait-for-multiple-assertions: no-wait-for-multiple-assertions is now enabled by default in all configs

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)