testing-library / dom-testing-library

🐙 Simple and complete DOM testing utilities that encourage good testing practices.
https://testing-library.com/dom
MIT License
3.26k stars 466 forks source link

release: 10.0.0 #1269

Closed eps1lon closed 5 months ago

eps1lon commented 1 year ago

10.0.0-alpha.2 (2023-10-03)

Bug Fixes

Features

BREAKING CHANGES

10.0.0-alpha.1 (2023-09-10)

Bug Fixes

Features

BREAKING CHANGES

codesandbox-ci[bot] commented 1 year 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
codecov[bot] commented 1 year ago

Codecov Report

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

jlp-craigmorten commented 10 months ago

Is it worth adding to the release notes that #1241 also closes #1100, #1150, #1171, #1201, #1234, #1239?

kasperpeulen commented 6 months ago

Any plans for when to release this? @eps1lon

eps1lon commented 6 months ago

@MatanBobi Started the release train but then real life happened so I don't think anybody is actively driving this.

MatanBobi commented 6 months ago

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.

MatanBobi commented 6 months ago

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.

eps1lon commented 5 months ago

RTL is green with DTL 10: https://github.com/testing-library/react-testing-library/pull/1293