Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
v0.10.30
Release 0.10.30
Bugfixes
- Move
webpack-cli
to dev dependency
v0.10.29
Release 0.10.29
Bugfixes
Combobox
: Fix style breakage due to SLDS CSS being on ARIA 1.1. This introduces a “double combobox role” in the component. It is a temporary, non-semantic update. It has been tested in NVDA and VoiceOver with no side effects. If you are using aXe or sa11y testing, please update your configuration until further notice to the following to avoid failing: https://github.com/salesforce/design-system-react/pull/2761/files#diff-93bc89e11753fdb252273d1a27f7bd40c68f6ffb9dad64ad77eba41831477748
v0.10.28
Release 0.10.28
Bugfixes
Combobox
: Update markup from ARIA 1.1 to ARIA 1.2 to better support assistive technology
0.10.27
Release 0.10.27
Bugfixes
- Combobox: Auto-scroll menu to selected item in listbox
v0.10.26
Release 0.10.26
Bugfixes
DataTable
:onRenderSubHeadingRow
de-selecting de-selects all rows
v0.10.25
Release 0.10.25
Minor Features
Combobox
: Match search terms against subtitlesDataTable
: Add support for custom header rows
Bugfixes
Combobox
andPillContainer
: Fix focus when clicking on a pillInput
: Fix alignment of inline help text when Input is used with an icon
v0.10.24
Release 0.10.24
Minor Features
Badge
: Add success, warning, and error colors
Bugfixes
DataTable
: Properly display column label forstacked
andstackedHorizontal
variants
Maintenance
- Update Storybook to 6.1
- Get accessibility tests running again
- Add
UNSAFE_
prefix for deprecated lifecycle hooks
v0.10.23
v0.10.22
Release 0.10.22
Minor Features
Tab
: Add error icon support
Bugfixes
Combobox
: Clear selection when closing popoverCombobox
: Fix keyboard navigation when used as a controlled component- Update
Combobox
andPopover
markup
Maintenance
- Use
lint-staged
to run linters on commit - Update project to use Node 12