Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
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)
v5.5.1
5.5.1 (2022-05-25)
Bug Fixes
- await-fire-event: reference correct method names in reported messages (#591) (763df6e), closes #590
v5.5.0
5.5.0 (2022-05-11)
Features
- add support for
@marko/testing-library
(#572) (e332173)