Skip to content

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

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

v3.2.1

10 Jun 10:51
b80accf
Compare
Choose a tag to compare

3.2.1 (2020-06-10)

Bug Fixes

  • prefer-screen-queries: take container into account (#150) (a783036)
  • prefer-wait-for: only report when imported from TL (#152) (b80accf)

v3.2.0

03 Jun 08:47
7a9af37
Compare
Choose a tag to compare

3.2.0 (2020-06-03)

Features

v3.1.4

29 May 07:28
8065cc3
Compare
Choose a tag to compare

3.1.4 (2020-05-29)

Bug Fixes

  • correct consistent-data-testid docs example (#146) (8065cc3)

v3.1.3

16 May 16:12
55575c9
Compare
Choose a tag to compare

3.1.3 (2020-05-16)

Bug Fixes

v3.1.2

09 May 10:32
28238aa
Compare
Choose a tag to compare

3.1.2 (2020-05-09)

Bug Fixes

  • prefer-screen-queries: false positives when using within method (#119) (28238aa), closes #116

v3.1.1

08 May 07:50
28e23a9
Compare
Choose a tag to compare

3.1.1 (2020-05-08)

Bug Fixes

  • no-manual-cleanup: check require imports properly (#128) (28e23a9), closes #125

v3.1.0

04 May 14:55
Compare
Choose a tag to compare

3.1.0 (2020-05-04)

Features

  • migrate plugin to typescript-eslint (#121) (3439a29). This is not actually adding any new feature to the plugin but we wanted to bump a minor version here so the migration can be noticed properly.