Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v6.0.0-alpha.11
6.0.0-alpha.11 (2022-10-05)
Features
BREAKING CHANGES
- await-async-query:
await-async-query
is now calledawait-async-queries
v6.0.0-alpha.10
6.0.0-alpha.10 (2022-10-05)
Features
BREAKING CHANGES
- no-await-sync-events:
no-await-sync-events
is now enabled by default in the DOM, Angular & React configs
v6.0.0-alpha.8
6.0.0-alpha.8 (2022-10-03)
Features
- no-debugging-utils: enable all debug methods in all configs by default (#663) (e394ce09), closes #621
BREAKING CHANGES
no-debugging-utils
now enables all debug methods in all configs by default
v6.0.0-alpha.7
6.0.0-alpha.7 (2022-10-03)
Features
v6.0.0-alpha.6
6.0.0-alpha.6 (2022-10-02)
Features
BREAKING CHANGES
no-node-access
is now enabled by default in the DOM config
v6.0.0-alpha.5
v6.0.0-alpha.4
6.0.0-alpha.4 (2022-10-02)
Features
- no-global-regexp-flag-in-query: add to all configs by default (#660) (c76a7bfa), closes #618
- await-fire-event: rename to
await-async-event
+ add support foruser-event
(#652) (b4ce9bb2), closes #626
BREAKING CHANGES
no-global-regexp-flag-in-query
is enabled by default in all configawait-fire-event
is now calledawait-async-event
v6.0.0-alpha.3
6.0.0-alpha.3 (2022-10-02)
Features
BREAKING CHANGES
no-manual-cleanup
is now enabled by default in the React & Vue configs
v6.0.0-alpha.2
6.0.0-alpha.2 (2022-09-20)
Features
BREAKING CHANGES
no-render-in-setup
is now calledno-render-in-lifecycle