Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
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
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