Skip to content

Releases: testing-library/dom-testing-library

v10.3.2

15 Jul 14:16
306526b
Compare
Choose a tag to compare

10.3.2 (2024-07-15)

Bug Fixes

v10.3.1

05 Jul 10:58
fdc12ec
Compare
Choose a tag to compare

10.3.1 (2024-07-05)

Bug Fixes

v10.3.0

02 Jul 12:15
76cb73d
Compare
Choose a tag to compare

10.3.0 (2024-07-02)

Features

v10.2.0

24 Jun 11:46
0a8ad65
Compare
Choose a tag to compare

10.2.0 (2024-06-24)

Features

  • Support anonymous custom elements when pretty printing DOM (#1319) (0a8ad65)

v10.1.0

29 Apr 07:47
56543d5
Compare
Choose a tag to compare

10.1.0 (2024-04-29)

Features

  • Add window events "pagehide" / "pageshow" (#1308) (56543d5)

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