Skip to content

Releases: salesforce/design-system-react

Updated Lookup, Dropdown, Picklist, Global Nav & Header, and Forms

19 Jul 20:41
Compare
Choose a tag to compare

Release 0.1.1

MAJOR CHANGES

  • Add support for icons, headers, links, and dividers to Dropdown and Picklist menus
  • Add support for custom content in Dropdown menus
  • Update Lookup to the latest markup
  • Update Picklist to the latest markup

OTHER

  • Add name attributes to Checkbox and Input
  • Add Button support to Global Navigation Bar
  • Update the keyboard navigation logic used by menus
  • Update profile icon used in the Global Header

v0.1.0

06 Jul 20:06
Compare
Choose a tag to compare

BREAKING CHANGES

  • Rename ContextBar to GlobalNavigationBar

MAJOR CHANGES

  • Add the Global Header component
  • Add a Search component
  • Updates BreadCrumb to the latest markup
  • Updates PageHeader to the latest markup

OTHER

  • Begin counting versions from 0.1.0
  • Add buffered option to DataTable

Refactor Datepicker/Timepicker

01 Jul 01:32
Compare
Choose a tag to compare
  • Remove flippable prop due to tether.js bug
  • add required & disabled props to both Timepicker and Datepicker
  • use Popover component in Datepicker instead of Tooltip to have consistent behavior with other popover components

Update timepicker and datepicker

29 Jun 21:18
Compare
Choose a tag to compare

MAJOR CHANGES

  • flippable is now a prop on Datepicker and Timepicker so users can decide if they want the popover to render above or below the trigger DOM element based on available space due to scroll position. It used to be true by default but now users will need to explicitly declare it.

OTHER

  • Added hover styling to Datepicker and Timepicker to be more consistent with Menu-Picklist

Add InlineEdit and make Icons in Input accessible

28 Jun 18:13
Compare
Choose a tag to compare

MAJOR CHANGES

  • Added new InlineEdit component
  • Clickable Input icons now use Button

OTHER

  • Remove unused Popover class on Picklist
  • Additional code cleanup

New Spinner component and updates to ConextBar and DataTable

23 Jun 15:20
Compare
Choose a tag to compare

MAJOR CHANGES

Added new Spinner component
Updated the ContextBar component
Added a highlighting utility
Added a custom cell type to DataTable using the highlighter

OTHER

Remove isRequired for iconCategory in ButtonGroup
Additional bug fixes and code cleanup

v0.0.30

27 May 23:01
Compare
Choose a tag to compare
Release commit for 0.0.30-commonjs [ci skip]

New release process

20 May 17:22
Compare
Choose a tag to compare

MAJOR CHANGES

  • New release process

SITE AND DOCS

  • Moved site to external repo

New Components

28 Apr 17:52
Compare
Choose a tag to compare

New Components:

  • SLDSBreadCrumb
  • SLDSDataTable
  • SLDSGrid
  • SLDSPageHeader

Features:

  • Lookup component no longer requires icons for menu items

DatePicker and TimePicker components React 0.14 upgrade

12 Feb 21:41
Compare
Choose a tag to compare
  • DatePicker
  • TimePicker
  • React 0.14 compatibility
  • simplify component API