Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
v0.6.18
Release 0.6.18
Bugfix Changes
- DataTable: Change child component validation to use
displayName
instead of type/function compare.
v0.6.17
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
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
Release 0.6.15
Minor Changes
- Adds Multiselect Dropdown variant
Bugfix Changes
- Fix datepicker input value bug
v0.6.14
Release 0.6.14
Minor Changes
- Adds Textarea component
Bugfix Changes
- Fix icon when tree branch is expanded
v0.6.13
Release 0.6.13
Bugfix Changes
- Picklist child component Pill had a bad import that was only discoverable once built.
v0.6.12
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
Release 0.6.11
Minor Changes
- Update inline icons to v7.20.0
v0.6.10
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
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 toparentSelector
prop - it should return the container DOM node (ie.return document.querySelector('#myModalContainer');
).