Skip to content

Releases: testing-library/dom-testing-library

v10.0.0

08 Apr 12:33
eef23ca
Compare
Choose a tag to compare

10.0.0 (2024-04-08)

Bug Fixes

  • use defineProperty on the error object instead of setting the message directly (#1268) (3580f25), closes #1259

Features

  • Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x (#1255) (452097b)
  • upgrade aria-query to 5.3.0 (#1241) (2c57055), closes #1240

BREAKING CHANGES

  • Minimum supported Node.js version is 18.0
  • New version of aria-query changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.

v10.0.0-alpha.3

04 Apr 07:35
cb57f99
Compare
Choose a tag to compare
v10.0.0-alpha.3 Pre-release
Pre-release

10.0.0-alpha.3 (2024-04-04)

Bug Fixes

  • Stop calling waitFor callback after timeout (#1271) (9aaf715)
  • use defineProperty on the error object instead of setting the message directly (#1261) (270a531), closes #1259

v9.3.4

08 Jan 20:17
bd04cf9
Compare
Choose a tag to compare

9.3.4 (2024-01-08)

Bug Fixes

  • Stop calling waitFor callback after timeout (#1271) (9aaf715)

v10.0.0-alpha.2

03 Oct 09:35
3580f25
Compare
Choose a tag to compare
v10.0.0-alpha.2 Pre-release
Pre-release

10.0.0-alpha.2 (2023-10-03)

Bug Fixes

  • use defineProperty on the error object instead of setting the message directly (#1268) (3580f25), closes #1259

Features

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)