<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->

# Menus Release Notes

## 2.23.0

### Changed

- Updated Dropdown Inverse item disabled color

## 2.21.0

## Fixed

- Fixed invalid aria roles issue in subheadings with `role=presentation`

<!-- ## [Unreleased] -->

## 2.15.1

### Added

- Added `aria-expanded` attribute to menu triggers with value dependent on menu's open state

## 2.14.0

### Changed

- Added default text color to dropdown menus to fix issue with dropdowns inheriting font color from parent blueprints

## 2.13.1

### Changed

- Removed Mobile examples as they did not conform to the specification.

## 2.11.7

### Added

- Added documentation and examples for mobile/touch context

## 2.10.0

### Changed

- For touch devices:
  - Set tap target size of menu row item to `$height-tappable` (2.75rem)
  - Remove padding from `.slds-dropdown` after increased tap target size of menu row items
  - Set `font-size` of menu to `$font-size-5` (1rem)
- Remove `font-size` declaration from `slds-dropdown__header` to inherit `font-size` from `body` element
- Update `.slds-dropdown_fluid` to have a `min-width` set to `$size-x-small` (12rem) to prevent menus from being unreadable when associated with inputs that have a small width

### Added
- Added explicit `right: auto` to `slds-dropdown_left`

## 2.8.0

### Added

- 3 levels of status for menu items to alert the user - error, success, and warning

### Changed

- Increased font size to 14px applied bold font weight in `slds-dropdown__header`.

### Removed

- Removed `slds-text-title_caps` from menu sub headers.
