From 9f72bbc490497aecc4a3b14e1415a966dc4c9984 Mon Sep 17 00:00:00 2001 From: Eric Voshall <6836155+ericvoshall@users.noreply.github.com> Date: Fri, 13 May 2022 11:44:02 -0400 Subject: [PATCH] Changeset updates Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com> --- .changeset/blue-roses-give.md | 2 +- .changeset/olive-rats-rest.md | 27 +++++++++++++++++++++++++-- .changeset/quick-ladybugs-try.md | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.changeset/blue-roses-give.md b/.changeset/blue-roses-give.md index 9a54e9054c..2479c33e46 100644 --- a/.changeset/blue-roses-give.md +++ b/.changeset/blue-roses-give.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-catalog-react': minor +'@backstage/plugin-catalog-react': patch --- Accessibility updates: diff --git a/.changeset/olive-rats-rest.md b/.changeset/olive-rats-rest.md index 6845b31e59..46e76f7c17 100644 --- a/.changeset/olive-rats-rest.md +++ b/.changeset/olive-rats-rest.md @@ -1,7 +1,30 @@ --- -'@backstage/create-app': minor +'@backstage/create-app': patch --- Accessibility updates: -- Added `aria-label` to the sidebar Logo link +- Added `aria-label` to the sidebar Logo link. To enable this for an existing app, please make the following changes: + +`packages/app/src/components/Root/Root.tsx` + +```diff +const SidebarLogo = () => { + const classes = useSidebarLogoStyles(); + const { isOpen } = useContext(SidebarContext); + + return ( +
+ + {isOpen ? : } + +
+ ); +}; +``` diff --git a/.changeset/quick-ladybugs-try.md b/.changeset/quick-ladybugs-try.md index ec5f3e25f0..aad1b200b6 100644 --- a/.changeset/quick-ladybugs-try.md +++ b/.changeset/quick-ladybugs-try.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-catalog': minor +'@backstage/plugin-catalog': patch --- Accessibility updates: