From e7856172c1ea1b4fe8c5449b1ca903a18f15658c Mon Sep 17 00:00:00 2001 From: Amy Leadem Date: Wed, 19 Jul 2023 09:18:20 -0700 Subject: [PATCH 1/4] Add changelog for #5393 --- _data/changelogs/component-in-page-navigation.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_data/changelogs/component-in-page-navigation.yml b/_data/changelogs/component-in-page-navigation.yml index fdf84e5f35..840e5a401d 100644 --- a/_data/changelogs/component-in-page-navigation.yml +++ b/_data/changelogs/component-in-page-navigation.yml @@ -2,6 +2,13 @@ title: In-page navigation type: component changelogURL: items: + - date: NNNN-NN-NN + summary: Excluded hidden headers from the in-page navigation link list. + summaryAdditional: Any header with a style of `display:none` or `visibility:hidden` will be excluded from the list of links in the component. + affectsJavascript: true + githubRepo: uswds + githubPr: 5393 + versionUswds: 3.6.0 - date: 2023-06-09 summary: Fixed a bug that prevented links that start with a number from scrolling when clicked. summaryAdditional: From 213454dda7675955f371ce8428f7211abfbeadfc Mon Sep 17 00:00:00 2001 From: Amy Leadem Date: Fri, 21 Jul 2023 13:43:45 -0700 Subject: [PATCH 2/4] Update 3.6.0 to 3.5.1 --- _data/changelogs/component-in-page-navigation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/changelogs/component-in-page-navigation.yml b/_data/changelogs/component-in-page-navigation.yml index 840e5a401d..4093eecace 100644 --- a/_data/changelogs/component-in-page-navigation.yml +++ b/_data/changelogs/component-in-page-navigation.yml @@ -8,7 +8,7 @@ items: affectsJavascript: true githubRepo: uswds githubPr: 5393 - versionUswds: 3.6.0 + versionUswds: 3.5.1 - date: 2023-06-09 summary: Fixed a bug that prevented links that start with a number from scrolling when clicked. summaryAdditional: From 38dce9b0cdee48cb250fbaf6196fe3745ebea371 Mon Sep 17 00:00:00 2001 From: Amy Leadem Date: Fri, 21 Jul 2023 13:44:53 -0700 Subject: [PATCH 3/4] Update summary for #5393 --- _data/changelogs/component-in-page-navigation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/changelogs/component-in-page-navigation.yml b/_data/changelogs/component-in-page-navigation.yml index 4093eecace..9a92df49d6 100644 --- a/_data/changelogs/component-in-page-navigation.yml +++ b/_data/changelogs/component-in-page-navigation.yml @@ -3,8 +3,8 @@ type: component changelogURL: items: - date: NNNN-NN-NN - summary: Excluded hidden headers from the in-page navigation link list. - summaryAdditional: Any header with a style of `display:none` or `visibility:hidden` will be excluded from the list of links in the component. + summary: Updated JavaScript to exclude hidden headers from the in-page navigation link list. + summaryAdditional: Any header with a style of `display:none` or `visibility:hidden` will now be excluded from the list of links in the component. affectsJavascript: true githubRepo: uswds githubPr: 5393 From 1449491e1d2aba3a7166f3ed57a6f37a445cc8d0 Mon Sep 17 00:00:00 2001 From: Amy Leadem <93996430+amyleadem@users.noreply.github.com> Date: Fri, 28 Jul 2023 10:07:16 -0700 Subject: [PATCH 4/4] Add dummy version to 5393 --- _data/changelogs/component-in-page-navigation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/changelogs/component-in-page-navigation.yml b/_data/changelogs/component-in-page-navigation.yml index 9a92df49d6..4e13f491f2 100644 --- a/_data/changelogs/component-in-page-navigation.yml +++ b/_data/changelogs/component-in-page-navigation.yml @@ -8,7 +8,7 @@ items: affectsJavascript: true githubRepo: uswds githubPr: 5393 - versionUswds: 3.5.1 + versionUswds: N.N.N - date: 2023-06-09 summary: Fixed a bug that prevented links that start with a number from scrolling when clicked. summaryAdditional: