Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v5.0.0-alpha.4
5.0.0-alpha.4 (2021-10-13)
Features
BREAKING CHANGES
- no-wait-for-multiple-assertions:
no-wait-for-multiple-assertions
is now enabled by default in all configs
v5.0.0-alpha.3
5.0.0-alpha.3 (2021-10-13)
Features
BREAKING CHANGES
- no-render-in-setup:
no-render-in-setup
is now enabled by default in the Angular, React & Vue configs
v5.0.0-alpha.2
5.0.0-alpha.2 (2021-09-06)
Features
- no-debug: rename to
no-debugging-utils
(#469) (ea52ff0) - no-unnecessary-act: add to React config by default (#468) (cf78530)
BREAKING CHANGES
- no-unnecessary-act:
no-unnecessary-act
is now enabled by default in the React config (withisStrict
set totrue
) - no-debug:
no-debug
is now calledno-debugging-utils