Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v6.3.3
6.3.3 (2024-10-17)
Bug Fixes
v6.3.2
6.3.2 (2024-10-17)
Bug Fixes
- generate provenance statements on release (#939) (bf895e0)
v6.3.1
6.3.1 (2024-10-17)
Bug Fixes
- no-manual-cleanup: properly check all
@testing-library
imports (#934) (62a3f61)
v6.3.0
6.3.0 (2024-08-11)
Features
v6.2.2
6.2.2 (2024-04-15)
Bug Fixes
- await-async-events: false positives for userEvent.setup() returned (#895) (fb32c5c)
v6.2.1
6.2.1 (2024-04-12)
Bug Fixes
- await-async-events: false positive reports on awaited expressions evaluating to promise (#890) (767f1be)
v6.2.0
6.2.0 (2023-11-21)
Features
- prefer-presence-queries: support react-native matcher
toBeOnTheScreen
(#844) (b9fef59)
v6.1.2
6.1.2 (2023-11-09)
Bug Fixes
- await-async-events: avoid reporting
userEvent.setup()
in wrappers (#834) (a1bb21e), closes #800
v6.1.1
6.1.1 (2023-11-09)
Bug Fixes
- handle multiple imports with
no-manual-cleanup
(#835) (cb84da2)
v6.1.0
6.1.0 (2023-10-12)
Features