Skip to content

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

v3.7.0

22 Aug 18:03
dddf405
Compare
Choose a tag to compare

3.7.0 (2020-08-22)

Features

  • prefer-explicit-assert: add 'assertion' config option (#220) (dddf405), closes #218

v3.6.0

10 Aug 07:58
65d9c34
Compare
Choose a tag to compare

3.6.0 (2020-08-10)

Features

  • consistent-data-testid: add support for multiple test id attributes (#211) (65d9c34)

v3.5.0

10 Aug 07:46
5f35316
Compare
Choose a tag to compare

3.5.0 (2020-08-10)

Features

v3.4.1

05 Aug 17:05
cbdfd5f
Compare
Choose a tag to compare

3.4.1 (2020-08-05)

Bug Fixes

v3.4.0

29 Jul 19:22
b6fcc42
Compare
Choose a tag to compare

3.4.0 (2020-07-29)

Features

  • prefer-screen-queries: allow baseElement and container (#201) (b6fcc42), closes #188

v3.3.2

20 Jul 11:10
993fd8c
Compare
Choose a tag to compare

3.3.2 (2020-07-20)

Bug Fixes

  • include findBy variable declaration to prefer-find-by when auto fixing (#197) (993fd8c)

v3.3.1

18 Jun 08:17
783ced0
Compare
Choose a tag to compare

3.3.1 (2020-06-18)

Bug Fixes

v3.3.0

13 Jun 11:59
7ab72d1
Compare
Choose a tag to compare

3.3.0 (2020-06-13)

Features

v3.2.3

12 Jun 16:07
6b8f627
Compare
Choose a tag to compare

3.2.3 (2020-06-12)

Bug Fixes

  • guard against wait utils without callback (#161) (6b8f627)

v3.2.2

11 Jun 07:36
1850851
Compare
Choose a tag to compare

3.2.2 (2020-06-11)

Bug Fixes

  • prefer-screen-queries: revert "take container into account" (#157) (1850851), closes #156