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: