Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
v0.10.43
Release 0.10.43
Minor Features
Icon
- Add success color variant
0.10.42
Release 0.10.42
Minor Features
Icon
- Add success color variant
0.10.41
Release 0.10.41
Minor Features
- Icons - Updated to latest version 10.x
0.10.40
Release 0.10.40
Bugfixes
- 'MenuDropdown' - Limit the set of keys that open the dropdown when pressed.
0.10.39
Release 0.10.39
Bugfixes
- 'Combobox' - Recent changes to Combobox had causes compatibility issues with screen readers such as JAWS. This update reverts these markup changes.
v0.10.38
Release 0.10.38
Breaking change (Prototype feature)
- 'DataTable' - Prototype feature (resize columns) now defaults to 'fix' mode. This makes the default behavior of column resizing limited to the width of the table instead of overflow:hidden. Scrolling horizontally affects the table container vs column X-axis offset. Single columns get smaller and larger without pushing columns to the right and creating a horizontal scroll.
v0.10.36
Release 0.10.36
Minor Features
VerticalNavigation
: AddIcon
andnotificationBadge
DataTable
: Support table column resizing. This is at prototype stage, is not fully accessible, and required external styling. See component prop table on project website for more details.DataTable
: Add Header-less Support
Bugfixes
ProgressIndicator
: Add missing labels for accesibilityModal
: Update dependency in order to remove race condition
Maintenance
- Remove Gitter link on readme
- Move CI server to CircleCI
v0.10.35
v0.10.34
v0.10.33
Release 0.10.33
Minor Features
BuilderHeader
: Customizable utilities sectionCombobox
: Allow "None" selection (read-only variant)DatePicker
: Add error stateDataTable
: Add additional keyboard navigation with actionable and navigation modes that conform to the custom SLDS specification. See an example on the example deployment under Advanced: Fixed Header.
Bugfixes
Combobox
: Addtitle
to optionsRadioGroup
: Allow radios to be disabled individually