What changed in DOM Testing Library from 9 to 10
8 releases numbered after v9.3.4 up to and including v10.4.1, stable releases only. v9.3.4 and v10.4.1 are the newest stable releases of 9 and 10 we track; this page follows them as new ones ship.
- 1 mentions breaking changes
- 1 removes or deprecates something
10 changes across 8 releases · 1 landed on more than one version
Added 3
Changed 3
Fixed 3
Removed 1
- Drop support for Node.js 14.x and Node.js 16.x
Original release notes, newest first
The list above is our reading of these notes; the originals from Testing Library are here, one fold per release.
v10.4.1
v10.4.0
v10.3.2
v10.3.1
v10.3.0
v10.2.0
10.2.0 (2024-06-24)
Features
v10.1.0
v10.0.0
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-querychanges various roles. Check out the changed tests in 2c57055 to get an overview about what changed.