Skip to content
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

USWDS-Site: Add changelogs for combo box and time picker aria-describedby [#6411] #3117

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _data/changelogs/component-combo-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ title: Combo box
type: component
changelogURL:
items:
- date: NNNN-NN-NN
summary: Added the aria-describedby value to combobox.
summaryAdditional: Screen readers can take advantage of aria-describedby value included in combobox.
isBreaking: false
affectsJavascript: false
affectsAccessibility: true
githubPr: 6411
githubRepo: uswds
versionUswds: N.NN.N
- date: 2024-11-13
summary: Updated the order of combo box search results.
summaryAdditional: The component now displays options that start with the query at the top of the list, followed by options that contain the query. This behavior more closely aligns with user expectations.
Expand Down
9 changes: 9 additions & 0 deletions _data/changelogs/component-time-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ type: component
changelogURL:

items:
- date: NNNN-NN-NN
summary: Aria-describedby value was added to combobox used by the time picker component.
summaryAdditional: Screen readers can take advantage of the aria-describedby value in combobox for the time picker component.
isBreaking: false
affectsJavascript: false
affectsAccessibility: true
githubPr: 6411
githubRepo: uswds
versionUswds: N.NN.N
- date: 2024-11-13
summary: Updated the time picker hint text to improve clarity.
summaryAdditional: This update allows the component to meet the success criteria in [WCAG 3.3.2](https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions.html).
Expand Down