Skip to content

Releases: salesforce/design-system-react

v0.5.3

08 Dec 04:37
Compare
Choose a tag to compare

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

01 Dec 06:36
Compare
Choose a tag to compare

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 in components/[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

23 Nov 19:00
Compare
Choose a tag to compare

Release 0.5.1

DOCUMENTATION

  • Adds mention of setting AppElement for Modal and AppLauncher to component documenation, so that the entire body 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

19 Jan 21:03
Compare
Choose a tag to compare

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

01 Nov 19:53
Compare
Choose a tag to compare

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

01 Nov 01:38
Compare
Choose a tag to compare

Release 0.4.6

MINOR FEATURE

  • Allow custom classes on menu list items with item object key within options prop.

v0.4.5

31 Oct 17:11
Compare
Choose a tag to compare

Release 0.4.5

MINOR CHANGES

  • App Launcher has a modalClassName that will be added to the Modal when rendered.

v0.4.4

26 Oct 20:20
Compare
Choose a tag to compare

Release 0.4.4

BUG FIX

  • Tabs' Panel changed to TabsPanel to align with other component names.

v0.4.3

26 Oct 01:34
Compare
Choose a tag to compare

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 to TabsPanel
  • Removes prototype status from Tabs

v0.4.1

21 Oct 19:31
Compare
Choose a tag to compare

Release 0.4.1

BUG FIX

  • Fixes bugs in allowing parent to control state of dropdown.