Design System React Versions Save

Salesforce Lightning Design System for React

v0.10.49

1 year ago

Release 0.10.49

Major Features

  • DockedComposer: Add component

Full Changelog: https://github.com/salesforce/design-system-react/compare/v0.10.48...v0.10.49

v0.10.48

2 years ago

Release 0.10.48

Bugfixes

  • Modal - Change default heading element from h2 to h1 in accordance with the SLDS guideline

v0.10.47

2 years ago

Release 0.10.47

Bugfixes

  • Popover - Prevent ESC key event from bubbling up to parent components such as Modal

Maintenance

  • ProgressIndicator - TypeScript types update

v0.10.46

2 years ago

Release 0.10.46

Bugfixes

  • Combobox - allow user to show different title in the selection list when mouse hovers
  • slider - fixed event handler types
  • Datatable - restore prop propagation behaviour

Maintenance

  • package.json: update license to be machine-parsable

v0.10.45

2 years ago

Release 0.10.45

Performance

  • DataTable - improves re-rendering performance in scenarios with many rows (in the hundreds/thousands).

v0.10.44

2 years ago

Release 0.10.44

Bugfixes

  • Combobox - ESC key event is trapped when menu is open to prevent bubble up.
  • BrandBand - SLDS style update. The props are breaking changes, but SLDS updated its markup, and therefore the current component was broken.

Maintenance

  • ESLint - Ensure CSS class names plugin works with modern versions. Fix issues with string template scenarios.

v0.10.43

2 years ago

Release 0.10.43

Minor Features

  • Icon - Add success color variant

v0.10.42

2 years ago

Release 0.10.42

Minor Features

  • Icon - Add success color variant

v0.10.41

2 years ago

Release 0.10.41

Minor Features

  • Icons - Updated to latest version 10.x

v0.10.40

2 years ago

Release 0.10.40

Bugfixes

  • 'MenuDropdown' - Limit the set of keys that open the dropdown when pressed.