-
Notifications
You must be signed in to change notification settings - Fork 1k
USWDS: Draft 3.11.0 release notes #6221
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
Comments
What's new in USWDS 3.11.0Features
Bug fixes
Markup changesMDN warns that the deprecated <!-- usa-icon example -->
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img">
- <use xlink:href="./img/sprite.svg#close"></use>
+ <use href="./img/sprite.svg#close"></use>
</svg> Dependencies and security
Release TGZ SHA-256 hash: |
@amyleadem for the |
Also heads up, we're working on a dependency update PR right now. I'll compare and update the dependency table once that is up 👍 |
question: For the If so: Suggestion: ✏ Teams should remove this deprecated attribute from their components as well |
Interesting note! My initial thought was to say it is outside the scope of USWDS, but a note like this might help keep users aware that support might drop. What do you think of something like this? ✏ MDN warns that the deprecated |
@amyleadem lgtm! Small optional suggestion would be to add that teams should "review their markup and update this attribute if needed" or something along those lines. Potentially unnecessary though! |
Made some updates:
|
Update: added |
Update: Added a line break to move the vulnerability section out of the dependency table |
@amyleadem re: bug vs feature: seems like a feature because nothing is currently broken. xlink for SVGsI like the idea of a note. If possible, it'd be helpful to have the generic note and an example of what that looks like in context of USWDS component. For example
<!-- USA Icon example -->
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img">
- <use xlink:href="./img/sprite.svg#close"></use>
+ <use href="./img/sprite.svg#close"></use>
</svg> |
LGTM |
Note: Need to update the dependency tables after POAM PRs are merged |
Done! |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Draft release notes for USWDS 3.11.0 based on this template (Google Docs 🔒).
The text was updated successfully, but these errors were encountered: