Skip to content

Releases: salesforce/design-system-react

0.10.41

16 Dec 18:34
Compare
Choose a tag to compare

Release 0.10.41

Minor Features

  • Icons - Updated to latest version 10.x

0.10.40

14 Dec 23:51
Compare
Choose a tag to compare

Release 0.10.40

Bugfixes

  • 'MenuDropdown' - Limit the set of keys that open the dropdown when pressed.

0.10.39

02 Nov 16:37
Compare
Choose a tag to compare

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

02 Sep 19:45
Compare
Choose a tag to compare

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

10 Aug 00:10
Compare
Choose a tag to compare

Release 0.10.36

Minor Features

  • VerticalNavigation: Add Icon and notificationBadge
  • 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 accesibility
  • Modal: Update dependency in order to remove race condition

Maintenance

  • Remove Gitter link on readme
  • Move CI server to CircleCI

v0.10.35

21 Jun 17:34
Compare
Choose a tag to compare

Release 0.10.35

Minor Features

  • Combobox: Add inputRef prop

Maintenance

  • Update react-modal to 3.14.2

v0.10.34

21 Jun 17:33
Compare
Choose a tag to compare

Release 0.10.34

Maintenance

  • Update documentation site examples

v0.10.33

20 May 17:29
Compare
Choose a tag to compare

Release 0.10.33

Minor Features

2021-05-20 11 34 51

Bugfixes

  • Combobox: Add title to options
  • RadioGroup: Allow radios to be disabled individually

v0.10.32

22 Apr 00:27
Compare
Choose a tag to compare

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 accessibility
  • DataTable: Fix infinite scroll when items are shorter than table height
  • Dropdown: 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

18 Mar 20:23
Compare
Choose a tag to compare

Release 0.10.31

Bugfixes

  • Button: Add support for data-* attributes
  • ProgressIndicator: Add support for onClick
  • Tabs: Move tabIndex from <li> to <a>
  • VerticalNavigation: Add aria-current tag to selected item
  • Adjust TypeScript definitions to make aria-* props optional