|
3 | 3 |
|
4 | 4 | ## Release 2.16.0 - Upcoming
|
5 | 5 |
|
| 6 | +- In accordance with ARIA 1.2 guidance, the `input` was replaced with `button` within these components that contain select-only comboboxes: |
| 7 | + - Datetime Picker |
| 8 | + - Docked Composer |
| 9 | + - Dynamic Menu |
| 10 | + - Expression |
| 11 | + - Global Header |
| 12 | + - List builder |
| 13 | + - Lookups |
| 14 | + - Picklist |
| 15 | + - Rich Text Editor |
| 16 | + - Timepicker |
| 17 | +- Added SLDS scope customizer tool: `npm run slds:customizer` |
| 18 | + |
6 | 19 | ## Components
|
7 | 20 | ### [Accordion](https://www.lightningdesignsystem.com/components/accordion)
|
8 | 21 | ## Added
|
9 | 22 | - Added link to accessibility keyboard interaction guidelines.
|
10 | 23 |
|
11 | 24 | ### [Combobox](https://www.lightningdesignsystem.com/components/combobox)
|
12 | 25 | #### Changed
|
13 |
| -- Updated to ARIA 1.2 compliance where these attributes are moved to the text input: `role="combobox"`, `aria-expanded`, `aria-haspopup="listbox"`. |
| 26 | +- Changed `slds-combobox__input` element from `input` to `button` per ARIA 1.2 guidance for select-only comboboxes. |
| 27 | +- Updated to ARIA 1.2 compliance where these attributes are moved to the input, or button in the case of select-only: `role="combobox"`, `aria-expanded`, `aria-haspopup="listbox"`. |
| 28 | +- Changed `@restrict` annotation of `.slds-combobox__input` from `.slds-combobox input` to `.slds-combobox__form-element input, .slds-combobox__form-element button` |
| 29 | +- Changed `@restrict` annotation of `.slds-combobox__input-value` from `.slds-combobox input` to `.slds-combobox__input` |
14 | 30 |
|
15 | 31 | ### [Datepickers](https://www.lightningdesignsystem.com/components/datepickers)
|
16 | 32 | #### Added
|
|
32 | 48 | #### Changed
|
33 | 49 | - Removed the usage of the deprecated combobox. The Dynamic Menu now uses the current combobox.
|
34 | 50 |
|
| 51 | +### [Form Element](https://www.lightningdesignsystem.com/components/form-element) |
| 52 | +#### Fixed |
| 53 | +- Correctly position help text under the corresponding input when in horizontal layout. |
| 54 | + |
| 55 | +### [Input](https://www.lightningdesignsystem.com/components/input) |
| 56 | +#### Added |
| 57 | +- Created new class `slds-input_faux` to style read-only "inputs" where necessary for accessibility best practices, like combobox. |
| 58 | + |
35 | 59 | ### [List Builder](https://www.lightningdesignsystem.com/components/list-builder)
|
36 | 60 | #### Changed
|
37 | 61 | - Removed the usage of the deprecated combobox. The List Builder now uses the current combobox.
|
|
43 | 67 |
|
44 | 68 | ### [Picklist](https://www.lightningdesignsystem.com/components/picklist)
|
45 | 69 | #### Changed
|
46 |
| -Removed the usage of the deprecated combobox. The Picklist now uses the current combobox. |
| 70 | +- Removed the usage of the deprecated combobox. The Picklist now uses the current combobox. |
47 | 71 |
|
48 | 72 | ### [Progress Bar](https://www.lightningdesignsystem.com/components/progress-bar)
|
49 | 73 | #### Added
|
|
0 commit comments