Releases: testing-library/dom-testing-library
Releases · testing-library/dom-testing-library
v9.3.3
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
9.3.2 (2023-09-17)
Bug Fixes
v10.0.0-alpha.1
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
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
9.3.1 (2023-06-14)
Bug Fixes
v9.3.0
9.3.0 (2023-05-12)
Features
- waitFor: Support async
unstable_advanceTimersWrapper
(#1229) (d09b3c2)
v9.2.0
9.2.0 (2023-03-24)
Features
v9.1.0
9.1.0 (2023-03-24)
Features
v9.0.1
9.0.1 (2023-03-08)
Bug Fixes
v9.0.0
9.0.0 (2023-02-16)
Bug Fixes
Features
BREAKING CHANGES
- ByRole: Only allow
string
as a role
.
Drop support for exact
, trim
, collapseWhitespace
, and normalizer
options.
- Minimum supported Node.js version is now 14.x