Update notifications#4426
Conversation
| + "\A usa-combo-box components." | ||
| + "\A - We updated our guidance and code for numeric fields to use `text`" | ||
| + "\A rather than `number` inputs with an `inputmode` of `numeric`." | ||
| + "\A 2.0.2: We changed the names of some settings and mixins." |
There was a problem hiding this comment.
Changed the order here to chronological from reverse-chronological so the most current notification is at the bottom. This means that the most current notification is visible in the terminal window when the compile completes and users don't have to scroll up to see the most current notification
| + "\A 2.13.0:" | ||
| + "\A BREAKING CHANGES:" | ||
| + "\A - We made a couple breaking changes to support the accessibility" | ||
| + "\A of icon-only buttons. See complete release notes:" | ||
| + "\A https://github.com/uswds/uswds/releases/tag/v2.13.0" | ||
| + "\A - We updated markup in the small Search button to include the " | ||
| + "\A magnifying glass as an inline image instead of a background image." | ||
| + "\A See the release notes for the updated markup." | ||
| + "\A - We updated the social icons in the Footer to use inline images " | ||
| + "\A instead of a background images." | ||
| + "\A See the release notes for the updated markup."; |
There was a problem hiding this comment.
These are the 2.13.0 notes. We really want to call out that there are a couple breaking changes and direct folks to the release notes for update markup.
The link to the release notes is not yet active, but will be after the release.
| + "\A 2.13.0:" | ||
| + "\A BREAKING CHANGES:" | ||
| + "\A - We made a couple breaking changes to support the accessibility" | ||
| + "\A of icon-only buttons. See complete release notes:" | ||
| + "\A https://github.com/uswds/uswds/releases/tag/v2.13.0" | ||
| + "\A - We updated the markup of the small Search button to include its " | ||
| + "\A magnifying glass icon as an inline image instead of as a " | ||
| + "\A background image." | ||
| + "\A See the release notes for the updated markup." | ||
| + "\A - We updated the markup of the social icons in the Footer " | ||
| + "\A to use inline images instead of background images." | ||
| + "\A See the release notes for the updated markup."; |
There was a problem hiding this comment.
These are the 2.13.0 notifications. We're highlighting the breaking changes and pointing users to the release notes for the markup updates. The release notes link will not be active until we publish the release.
See comments