Sourced from @testing-library/dom's
releases.
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.v10.0.0-alpha.3
10.0.0-alpha.3 (2024-04-04)
Bug Fixes
- Stop calling
waitForcallback after timeout (#1271) (9aaf715)- use defineProperty on the error object instead of setting the message directly (#1261) (270a531), closes #1259
v10.0.0-alpha.2
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
v10.0.0-alpha.1
10.0.0-alpha.1 (2023-09-10)
... (truncated)
eef23ca
test: Fix Codecov in CI (#1297)6ad31ec
release: 10.0.0cb57f99
Merge branch 'main' into alpha37ccada
Merge branch 'main' into alpha3580f25
fix: use defineProperty on the error object instead of setting the
message di...2c57055
feat: upgrade aria-query to 5.3.0 (#1241)452097b
feat: Drop support for Node.js 14.x and Node.js 16.x and add support for
Node...