Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v6.0.0-alpha.2
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
Features
BREAKING CHANGES
prefer-wait-for
is now removed
v5.7.2
5.7.2 (2022-10-02)
Bug Fixes
- no-node-access: false positives with
props.children
(#658) (5f4287f)
v5.7.1
5.7.1 (2022-10-02)
Bug Fixes
- no-dom-imports: false negatives with several testing library imports (#657) (0ae1f25)
v5.7.0
5.7.0 (2022-09-23)
Features
- no-node-access: report childElementCount prop (#650) (3463a2c)
v5.6.4
5.6.4 (2022-09-13)
Bug Fixes
- no-wait-for-side-effects: false positive inside
.then()
(#645) (fc6ccf8), closes #500
v5.6.3
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
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
5.6.1 (2022-09-03)
Bug Fixes
- prefer-query-by-disappearance: improve error position (#639) (df3d647)
v5.6.0
5.6.0 (2022-07-30)
Features
- no-node-access: add
allowContainerFirstChild
option (#611) (d16d284)