Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
James Mejia authored and mahoneycm committed Jan 23, 2025
1 parent bcd59b0 commit c87dd59
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 165 deletions.
2 changes: 1 addition & 1 deletion _components/in-page-navigation/in-page-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ implementation:
description: Percentage of the scrolling section that must be in the observed area before the current section is triggered. Use a value between 0 and 1.
default: "1"
- property: "`data-minimum-heading-count`"
description: The minimum number of headings needed in the content region for the component to build on the page. If the content region does not meet this minimum heading count, the component will not initialize.
description: The minimum number of headings needed in the content region for the component to build on the page. If the content region does not meet this minimum heading count, the component will not initialize.
default: '`2`'
title: In-page navigation
type: component
Expand Down
2 changes: 1 addition & 1 deletion _data/changelogs/component-date-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ items:
githubRepo: uswds-site
- date: 2024-10-04
summary: Fixed a bug that caused `mouseover` events to prevent keyboard navigation.
summaryAdditional: Now when you hover your mouse over the date picker buttons, only the hover state will be triggered.
summaryAdditional: Now when you hover your mouse over the date picker buttons, only the hover state will be triggered.
affectsAccessibility: true
affectsJavascript: true
githubPr: 5774
Expand Down
2 changes: 1 addition & 1 deletion _data/changelogs/component-in-page-navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ changelogURL:
items:
- date: NNNN-NN-NN
summary: Added the `data-minimum-heading-count` property.
summaryAdditional: This property hides the component when the content region does not contain the designated minimum number of headings. By default, this property hides the in-page navigation component when there are fewer than two headings in the content region. Teams should customize the value of this property based on their content needs.
summaryAdditional: This property hides the component when the content region does not contain the designated minimum number of headings. By default, this property hides the in-page navigation component when there are fewer than two headings in the content region. Teams should customize the value of this property based on their content needs.
affectsStyles: true
affectsJavascript: true
githubPr: 6205
Expand Down
322 changes: 161 additions & 161 deletions _data/changelogs/component-radio-buttons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,164 +2,164 @@ title: Radio buttons
type: component
changelogURL:
items:
- date: NNNN-NN-NN
summary: Updated the width of the label's target area to match the width of the content.
summaryAdditional: Previously, the interactive area extended the full width of the container.
affectsStyles: true
githubPr: 6192
githubRepo: uswds
versionUswds: N.N.N
- date: 2024-09-18
summary: Added WCAG compliance tag and accessibility test status section.
affectsGuidance: true
githubPr: 2821
githubRepo: uswds-site
- date: 2023-09-29
summary: Updated radio and checkbox tile styling to have lighter borders.
summaryAdditional:
affectsAccessibility: true
affectsStyles: true
githubPr: 5494
githubRepo: uswds
versionUswds: 3.6.1
- date: 2023-06-09
summary: Improved legibility in forced colors mode.
summaryAdditional: Adds a consistent border in forced colors mode.
affectsAccessibility: true
affectsStyles: true
githubPr: 5147
githubRepo: uswds
versionUswds: 3.5.0
- date: 2023-06-09
summary: Improved consistency and visibility of disabled styles.
summaryAdditional: Form elements with the `disabled` or `aria-disabled` attribute now get consistent styling and have proper color contrast.
affectsAccessibility: true
affectsStyles: true
githubPr: 5063
githubRepo: uswds
versionUswds: 3.5.0
- date: 2023-06-09
summary: Improved consistency of disabled styles in forced colors mode.
summaryAdditional:
affectsAccessibility: true
affectsStyles: true
githubPr: 5295
githubRepo: uswds
versionUswds: 3.5.0
- date: 2022-08-05
summary: Styled aria-disabled to match disabled.
summaryAdditional: Now disabled styling is applied whether you use `disabled` (disabled and hidden from screen readers) or `aria-disabled` (disabled and visible to screen readers).
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance:
affectsJavascript:
affectsMarkup:
affectsStyles:
githubPr: 4783
githubRepo: uswds
versionUswds: 3.1.0
- date: 2022-04-28
summary: Updated package name to `usa-radio`.
affectsGuidance: true
githubPr: 1538
githubRepo: uswds-site
- date: 2022-04-28
summary: Updated to Sass module syntax and new package structure.
isBreaking: true
affectsAssets: true
affectsJavascript: true
affectsStyles: true
githubPr: 4656
githubRepo: uswds
versionUswds: 3.0.0
- date: 2022-04-13
summary: Updated package name to `form-controls`.
affectsGuidance: true
githubPr: 1497
githubRepo: uswds-site
- date: 2022-04-11
summary: Added support for forced colors mode.
summaryAdditional: All our components now support proper display when users have a forced colors mode set in their operating system.
isBreaking: false
affectsAccessibility: true
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4610
githubRepo: uswds
versionUswds: 2.13.3
- date: 2021-08-18
summary: Improved whitespace sensitivity of radio and checkbox tiles.
summaryAdditional: Now radio and checkbox tiles will display consistently whether or not there's extra whitespace in the markup.
isBreaking: false
affectsAccessibility: false
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4286
githubRepo: uswds
versionUswds: 2.12.1
- date: 2021-08-18
summary: Improved class order sensitivity for checkbox and radio.
summaryAdditional: Now checkbox and radio components display properly regardless of the order of the class and modifier names.
isBreaking: false
affectsAccessibility: false
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4262
githubRepo: uswds
versionUswds: 2.12.1
- date: 2021-06-16
summary: Updated checkbox and radio buttons to include automatic accessible color.
summaryAdditional: Now checkbox and radio buttons will display in the proper accessible color, and adapt to the text, link, and background colors you set in your projects's settings.
isBreaking: false
affectsAccessibility: true
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4199
githubRepo: uswds
versionUswds: 2.12.0
- date: 2021-06-16
summary: Updated margins in radio tiles.
summaryAdditional: Now radio tiles have cleaner, more reliable styling for their margin.
affectsStyles: true
githubPr: 4181
githubRepo: uswds
versionUswds: 2.12.0
- date: 2021-04-28
summary: Updated checked radio buttons to remain checked in disabled state.
summaryAdditional: Now the visual checked state of a checked checkbox does not change if that element is later disabled.
isBreaking: false
affectsAccessibility: false
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4160
githubRepo: uswds
versionUswds: 2.11.2
- date: 2021-03-17
summary: Fixed character display in checkboxes and radio buttons.
summaryAdditional: Allowed checkboxes and radio buttons to display properly regardless of character encoding.
isBreaking: false
affectsAccessibility: false
affectsAssets: false
affectsGuidance: false
affectsJavascript: true
affectsMarkup: false
affectsStyles: true
githubPr: 4080
githubRepo: uswds
versionUswds: 2.11.0
- date: NNNN-NN-NN
summary: Updated the width of the label's target area to match the width of the content.
summaryAdditional: Previously, the interactive area extended the full width of the container.
affectsStyles: true
githubPr: 6192
githubRepo: uswds
versionUswds: N.N.N
- date: 2024-09-18
summary: Added WCAG compliance tag and accessibility test status section.
affectsGuidance: true
githubPr: 2821
githubRepo: uswds-site
- date: 2023-09-29
summary: Updated radio and checkbox tile styling to have lighter borders.
summaryAdditional:
affectsAccessibility: true
affectsStyles: true
githubPr: 5494
githubRepo: uswds
versionUswds: 3.6.1
- date: 2023-06-09
summary: Improved legibility in forced colors mode.
summaryAdditional: Adds a consistent border in forced colors mode.
affectsAccessibility: true
affectsStyles: true
githubPr: 5147
githubRepo: uswds
versionUswds: 3.5.0
- date: 2023-06-09
summary: Improved consistency and visibility of disabled styles.
summaryAdditional: Form elements with the `disabled` or `aria-disabled` attribute now get consistent styling and have proper color contrast.
affectsAccessibility: true
affectsStyles: true
githubPr: 5063
githubRepo: uswds
versionUswds: 3.5.0
- date: 2023-06-09
summary: Improved consistency of disabled styles in forced colors mode.
summaryAdditional:
affectsAccessibility: true
affectsStyles: true
githubPr: 5295
githubRepo: uswds
versionUswds: 3.5.0
- date: 2022-08-05
summary: Styled aria-disabled to match disabled.
summaryAdditional: Now disabled styling is applied whether you use `disabled` (disabled and hidden from screen readers) or `aria-disabled` (disabled and visible to screen readers).
isBreaking:
affectsAccessibility:
affectsAssets:
affectsGuidance:
affectsJavascript:
affectsMarkup:
affectsStyles:
githubPr: 4783
githubRepo: uswds
versionUswds: 3.1.0
- date: 2022-04-28
summary: Updated package name to `usa-radio`.
affectsGuidance: true
githubPr: 1538
githubRepo: uswds-site
- date: 2022-04-28
summary: Updated to Sass module syntax and new package structure.
isBreaking: true
affectsAssets: true
affectsJavascript: true
affectsStyles: true
githubPr: 4656
githubRepo: uswds
versionUswds: 3.0.0
- date: 2022-04-13
summary: Updated package name to `form-controls`.
affectsGuidance: true
githubPr: 1497
githubRepo: uswds-site
- date: 2022-04-11
summary: Added support for forced colors mode.
summaryAdditional: All our components now support proper display when users have a forced colors mode set in their operating system.
isBreaking: false
affectsAccessibility: true
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4610
githubRepo: uswds
versionUswds: 2.13.3
- date: 2021-08-18
summary: Improved whitespace sensitivity of radio and checkbox tiles.
summaryAdditional: Now radio and checkbox tiles will display consistently whether or not there's extra whitespace in the markup.
isBreaking: false
affectsAccessibility: false
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4286
githubRepo: uswds
versionUswds: 2.12.1
- date: 2021-08-18
summary: Improved class order sensitivity for checkbox and radio.
summaryAdditional: Now checkbox and radio components display properly regardless of the order of the class and modifier names.
isBreaking: false
affectsAccessibility: false
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4262
githubRepo: uswds
versionUswds: 2.12.1
- date: 2021-06-16
summary: Updated checkbox and radio buttons to include automatic accessible color.
summaryAdditional: Now checkbox and radio buttons will display in the proper accessible color, and adapt to the text, link, and background colors you set in your projects's settings.
isBreaking: false
affectsAccessibility: true
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4199
githubRepo: uswds
versionUswds: 2.12.0
- date: 2021-06-16
summary: Updated margins in radio tiles.
summaryAdditional: Now radio tiles have cleaner, more reliable styling for their margin.
affectsStyles: true
githubPr: 4181
githubRepo: uswds
versionUswds: 2.12.0
- date: 2021-04-28
summary: Updated checked radio buttons to remain checked in disabled state.
summaryAdditional: Now the visual checked state of a checked checkbox does not change if that element is later disabled.
isBreaking: false
affectsAccessibility: false
affectsAssets: false
affectsGuidance: false
affectsJavascript: false
affectsMarkup: false
affectsStyles: true
githubPr: 4160
githubRepo: uswds
versionUswds: 2.11.2
- date: 2021-03-17
summary: Fixed character display in checkboxes and radio buttons.
summaryAdditional: Allowed checkboxes and radio buttons to display properly regardless of character encoding.
isBreaking: false
affectsAccessibility: false
affectsAssets: false
affectsGuidance: false
affectsJavascript: true
affectsMarkup: false
affectsStyles: true
githubPr: 4080
githubRepo: uswds
versionUswds: 2.11.0
1 change: 0 additions & 1 deletion pages/ui-components/lifecycle-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,3 @@ Don’t see the component you are looking for? [Start a discussion about it](htt
</tbody>
</table>
<!-- End desktop-only status table -->

0 comments on commit c87dd59

Please sign in to comment.