- Moved font-size declaration on touch devices to the touch CSS file
- Corrected class name in Progress Bar Circular example
- Corrected various documentation typos and formatting in:
- components/activity-timeline
- components/alert
- components/app-launcher
- components/avatar-group
- components/breadcrumbs
- components/builder-header
- components/button-groups
- components/button-icons
- components/buttons
- components/cards
- components/carousel
- components/chat
- components/color-picker
- components/combobox
- components/data-tables
- components/datepickers
- components/datetime-picker
- components/drop-zone
- components/dueling-picklist
- components/dynamic-menu
- components/expandable-section
- components/expression
- components/file-selector
- components/form-element
- components/global-header
- components/global-navigation
- components/icons
- components/illustration
- components/input
- components/menus
- components/page-headers
- components/panels
- components/path
- components/picklist
- components/pills
- components/progress-indicator
- components/progress-ring
- components/prompt
- components/publishers
- components/scoped-notifications
- components/setup-assistant
- components/tabs
- components/trees
- utilities/borders
- utilities/description-list
- utilities/line-clamp/docs.mdx
- Removed
slds-is-mobile
scoping class. Touch related styles will now be applied automatically via a feature detection media query. - Blueprints now use specific
_touch.scss
files for touch context styling.
- Updated node dependencies to remove vulnerabilities.
- Updated project readme to recommend use of the Storybook development environment.
- Added
-moz
and-webkit
prefixes toappearance : none
rules - Generate a sanitized version of SLDS in
.dist
that does not contain--
BEM notation for modifiers, removes deprecated code, and only imports support Lightning Web Components.
- All mobile/touch enhancements are now scoped
slds-is-mobile
. The scoping class should be applied to thehtml/body
element.
- Update color swatch to latest token values
- Removed support for ASE color swatch format
- Fix
font-size
ofbody
to adjust when on a touch-enabled device
- Moved all components to mdx documentation
- Fix import statement for VisualForce specific styles
- Redesigned our Design Tokens page to include GA vs Internal designations and "New" badges
- Added Release Notes to individual component pages
- Improved the accessibility of links on our site
- Added new design guidelines for Builders and Empty States
- Moved Tree Grid to its own item, instead of being included in Trees
- Added variable spacing tokens to support new Densification settings