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 <[email protected]> Co-authored-by: Matan Borenkraout <[email protected]>
…ssage directly (#1268) Co-authored-by: Julien Wajsberg <[email protected]> Fixes #1259
|
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. |
timdeschryver
left a comment
There was a problem hiding this comment.
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-querychanges 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