dom-testing-library icon indicating copy to clipboard operation
dom-testing-library copied to clipboard

release: 10.0.0

Open eps1lon opened this issue 2 years ago • 6 comments

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

BREAKING CHANGES

  • new version of 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

eps1lon avatar Oct 03 '23 09:10 eps1lon

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

codesandbox-ci[bot] avatar Oct 03 '23 09:10 codesandbox-ci[bot]

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

codecov[bot] avatar Oct 03 '23 09:10 codecov[bot]

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

jlp-craigmorten avatar Nov 11 '23 13:11 jlp-craigmorten

Any plans for when to release this? @eps1lon

kasperpeulen avatar Mar 11 '24 10:03 kasperpeulen

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

eps1lon avatar Mar 11 '24 12:03 eps1lon

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 avatar Mar 11 '24 13:03 MatanBobi

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.

MatanBobi avatar Apr 04 '24 07:04 MatanBobi

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

eps1lon avatar Apr 08 '24 11:04 eps1lon