Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
v0.5.3
Release 0.5.3
DOCUMENTATION
- Moves stories into examples folder, doc site examples are now aligned with SLDS website.
No production code changes in this release.
v0.5.2
Release 0.5.2
INTERNAL CHANGES
- React components that are really are just sub-renders and are not meant to be consumed by end-users of this project have been moved to
components/[COMPONENT_NAME]/private
. Feel free to continue using components that are still incomponents/[COMPONENT_NAME]
folder and consider them part of the public API. Hopefully, this adds clarity to what components can and should be used. - In order to automate more the documentation site, more components are listed in package.json and an
examples
folder has been added to the-es
tagged package to be used by the doc site.
v0.5.1
Release 0.5.1
DOCUMENTATION
- Adds mention of setting
AppElement
forModal
andAppLauncher
to component documenation, so that the entirebody
is not hidden for assistive technology users. View the modal docs for more information. If you are interested in what's currently "under the hood", you can look over the React Modal docs.
v0.5.0
Release 0.5.0
MINOR FEATURES
- Add
portalClassName
to Modal. - Tabs: Add scoped variant
BUG FIX
- Removed {...props} from DOM nodes in components to prevent non-valid ones from being passed on (ie.
<input myFunkyprop .. />
). If users need specific props passed onto DOM nodes, please submit a Github issue. - Fix icons and alert texture in Notification
v0.4.7
Release 0.4.7
MINOR FEATURES
- Add indeterminate state support to
Checkbox
. - Add indeterminate state support to selectable variant of
DataTable
. - Export
InputIcon
.
v0.4.6
Release 0.4.6
MINOR FEATURE
- Allow custom classes on menu list items with item object key within
options
prop.
v0.4.5
Release 0.4.5
MINOR CHANGES
- App Launcher has a
modalClassName
that will be added to theModal
when rendered.
v0.4.4
Release 0.4.4
BUG FIX
- Tabs'
Panel
changed toTabsPanel
to align with other component names.
v0.4.3
Release 0.4.3
BUG FIX
- Manages CSS imports better for ES6, CommonJS and AMD packages. Previously, CSS imports would fail if a CSS file imports were present in the ECMAScript. This will remove the CSS imports from CommonJS and AMD packages.
- Changes
TabsPane
toTabsPanel
- Removes prototype status from
Tabs
v0.4.1
Release 0.4.1
BUG FIX
- Fixes bugs in allowing parent to control state of dropdown.