From 01bd98928b6a3d5fc3a85e74b0dd7c945c743409 Mon Sep 17 00:00:00 2001 From: James Mejia Date: Fri, 25 Oct 2024 15:37:10 -0500 Subject: [PATCH] Create changelog entry for uswds/uswds#6148 --- _data/changelogs/component-breadcrumb.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/changelogs/component-breadcrumb.yml b/_data/changelogs/component-breadcrumb.yml index 1d7df2714..8e01e970a 100644 --- a/_data/changelogs/component-breadcrumb.yml +++ b/_data/changelogs/component-breadcrumb.yml @@ -2,6 +2,16 @@ title: Breadcrumb type: component changelogURL: items: + - date: NNNN-NN-NN + summary: Breadcrumb current page is now focusable. + summaryAdditional: Users can now tab to focus to breadcrumb's current page. + isBreaking: false + affectsAccessibility: true + affectsMarkup: true + affectsStyles: true + githubPr: 6148 + githubRepo: uswds + versionUswds: N.N.N - date: 2024-10-16 summary: Added WCAG compliance tag and accessibility test status section. affectsGuidance: true