Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v3.3.0
3.3.0 (2020-06-13)
Features
v3.2.3
3.2.3 (2020-06-12)
Bug Fixes
- guard against wait utils without callback (#161) (6b8f627)
v3.2.2
3.2.2 (2020-06-11)
Bug Fixes
- prefer-screen-queries: revert "take container into account" (#157) (1850851), closes #156
v3.2.1
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
3.2.0 (2020-06-03)
Features
v3.1.4
3.1.4 (2020-05-29)
Bug Fixes
- correct consistent-data-testid docs example (#146) (8065cc3)
v3.1.3
3.1.3 (2020-05-16)
Bug Fixes
v3.1.2
3.1.2 (2020-05-09)
Bug Fixes
- prefer-screen-queries: false positives when using within method (#119) (28238aa), closes #116
v3.1.1
3.1.1 (2020-05-08)
Bug Fixes
- no-manual-cleanup: check require imports properly (#128) (28e23a9), closes #125
v3.1.0
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.