Skip to content

Releases: salesforce/design-system-react

v0.4.0

18 Oct 21:19
Compare
Choose a tag to compare

BREAKING CHANGES

  • Replaces modal with isInline for all dropdown-like components.

MAJOR CHANGES

  • Adds a Tabs component.
  • Allow parent to control state of dropdown.

BUG FIX

  • Tweaks the class names on dropdown trigger to match SLDS.

v0.3.16

07 Oct 01:50
Compare
Choose a tag to compare

Release 0.3.16

BUG FIX

  • Due to deprecations in v0.3.15 of Input's onIconClick, an onSearch callback has been added to Search.

v0.3.15

06 Oct 15:35
Compare
Choose a tag to compare

Release 0.3.15

MAJOR CHANGES

  • Allow icon on the left and right of inputs.
  • Search can be clearable now with right clear icon.
  • Input now uses iconRight and iconLeft and accepts an InputIcon component. Use of onClick makes it clickable.
  • The wrapping span has been removed from ButtonIcon. ButtonIcon is just a CSS customization of UtilityIcon now.
  • Be sure to check Input for deprecation notices.

v0.3.14

05 Oct 17:27
Compare
Choose a tag to compare

Release 0.3.14

  • Remove top divider as default of MenuDropdown list menu heading items.
  • Adds divider key with values top and bottom to MenuDropdown options to allow for a divider to be added to a heading. See Global Navigation story for an example of adding the divider back in to heading and dividers by themselves

v0.3.13

04 Oct 17:15
Compare
Choose a tag to compare

Release 0.3.13

BUG FIX

  • In App Launcher, Tile Truncate utility uses new props to prevent UI state from being out-of-sync with props.

v0.3.12

30 Sep 21:04
Compare
Choose a tag to compare

MAJOR CHANGES

  • Add Dropdown wrapping div to align with SLDS and allow menu nubbins to be positioned with default CSS. [DOM change]
  • Make Global Header dropdowns inline instead of "modal"

BUG FIX

  • In Picklist, pressing enter now triggers the onClick prop

v0.3.11

26 Sep 00:11
Compare
Choose a tag to compare

Release 0.3.11

BUG FIX

  • In Picklist, tabbing moves focus to the next tabbable DOM element, instead of opening the menu.
  • In Dropdown, an onClick prop is passed down to all custom content children, so that they can close the menu.

v0.3.10

19 Sep 20:45
Compare
Choose a tag to compare

Release 0.3.10

MAJOR CHANGES

  • Adds hybrid to openOn options of GlobalNavigationDropdown. This allows a click to open and hover out to close in case one does not have control of the DOM outside of the navigation.

v0.3.9

15 Sep 19:32
Compare
Choose a tag to compare

Release 0.3.9

Bug Fix

  • Prevent Global Nav menus from flipping up at small screen heights

v0.3.8

09 Sep 21:15
Compare
Choose a tag to compare

Release 0.3.8

Bug Fix

  • Make App Launcher Tile More tooltip trigger a span tag
  • Make inline input’s edit icon smaller
  • Make DatePicker and TimePicker value prop the source of future state

Documentation

  • Add mention of classnames library to contributing.md
  • Add test coverage comments, surfacing in-browser tests