From 96d1e01641188f1f0577a51cb433d7ea015356f3 Mon Sep 17 00:00:00 2001 From: Eric Voshall <6836155+ericvoshall@users.noreply.github.com> Date: Thu, 5 May 2022 12:44:04 -0400 Subject: [PATCH] Add changeset Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com> --- .changeset/short-jokes-applaud.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changeset/short-jokes-applaud.md diff --git a/.changeset/short-jokes-applaud.md b/.changeset/short-jokes-applaud.md new file mode 100644 index 0000000000..ecd95d9798 --- /dev/null +++ b/.changeset/short-jokes-applaud.md @@ -0,0 +1,15 @@ +--- +'example-app': minor +'@backstage/core-components': minor +'@backstage/plugin-catalog': minor +'@backstage/plugin-catalog-react': minor +--- + +Accessibility updates: + +- Added `aria-label` to the sidebar Logo link in `example-app` +- Added `aria-label` to the `Select` component in `core-components` +- Changed heading level used in the header of `Table` component in `core-components` +- Added screenreader elements to describe default table `Action` buttons in `plugin-catalog` +- Wrapped the `EntityLifecyclePicker`, `EntityOwnerPicker`, `EntityTagPicker`, in `label` elements in `plugin-catalog-react` +- Changed group name `Typography` component to `span` (from default `h6`), added `aria-label` to the `List` component, and `role` of `menuitem` to the container of the `MenuItem` component in `plugin-catalog-react`