From 0a9bad38e07cf569bd7f667042c8fa3e2d13309d Mon Sep 17 00:00:00 2001 From: Charlie Mahoney Date: Fri, 9 Feb 2024 11:29:51 -0500 Subject: [PATCH 1/4] Add changelog --- _data/changelogs/component-checkbox.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_data/changelogs/component-checkbox.yml b/_data/changelogs/component-checkbox.yml index b1abc5c66..64a7b1534 100644 --- a/_data/changelogs/component-checkbox.yml +++ b/_data/changelogs/component-checkbox.yml @@ -2,6 +2,14 @@ title: Checkbox type: component changelogURL: items: + - date: NNNN-NN-NN + summary: Added indeterminate styles for checkboxes. + summaryAdditional: Checkboxes will now display as indeterminate when `input.indeterminate = true` is set via JS or the `data-indeterminate` attribute is present. 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 From 7b098fbede05c8f03ddac99ad1306a5b04a4fc89 Mon Sep 17 00:00:00 2001 From: mahoneycm Date: Wed, 21 Feb 2024 10:12:08 -0500 Subject: [PATCH 2/4] Update _data/changelogs/component-checkbox.yml Co-authored-by: Amy Leadem <93996430+amyleadem@users.noreply.github.com> --- _data/changelogs/component-checkbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/changelogs/component-checkbox.yml b/_data/changelogs/component-checkbox.yml index 64a7b1534..1b8296891 100644 --- a/_data/changelogs/component-checkbox.yml +++ b/_data/changelogs/component-checkbox.yml @@ -4,7 +4,7 @@ changelogURL: items: - date: NNNN-NN-NN summary: Added indeterminate styles for checkboxes. - summaryAdditional: Checkboxes will now display as indeterminate when `input.indeterminate = true` is set via JS or the `data-indeterminate` attribute is present. This is currently only a style addition and does not affect checkbox functionality. + 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 From 6c9d0d4b3984cc92ce8e836db4bf0ffe614cee98 Mon Sep 17 00:00:00 2001 From: amyleadem Date: Fri, 22 Mar 2024 14:01:03 -0700 Subject: [PATCH 3/4] Add date of 3.8.0 release to 5713 --- _data/changelogs/component-checkbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/changelogs/component-checkbox.yml b/_data/changelogs/component-checkbox.yml index 1b8296891..786e081fd 100644 --- a/_data/changelogs/component-checkbox.yml +++ b/_data/changelogs/component-checkbox.yml @@ -2,7 +2,7 @@ title: Checkbox type: component changelogURL: items: - - date: NNNN-NN-NN + - date: 2024-03-11 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 From 27dd904052f630757246bc28a785512847c9c32b Mon Sep 17 00:00:00 2001 From: "Dan O. Williams" <11464021+thisisdano@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:49:07 -0700 Subject: [PATCH 4/4] Update _data/changelogs/component-checkbox.yml --- _data/changelogs/component-checkbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/changelogs/component-checkbox.yml b/_data/changelogs/component-checkbox.yml index 786e081fd..5e7e425a1 100644 --- a/_data/changelogs/component-checkbox.yml +++ b/_data/changelogs/component-checkbox.yml @@ -2,7 +2,7 @@ title: Checkbox type: component changelogURL: items: - - date: 2024-03-11 + - 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