Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v5.0.0-alpha.3
Features
- no-render-in-setup: add to Angular, React & Vue configs by default (#481) (53497f4)
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
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 (with isStrict
set to true
)
- no-debug:
no-debug
is now called no-debugging-utils
v5.0.0-alpha.1
chore
BREAKING CHANGES
- Requires Node@^12.22.x || ^14.17.x || >=16.x
v4.12.3
4.12.3 (2021-09-19)
Bug Fixes
- prefer-explicit-assert: check property existence (#476) (1949a93)
v4.12.2
4.12.2 (2021-09-09)
Bug Fixes
- prefer-find-by: handle different spacing correctly for autofix (#472) (9624a44)
v4.12.1
4.12.1 (2021-09-06)
Bug Fixes
- dependencies: bump @typescript-eslint/experimental-utils (#461) (fd5f057)
v4.11.0
4.11.0 (2021-08-16)
Features
- prefer-explicit-assert: add an option to toggle the matching of findBy queries (#452) (172a5ac), closes #449
v4.10.1
4.10.1 (2021-07-21)
Bug Fixes
- no-unnecessary-act: report everything that's reported in non-strict (#423) (840763d), closes #416