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 changelog for date range picker aria-disabled updates [#6013] #2817

Open
wants to merge 7 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
8 changes: 8 additions & 0 deletions _data/changelogs/component-date-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ title: Date picker
type: component
changelogURL:
items:
- date: NNNN-NN-NN
summary: Added `aria-disabled` to the list of expected attributes.
summaryAdditional: Now, the component will disable toggle when the `aria-disabled` attribute is present.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Should we mention that the input is disabled as well?

Suggested change
summaryAdditional: Now, the component will disable toggle when the `aria-disabled` attribute is present.
summaryAdditional: Now, the component will disable the text input and calendar toggle when the `aria-disabled` attribute is present.

affectsAccessibility: true
affectsJavascript: true
githubPr: 6013
githubRepo: uswds
versionUswds: N.N.N
- date: 2024-03-13
summary: Added known issues section.
summaryAdditional:
Expand Down
8 changes: 8 additions & 0 deletions _data/changelogs/component-date-range-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ title: Date range picker
type: component
changelogURL:
items:
- date: NNNN-NN-NN
summary: Added `aria-disabled` to the list of expected attributes.
summaryAdditional: Now, the component will disable toggle when the `aria-disabled` attribute is present.
affectsAccessibility: true
affectsJavascript: true
githubPr: 6013
githubRepo: uswds
versionUswds: N.N.N
- date: 2024-06-07
summary: Added known issues section.
summaryAdditional:
Expand Down
Loading