Skip to content

Releases: salesforce/design-system-react

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

v0.3.7

02 Sep 18:55
Compare
Choose a tag to compare

MAJOR CHANGES

  • Global Navigation menus no longer are fixed to a height of 5. They're as high as their content.
  • Card heading can also be a node to allow full customization of a Card header
  • Card control is now fully stateless to better match React patterns

Bug Fix

  • Sets App Launcher modal to 90% height
  • Sends correct href to App Launcher Tile click callback
  • Corrects markup for menu separators and headers in Global Navigation

v0.3.6

29 Aug 21:27
Compare
Choose a tag to compare

Release 0.3.6

MAJOR CHANGES

  • Add Tree as a prototype component. Tree is not accessible to assistive technology at this time.
  • Add GlobalHeader to default library export.

Bug Fix

  • Detect PageHeader detail field truncation on update instead of mount.

v0.3.5

26 Aug 20:46
Compare
Choose a tag to compare

Release 0.3.5

MAJOR CHANGES

  • Add style and bodyClassName props to Card to allow overflow on Card body.
  • Add length prop to GlobalNavigationMenuDropdown and MenuDropdown. It can be set to null to remove scrolling.