-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 10.0.0 #1269
release: 10.0.0 #1269
Conversation
…for Node 20.x (#1255) * feat: Drop support for Node.js 14.x and add support for Node 20.x BREAKING CHANGE: Minimum supported Node.js version is now 14.x * update node version in codesandbox * drop support for node 16 too
* feat: upgrade aria-query to 5.3.0 * fix: correctly handle img with empty alt * feat: pin `aria-query` version * chore: add accessibility-alt-text-bot (#1240) * chore: add accessibility-alt-text-bot * fix formatting issues * test: add coverage for footer to confirm it's expected implicit role as contentinfo --------- Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com> Co-authored-by: Matan Borenkraout <Matanbobi@gmail.com>
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 cb57f99:
|
Codecov Report
@@ Coverage Diff @@
## main #1269 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 1038 1041 +3
Branches 346 346
=========================================
+ Hits 1038 1041 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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. |
I've ran some tests on a project I work on and they pass with no regression. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Fyi, This version didn't break a test in our case.
RTL is green with DTL 10: testing-library/react-testing-library#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