Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v4.11.0
4.11.0 (2021-08-16)
Features
- prefer-explicit-assert: add an option to toggle the matching of findBy queries (#452) (172a5ac), closes #449
v4.10.1
4.10.1 (2021-07-21)
Bug Fixes
- no-unnecessary-act: report everything that's reported in non-strict (#423) (840763d), closes #416
v4.10.0
4.10.0 (2021-07-20)
Features
- prefer-explicit-assert: report on
findBy*
queries too (#421) (c92e7ff), closes #409
v4.9.3
4.9.3 (2021-07-20)
Bug Fixes
- no-unnecessary-act: fix false positives when
isStrict
option is set to false
(#418) (e0da981)
v4.9.2
4.9.2 (2021-07-20)
Bug Fixes
- prefer-user-event: prevent crash with custom
createEvent
function (#422) (4808bca), closes #405
v4.9.1
4.9.1 (2021-07-19)
Bug Fixes
- prefer-query-by-disappearance: fix rule name (#410) (9cf72b2)
v4.9.0
4.9.0 (2021-07-06)
Features
v4.8.0
4.8.0 (2021-07-06)
Features
v4.7.0
4.7.0 (2021-07-04)
Features
- prefer-user-event: add support for
fireEvent
as function (#398) (0c11511), closes #261
v4.6.0
4.6.0 (2021-05-22)
Features
- prefer-screen-queries: detect render in wrappers (#388) (b92132d), closes #367