Skip to content

Releases: testing-library/eslint-plugin-testing-library

v6.0.0-alpha.5

04 Oct 22:34
b4b5394
Compare
Choose a tag to compare
v6.0.0-alpha.5 Pre-release
Pre-release

6.0.0-alpha.5 (2022-10-02)

Features

v6.0.0-alpha.4

04 Oct 22:34
b4ce9bb
Compare
Choose a tag to compare
v6.0.0-alpha.4 Pre-release
Pre-release

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 for user-event (#652) (b4ce9bb2), closes #626

BREAKING CHANGES

  • no-global-regexp-flag-in-query is enabled by default in all config
  • await-fire-event is now called await-async-event

v6.0.0-alpha.3

04 Oct 22:34
8f6ebf5
Compare
Choose a tag to compare
v6.0.0-alpha.3 Pre-release
Pre-release

6.0.0-alpha.3 (2022-10-02)

Features

  • no-manual-cleanup: add to React & Vue configs by default (#659) (8f6ebf56), closes #617

BREAKING CHANGES

  • no-manual-cleanup is now enabled by default in the React & Vue configs

v6.0.0-alpha.2

04 Oct 22:34
9acba43
Compare
Choose a tag to compare
v6.0.0-alpha.2 Pre-release
Pre-release

6.0.0-alpha.2 (2022-09-20)

Features

  • no-render-in-setup: rename to no-render-in-lifecycle (#649) (9acba430), closes #625

BREAKING CHANGES

  • no-render-in-setup is now called no-render-in-lifecycle

v6.0.0-alpha.1

04 Oct 22:34
20f23ad
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release

6.0.0-alpha.1 (2022-09-19)

Features

BREAKING CHANGES

  • prefer-wait-for is now removed

v5.7.2

02 Oct 17:06
5f4287f
Compare
Choose a tag to compare

5.7.2 (2022-10-02)

Bug Fixes

  • no-node-access: false positives with props.children (#658) (5f4287f)

v5.7.1

02 Oct 12:05
0ae1f25
Compare
Choose a tag to compare

5.7.1 (2022-10-02)

Bug Fixes

  • no-dom-imports: false negatives with several testing library imports (#657) (0ae1f25)

v5.7.0

23 Sep 08:28
3463a2c
Compare
Choose a tag to compare

5.7.0 (2022-09-23)

Features

  • no-node-access: report childElementCount prop (#650) (3463a2c)

v5.6.4

13 Sep 08:30
fc6ccf8
Compare
Choose a tag to compare

5.6.4 (2022-09-13)

Bug Fixes

  • no-wait-for-side-effects: false positive inside .then() (#645) (fc6ccf8), closes #500

v5.6.3

09 Sep 11:45
48b19d5
Compare
Choose a tag to compare

5.6.3 (2022-09-09)

Bug Fixes

  • consistent-data-testid: avoid crash for filename with square brackets (#643) (48b19d5), closes #509