Skip to content

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

v5.0.2

09 Jan 13:24
3729454
Compare
Choose a tag to compare

5.0.2 (2022-01-09)

Bug Fixes

  • render-result-naming-convention: use disjunction to separate allowed names (#529) (3729454)

v5.0.1

01 Dec 12:28
Compare
Choose a tag to compare

5.0.1 (2021-12-01)

Bug Fixes

v5.0.0

25 Oct 14:42
b510bd4
Compare
Choose a tag to compare

5.0.0 (2021-10-25)

BREAKING CHANGES

  • prefer-query-by-disappearance: prefer-query-by-disappearance is now enabled by default in all configs
  • prefer-presence-queries: prefer-presence-queries is now enabled by default in all configs
  • no-wait-for-snapshot: no-wait-for-snapshot is now enabled by default in all configs
  • no-wait-for-side-effects: no-wait-for-side-effects is now enabled by default in all configs
  • no-wait-for-multiple-assertions: no-wait-for-multiple-assertions is now enabled by default in all configs
  • no-render-in-setup: no-render-in-setup is now enabled by default in the Angular, React & Vue configs
  • no-unnecessary-act: no-unnecessary-act is now enabled by default in the React config
  • no-debug: no-debug is now called no-debugging-utils
  • Requires Node@^12.22.x || ^14.17.x || >=16.x

You can follow the migration guide to v5.

Features

v5.0.0-alpha.10

17 Oct 14:05
5b03edb
Compare
Choose a tag to compare
v5.0.0-alpha.10 Pre-release
Pre-release

5.0.0-alpha.10 (2021-10-17)

Features

v5.0.0-alpha.9

14 Oct 01:25
e3ebef8
Compare
Choose a tag to compare
v5.0.0-alpha.9 Pre-release
Pre-release

5.0.0-alpha.9 (2021-10-14)

Features

  • no-unnecessary-act: make isStrict option true by default (#479) (e3ebef8)

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