Skip to content

Releases: salesforce/design-system-react

v0.6.18

14 Aug 23:03
Compare
Choose a tag to compare

Release 0.6.18

Bugfix Changes

  • DataTable: Change child component validation to use displayName instead of type/function compare.

v0.6.17

02 Aug 17:29
Compare
Choose a tag to compare

Release 0.6.17

Minor Changes

  • Adds Progress Indicator

Bugfix Changes

  • Removes occurrence of assistiveText prop from ButtonIcon. ButtonStateful creates a ButtonIcon with assistiveText. Change this so that the assistiveText is put in this component.
  • Allow variable type of node in dropdown menu label

v0.6.16

27 Jul 16:40
Compare
Choose a tag to compare

Release 0.6.16

Bugfix Changes

  • Add react-onclickoutside events to Lookup to prevent scrollbar from closing the menu

This is categorized as a non-breaking change due to no prop changes, but does change the markup for Lookup menus. You may need to update your Enzyme queries in your tests if you are querying the lookup menu.

v0.6.15

20 Jul 20:11
Compare
Choose a tag to compare

Release 0.6.15

Minor Changes

  • Adds Multiselect Dropdown variant

Bugfix Changes

  • Fix datepicker input value bug

v0.6.14

14 Jul 18:51
Compare
Choose a tag to compare

Release 0.6.14

Minor Changes

  • Adds Textarea component

Bugfix Changes

  • Fix icon when tree branch is expanded

v0.6.13

29 Jun 22:27
Compare
Choose a tag to compare

Release 0.6.13

Bugfix Changes

  • Picklist child component Pill had a bad import that was only discoverable once built.

v0.6.12

29 Jun 21:37
Compare
Choose a tag to compare

Release 0.6.12

Minor Changes

  • Add Multiselect Picklist variant (Pills paired with Picklist)

Maintenance

  • Update package.json dependencies
  • Switches to newest Heroku stack for deployment pipeline.
  • Fixes missing icons on Heroku PR apps.
  • Updates Jest and snapshots
  • Updates sinon and sinon-chai
  • Removes babel-eslint as a dependency

v0.6.11-es

22 Jun 19:48
Compare
Choose a tag to compare

Release 0.6.11

Minor Changes

  • Update inline icons to v7.20.0

v0.6.10

22 Jun 17:01
Compare
Choose a tag to compare

Release 0.6.10

Minor Changes

  • Move icons repository to looser major version. This should keep the SLDS website and the inline JS icons within this library in-sync with each other better.
  • Fix app launcher button markup and testing code
  • Allow non-strings in tree item labels (such as icons elements)

MAINTENANCE

  • Release process updated
  • Lint errors removed from production code
  • Fix Lookup Item style bug
  • Update test command to prevent false positives in TravisCI

v0.6.9 - Small modal changes

07 Jun 00:37
Compare
Choose a tag to compare

Release 0.6.9

Minor Changes

  • Modal: Allow Modal footer prop to accept either an arry or node
  • Modal: Allow Modal to be rendered inside of custom DOM node instead of <body> tag. Pass function to parentSelector prop - it should return the container DOM node (ie.return document.querySelector('#myModalContainer');).