@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
37 lines (20 loc) • 982 B
Markdown
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!--
- Removed the usage of the deprecated combobox. The List Builder now uses the current combobox.
- Updated [combobox](/components/combobox) to ARIA 1.2 compliance.
- The assistive text for the listbox of pills has been moved out of the individual pills to remove repetition for users with screenreaders.
- List Builder now uses the new `.slds-checkbox-button` instead of the deprecated `.slds-checkbox_add-button`
- Added examples for list builders with disabled items and items selected by default.
- Added an example of a list builder with a headless table
- List Builder now requires `aria-multiselectable="true"` applied to the `table` element.
- Each row now requires `aria-selected` to be set to `false` on every row that is not selected