Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
v0.10.32
Release 0.10.32
From now on, if you receive any console warnings due to a React upgrade please create an issue.
React 17 compatibility updates
- Remove legacy 16.x context API
- Update package to React 17
- Remove deprecated react lifecycle methods
- Remove javascript:void(0) URLs
Bug fixes
Modal
: Update structure for accessibilityDataTable
: Fix infinite scroll when items are shorter than table heightDropdown
: Update selected option state- Switch Typescript FC returntype to JSX.Element
Icon
: Fix icon snapshot (after inline icon updates)
Maintenance
PageHeader
: Add note about info variant and record-home variant to prop description- Update @salesforce-ux/icons from 9.27.0 to 9.40.1
- Update Storybook to 6.2.0
v0.10.31
Release 0.10.31
Bugfixes
Button
: Add support fordata-*
attributesProgressIndicator
: Add support foronClick
Tabs
: MovetabIndex
from<li>
to<a>
VerticalNavigation
: Addaria-current
tag to selected item- Adjust TypeScript definitions to make
aria-*
props optional
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