@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
40 lines (20 loc) • 1.01 kB
Markdown
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
# Accordion Release Notes
<!-- ## [Unreleased] -->
## 2.11.7
### Changed
- Adapted line height on accordion buttons to function better with multi-line instances.
## 2.11.5
### Changed
- Replaced `slds-truncate` with specific selector `slds-accordion__summary-content` in Accordion title so content will only truncate for larger screens.
## 2.10.0
### Added
- Added right-to-left specific selector to `slds-accordion__summary-action-icon` to allow the icon to rotate in the proper direction in right-to-left languages.
## 2.9.0
- Replaced `aria-hidden` with the HTML5 `hidden` attribute on closed `slds-accordion__section`s to hide content from both screen readers and browsers.
## 2.8.0
### Changed
- Updated Accordion title to respond to user's densification settings.
## 2.7.0
### Removed
- Removed hard coded text sizing utility class, `slds-text-heading_small`, from the `slds-accordion__summary-heading` element.