Skip to content

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

v6.0.0-alpha.12

05 Oct 21:50
7238f76
Compare
Choose a tag to compare
v6.0.0-alpha.12 Pre-release
Pre-release

6.0.0-alpha.12 (2022-10-05)

Bug Fixes

  • await-async-event: pluralize to await-async-events (#670) (7238f76)

v6.0.0-alpha.11

05 Oct 10:59
c1803df
Compare
Choose a tag to compare
v6.0.0-alpha.11 Pre-release
Pre-release

6.0.0-alpha.11 (2022-10-05)

Features

  • await-async-query: rename to await-async-queries (#665) (c1803df)

BREAKING CHANGES

  • await-async-query: await-async-query is now called await-async-queries

v6.0.0-alpha.10

05 Oct 10:37
afce5ea
Compare
Choose a tag to compare
v6.0.0-alpha.10 Pre-release
Pre-release

6.0.0-alpha.10 (2022-10-05)

Features

  • no-await-sync-events: add to DOM, Angular & React configs by default (#667) (afce5ea)

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

04 Oct 22:35
e394ce0
Compare
Choose a tag to compare
v6.0.0-alpha.8 Pre-release
Pre-release

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

04 Oct 22:35
8063f8f
Compare
Choose a tag to compare
v6.0.0-alpha.7 Pre-release
Pre-release

6.0.0-alpha.7 (2022-10-03)

Features

  • no-debugging-utils: warn instead of error in all configs (#662) (8063f8f6), closes #622

v6.0.0-alpha.6

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

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

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