Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
v0.3.14
Release 0.3.14
- Remove top divider as default of
MenuDropdown
list menu heading items. - Adds
divider
key with valuestop
andbottom
toMenuDropdown
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
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
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
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
Release 0.3.10
MAJOR CHANGES
- Adds
hybrid
toopenOn
options ofGlobalNavigationDropdown
. 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
Release 0.3.9
Bug Fix
- Prevent Global Nav menus from flipping up at small screen heights
v0.3.8
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
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
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
Release 0.3.5
MAJOR CHANGES
- Add
style
andbodyClassName
props to Card to allow overflow on Card body. - Add
length
prop to GlobalNavigationMenuDropdown and MenuDropdown. It can be set tonull
to remove scrolling.