Closed eps1lon closed 7 months ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit cb57f999bc5bcb040b273521419390139090af36:
Sandbox | Source |
---|---|
react-testing-library-examples | Configuration |
Merging #1269 (37ccada) into main (a7b7252) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #1269 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 1038 1041 +3
Branches 346 346
=========================================
+ Hits 1038 1041 +3
Flag | Coverage Δ | |
---|---|---|
node-14 | 100.00% <100.00%> (ø) |
|
node-16 | 100.00% <100.00%> (ø) |
|
node-18 | 100.00% <100.00%> (ø) |
|
node-20 | 100.00% <100.00%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Files | Coverage Δ | |
---|---|---|
src/role-helpers.js | 100.00% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Is it worth adding to the release notes that #1241 also closes #1100, #1150, #1171, #1201, #1234, #1239?
Any plans for when to release this? @eps1lon
@MatanBobi Started the release train but then real life happened so I don't think anybody is actively driving this.
Yeah, I indeed didn't get a chance to follow through on this release because I didn't have enough spare time. We still want to test this release in some projects before releasing to see we're not missing anything regarding behavior changes.
I've ran some tests on a project I work on and they pass with no regression. I'll mark this as ready for review and will try to push it soon.
RTL is green with DTL 10: https://github.com/testing-library/react-testing-library/pull/1293
10.0.0-alpha.2 (2023-10-03)
Bug Fixes
Features
BREAKING CHANGES
aria-query
changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.10.0.0-alpha.1 (2023-09-10)
Bug Fixes
Features
BREAKING CHANGES
Minimum supported Node.js version is now 18.x
update node version in codesandbox
drop support for node 16 too