diff --git a/_data/changelogs/component-checkbox.yml b/_data/changelogs/component-checkbox.yml index b1abc5c66e..5e7e425a19 100644 --- a/_data/changelogs/component-checkbox.yml +++ b/_data/changelogs/component-checkbox.yml @@ -2,6 +2,14 @@ title: Checkbox type: component changelogURL: items: + - date: 2024-04-26 + summary: Added indeterminate styles for checkboxes. + summaryAdditional: Checkboxes will now display as indeterminate when you set `input.indeterminate = true` via JavaScript or add the `data-indeterminate` attribute. This is currently only a style addition and does not affect checkbox functionality. + affectsAssets: true + affectsStyles: true + githubPr: 5713 + githubRepo: uswds + versionUswds: 3.8.0 - date: 2023-11-20 summary: Added `usa-input-list` to the list of dependencies. affectsGuidance: true