Releases: testing-library/dom-testing-library
Releases · testing-library/dom-testing-library
v10.4.0
v10.3.2
v10.3.1
v10.3.0
v10.2.0
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-query
changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.