Skip to content

Releases: testing-library/dom-testing-library

v9.3.3

17 Sep 18:11
270a531
Compare
Choose a tag to compare

9.3.3 (2023-09-17)

Bug Fixes

  • use defineProperty on the error object instead of setting the message directly (#1261) (270a531), closes #1259

v9.3.2

17 Sep 15:14
07f5999
Compare
Choose a tag to compare

9.3.2 (2023-09-17)

Bug Fixes

v10.0.0-alpha.1

10 Sep 06:32
452097b
Compare
Choose a tag to compare
v10.0.0-alpha.1 Pre-release
Pre-release

10.0.0-alpha.1 (2023-09-10)

Bug Fixes

Features

  • Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x (#1255) (452097b)

BREAKING CHANGES

  • Minimum supported Node.js version is now 18.x

  • update node version in codesandbox

  • drop support for node 16 too

v8.20.1

16 Jun 19:50
Compare
Choose a tag to compare

8.20.1 (2023-06-16)

Bug Fixes

  • opera mobile version removed (c5bd543)
  • pin aria-query version and upgrade lz-string (4a13f4b)

v9.3.1

14 Jun 15:00
491e930
Compare
Choose a tag to compare

9.3.1 (2023-06-14)

Bug Fixes

v9.3.0

12 May 11:55
d09b3c2
Compare
Choose a tag to compare

9.3.0 (2023-05-12)

Features

  • waitFor: Support async unstable_advanceTimersWrapper (#1229) (d09b3c2)

v9.2.0

24 Mar 18:47
eadf748
Compare
Choose a tag to compare

9.2.0 (2023-03-24)

Features

v9.1.0

24 Mar 18:08
8c40a21
Compare
Choose a tag to compare

9.1.0 (2023-03-24)

Features

v9.0.1

08 Mar 12:16
4da0f39
Compare
Choose a tag to compare

9.0.1 (2023-03-08)

Bug Fixes

v9.0.0

16 Feb 22:24
746def6
Compare
Choose a tag to compare

9.0.0 (2023-02-16)

Bug Fixes

Features

BREAKING CHANGES

  • ByRole: Only allow string as a role.
    Drop support for exact, trim, collapseWhitespace, and normalizer options.
  • Minimum supported Node.js version is now 14.x