Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
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.
v0.3.4
Release 0.3.4
MAJOR CHANGES - SLDSPageHeader
- Make field truncation optional.
- If field truncates, then show PopoverTooltip on hover/focus to view full field text.
OTHER
- Lookup component had a bug where updating the
selectedItem
prop did not work. Now it does. To clear the item, pass in -1. - Focus on search input when App Launcher opens
- No longer renders a close button if modal type is prompt.
- Lookup search icon default should be on right side.
Bugfixes, cleanup, and the addition of amd releases
Release 0.3.2
MAJOR CHANGES
- Add an AMD tag for users of Require.JS
- Makes the keyboard navigation logic less greedy
- Closes dropdown menu on second click of trigger
- Closes dropdown menu when another modal opens
- Closes dropdown menu when tabbed away from
- Opens hoverable dropdown menu on focus
- Provides a workaround for closing dropdown menus when clicking in another iframe
- Returns focus to the dropdown menu trigger when clicking escape
- Removes the default divider from the primary Global Navigation region when no secondary region is present
OTHER
- Remove SLDS media figure when no icon present in page header
- Adds a default iconPosition to Lookup
- Fixes modal Prompt heading style
Allow setting of active navigation bar item background color
Release 0.3.1
MAJOR CHANGES
- Allow setting of active navigation bar item background color
OTHER
- Allows you to put the navigation bar right into the header if desired
AppLauncher and Popover updates
Release 0.3.0
BREAKING CHANGES
- AppLauncher now accepts a search node rather than
onSearch
andsearchPlaceholderText
- Popover
openByDefault
has been replaced withisOpen
MAJOR CHANGES
- Adds special support for Global Header icons
v0.2.4
Release 0.2.4
MAJOR CHANGES
- Add
toggleable
prop toAppLauncherSection
- Add
GlobalNavBarLabel
child component - Make
GlobalHeader
search to use left side icon - Correct letter spacing of
AppLauncherTile
sub-heading
OTHER
- Adds 'tile' and 'section' imports to
AppLauncher
for site
AppLauncher bugfixes
Release 0.2.3
MAJOR CHANGES
- Bugfixes and documentation for AppLauncher
v0.2.2
Release 0.2.2
MAJOR CHANGES
- Add Modal
header
andheaderClassName
props to allow for custom headers
OTHER
- Update the truncation logic to account for AppLauncher's description headings
- Center AppLauncher search bar with CSS
- AppLauncher makes use of Modal's new
header
prop - Remove
id
generator from button component (let parent generate it, if needed)
v0.2.1
Release 0.2.1
BREAKING CHANGES
- Updates the GlobalNavigationBarLink to pass
{ href }
as the second parameter
MAJOR CHANGES
- Remove
trapEvent
from GlobalNavigationBarLink and replace withpreventDefault
to allow clicks to bubble up - Adds support for custom content to Global Header profile
- Cleans up the dividerPosition of Nav Region
OTHER
- Updates the icon script to lowercase names
- Makes the Nav Menu trigger use chevron icon
- Corrects check props for profile children