We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reverts:
aria-expanded="false"
AnchoredOverlay
loading
Button
IconButton
ActionMenu
Fixes:
This is a scheduled issue for tracking the release between Monday, March 25th and Monday, April 8th
Narrowing down when it started breaking exactly to get to the problematic PR:
🔴 36.13.0-rc.415c1e88f github-js-jest, github-licenses (PR with fix) 🔴 36.12.1-rc.ee9ae46cd github-licenses failing
aria-labelledby
aria-label
getByRole(img)
The text was updated successfully, but these errors were encountered:
siddharthkp
No branches or pull requests
tl;dr status:
Reverts and fixes
Reverts:
aria-expanded="false"
back toAnchoredOverlay
" #4455loading
prop forButton
andIconButton
(#3582)" #4464ActionMenu
" #4472Fixes:
This is a scheduled issue for tracking the release between Monday, March 25th and Monday, April 8th
Timeline
Monday, March 25th
Wednesday, March 27th
Narrowing down when it started breaking exactly to get to the problematic PR:
🔴 36.13.0-rc.415c1e88f github-js-jest, github-licenses (PR with fix)
🔴 36.12.1-rc.ee9ae46cd github-licenses failing
Thursday, March 28th
Tuesday, April 2nd
aria-expanded="false"
back toAnchoredOverlay
" #4455Wednesday, April 3rd
aria-labelledby
always, even if it hasaria-label
which is incorrect, comes from https://github.com/primer/react/pull/3582/files#diff-515525e4a59d9a55e13c6c60155ec6782c78a026aae4c540c324cd8e11c83a48R38PR cannot be reverted because content has changed 😟Decided to fix it instead: Button: only add fallback aria-labelledby if aria-label isn't present #4459Thursday, April 4th
loading
prop forButton
andIconButton
#3582 instead: Revert "Addloading
prop forButton
andIconButton
(#3582)" #4464getByRole(img)
which surprisingly works even when the image is hidden. Updated tests locally, will pull out into a PRFriday, April 5th
ActionMenu
" #4472Weekend summary:
ActionMenu
" #4472 and Revert "Add support for nested submenus toActionMenu
" #4472Checklist
Notes
The text was updated successfully, but these errors were encountered: