From 84743b1e70002eb41386cc4b9a6ee8f92a8b3494 Mon Sep 17 00:00:00 2001 From: Brandon Ferrua Date: Mon, 15 May 2017 10:59:27 -0700 Subject: [PATCH] Get 2.3.0 ready for prime time --- README.md | 8 +- RELEASENOTES-summer-17.md | 498 ------------------------------------- RELEASENOTES.md | 503 +++++++++++++++++++++++++++++++++++++- package.json | 12 +- 4 files changed, 510 insertions(+), 511 deletions(-) delete mode 100644 RELEASENOTES-summer-17.md diff --git a/README.md b/README.md index a24db1423a..0e5080d5b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Salesforce Lightning Design System [![Build Status](https://travis-ci.org/salesforce-ux/design-system.svg?branch=master)](https://travis-ci.org/salesforce-ux/design-system) [![Greenkeeper badge](https://badges.greenkeeper.io/salesforce-ux/design-system-internal.svg?token=daad1067bbfc5d75c4fb2372360b4b0869bed68d4dc370f6b618b1db22b8f052)](https://greenkeeper.io/) +# Salesforce Lightning Design System [![Build Status](https://travis-ci.org/salesforce-ux/design-system.svg?branch=master)](https://travis-ci.org/salesforce-ux/design-system) [![Greenkeeper badge](https://badges.greenkeeper.io/salesforce-ux/design-system.svg?token=daad1067bbfc5d75c4fb2372360b4b0869bed68d4dc370f6b618b1db22b8f052)](https://greenkeeper.io/) Welcome to the [Salesforce Lightning Design System](https://www.lightningdesignsystem.com) brought to you by [Salesforce UX](https://twitter.com/salesforceux). @@ -37,12 +37,13 @@ The most intriguing part is the `@selector/@restrict` pair. Each CSS selector sh For example: -``` +```SCSS /** * @selector .slds-button * @restrict button, a, span */ .slds-button { + ... } /** @@ -50,6 +51,7 @@ For example: * @restrict .slds-button */ .slds-button_brand { + ... } ``` @@ -72,7 +74,7 @@ The markup for a `@variant` will be required from the `/ui/:component/:variant/e For example: -``` +```SCSS /** * @name advanced * @selector .slds-table_fixed-layout diff --git a/RELEASENOTES-summer-17.md b/RELEASENOTES-summer-17.md deleted file mode 100644 index 65d7de462d..0000000000 --- a/RELEASENOTES-summer-17.md +++ /dev/null @@ -1,498 +0,0 @@ -##### Salesforce Lightning Design System - Release notes - - - -## **Release 2.3.0 - Future, 2017** - -## Features - -The following are now available: - -**Accordion** - -* Added Accordion component — [Accordion](/components/accordion) - -**Button** - -* Added class `slds-is-selected-clicked` to handle click event on stateful button - [Stateful Button](/components/buttons?modifiers=.slds-is-selected-clicked&variant=stateful) - -**Combobox** - -* Added Combobox component — [Combobox](/components/combobox) - -**Docked Utility Bar** - -* Added two line support for docked utility bar items - -**Dueling Picklist** - -* Re-named from Multi-select — [Dueling Picklist](/components/dueling-picklist) - -**Dynamic Icons** - -* Added Ellie animated icon -* Added Equalizer animated icon -* Added Score animated icon -* Added Waffle animated icon -* Added Strength animated icon -* Added Trend animated icon - -**Expandable Section** - -* Added Expandable section component — [Expandable Section](/components/expandable-section?modifiers=.slds-is-open&variant=base) -* Added non-collapsable example - -**Input** - -* Added an example for Search input with loading spinner - [Input with spinner](/components/input?example=double-icon-spinner&variant=base) -* Added `slds-has-input-focus` utility class to provide focus styles on an element - -**Lookups** - -* Uses new combobox HTML - -**Menus** - -* Added `slds-dropdown—fluid` to adjust the width of a dropdown so it can be fluid to its container -* Added updated styles for base HTML elements in the Rich Text Editor -* Added the same updated styles in the output of the Rich Text Editor using the `.slds-rich-text-editor__output` class -* Added `slds-pill_link` to modify pill for when we want the hyperlink to take up 100% of the available pill -* Added `slds-pill__action` to the actionable link element inside of `slds-pill—link` - -**Path** - -* Re-named from Process - -**Picklist** - -* Uses new combobox HTML - -**Pills** - -* Added listbox of pill option variant — [Listbox of Pill Options](/components/pills?variant=listbox-of-pill-options) - -**Popover** - -* Added `slds-popover_walkthrough-alt` to modify the background of a walkthrough popover - [Walkthrough Popover](/components/popovers?example=action-popover&variant=walkthrough) - -**Progress Bar** - -* Added Progress Bar component — [Progress Bar](/components/progress-bar) - -**Rich text editor** - -* Added bottom toolbar support - [Bottom toolbar example](/components/rich-text-editor?example=bottom-toolbar&variant=base) -* Added long-form formatting support - -**Spinner** - -* Xx-small Spinner variant — [Spinner](/components/spinners?modifiers=.slds-spinner_xx-small&variant=base) - -**Split View List** - -* Added Split View component — [Split View](/components/split-view) - -**Visual Picker** - -* Added Visual Picker component — [Visual Picker](/components/visual-picker) - -**Vertical Navigation** - -* Added Vertical Navigation component — [Vertical Navigation](/components/vertical-navigation/) -* Deprecated Navigation component for this improved version - -**Visibility** - -* Improved visibility classes for responsive design — [#429](https://github.com/salesforce-ux/design-system/pull/429) - Thanks [@3den](https://github.com/3den)! - -## Fixes - -The following issues have now been resolved: - -* Fix for `::-ms-clear` to remove native clear button in IE -* Whenever `slds-truncate` is used, it is required to be used in conjunction with a [title] attribute -* The Alert component icon is now contained within `slds-icon_container` -* The Button icon component is required to have `slds-button—icon` applied to the `