Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v6.0.0-alpha.2
04 Oct 22:34
Compare
Sorry, something went wrong.
No results found
Features
no-render-in-setup: rename to no-render-in-lifecycle
(#649 ) (9acba430 ), closes #625
BREAKING CHANGES
no-render-in-setup
is now called no-render-in-lifecycle
v6.0.0-alpha.1
04 Oct 22:34
Compare
Sorry, something went wrong.
No results found
Features
BREAKING CHANGES
prefer-wait-for
is now removed
v5.7.2
02 Oct 17:06
Compare
Sorry, something went wrong.
No results found
5.7.2 (2022-10-02)
Bug Fixes
no-node-access: false positives with props.children
(#658 ) (5f4287f )
v5.7.1
02 Oct 12:05
Compare
Sorry, something went wrong.
No results found
5.7.1 (2022-10-02)
Bug Fixes
no-dom-imports: false negatives with several testing library imports (#657 ) (0ae1f25 )
v5.7.0
23 Sep 08:28
Compare
Sorry, something went wrong.
No results found
5.7.0 (2022-09-23)
Features
no-node-access: report childElementCount prop (#650 ) (3463a2c )
v5.6.4
13 Sep 08:30
Compare
Sorry, something went wrong.
No results found
5.6.4 (2022-09-13)
Bug Fixes
no-wait-for-side-effects: false positive inside .then()
(#645 ) (fc6ccf8 ), closes #500
v5.6.3
09 Sep 11:45
Compare
Sorry, something went wrong.
No results found
5.6.3 (2022-09-09)
Bug Fixes
consistent-data-testid: avoid crash for filename with square brackets (#643 ) (48b19d5 ), closes #509
v5.6.2
07 Sep 11:58
Compare
Sorry, something went wrong.
No results found
5.6.2 (2022-09-07)
Bug Fixes
no-await-sync-events: false positive for delay from vars (#641 ) (3c2cbbd ), closes #403
v5.6.1
03 Sep 23:23
Compare
Sorry, something went wrong.
No results found
5.6.1 (2022-09-03)
Bug Fixes
prefer-query-by-disappearance: improve error position (#639 ) (df3d647 )
v5.6.0
30 Jul 20:29
Compare
Sorry, something went wrong.
No results found
5.6.0 (2022-07-30)
Features
no-node-access: add allowContainerFirstChild
option (#611 ) (d16d284 )