Skip to content

Releases: salesforce/design-system-react

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

v0.10.30

24 Feb 01:07
Compare
Choose a tag to compare

Release 0.10.30

Bugfixes

  • Move webpack-cli to dev dependency

v0.10.29

12 Feb 21:47
Compare
Choose a tag to compare

Release 0.10.29

Bugfixes

v0.10.28

05 Feb 18:31
Compare
Choose a tag to compare

Release 0.10.28

Bugfixes

  • Combobox: Update markup from ARIA 1.1 to ARIA 1.2 to better support assistive technology

0.10.27

03 Feb 16:46
Compare
Choose a tag to compare

Release 0.10.27

Bugfixes

  • Combobox: Auto-scroll menu to selected item in listbox

v0.10.26

19 Jan 20:20
Compare
Choose a tag to compare

Release 0.10.26

Bugfixes

  • DataTable: onRenderSubHeadingRow de-selecting de-selects all rows

v0.10.25

08 Jan 21:00
Compare
Choose a tag to compare

Release 0.10.25

Minor Features

  • Combobox: Match search terms against subtitles
  • DataTable: Add support for custom header rows

Bugfixes

  • Combobox and PillContainer: Fix focus when clicking on a pill
  • Input: Fix alignment of inline help text when Input is used with an icon

v0.10.24

04 Dec 00:08
Compare
Choose a tag to compare

Release 0.10.24

Minor Features

  • Badge: Add success, warning, and error colors

Bugfixes

  • DataTable: Properly display column label for stacked and stackedHorizontal variants

Maintenance

  • Update Storybook to 6.1
  • Get accessibility tests running again
  • Add UNSAFE_ prefix for deprecated lifecycle hooks

v0.10.23

30 Oct 23:46
Compare
Choose a tag to compare

Release 0.10.23

Minor Features

  • DataTable: Add infinite scrolling support
  • Tab: Add vertical tab variant