Skip to content

Releases: salesforce/design-system-react

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

v0.10.22

02 Sep 23:13
Compare
Choose a tag to compare

Release 0.10.22

Minor Features

  • Tab: Add error icon support

Bugfixes

  • Combobox: Clear selection when closing popover
  • Combobox: Fix keyboard navigation when used as a controlled component
  • Update Combobox and Popover markup

Maintenance

  • Use lint-staged to run linters on commit
  • Update project to use Node 12

v0.10.21

28 Jul 21:04
Compare
Choose a tag to compare

Release 0.10.21

Minor Features

  • BuilderHeader: Ability to customize the title icon

Bugfixes

  • Popover: Close EditDialog when clicking outside

Documentation

  • Minor corrections in BuilderHeader, Tooltip, and Tree