Skip to content

Commit bb26601

Browse files
author
Luke Bowerman
committed
0.9.9
1 parent 5f1e02c commit bb26601

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.9] - 2020-08-02
9+
10+
### Fixed
11+
12+
- `MenuItem` correct IE11 patch to apply `aria-hidden={true}` to placeholder
13+
814
## [0.9.8] - 2020-08-02
915

1016
### Fixed

packages/components/src/Menu/MenuItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ const MenuItemInternal: FC<MenuItemProps> = (props) => {
123123
) : (
124124
renderIconPlaceholder && (
125125
<IconPlaceholder
126+
aria-hidden="true"
126127
size={24 / (compact ? 1.25 : 1)}
127128
mr="xsmall"
128129
data-testid={`menu-item-${renderedIconID}-icon-placeholder`}

0 commit comments

Comments
 (0)