Skip to content

Commit 91c6a73

Browse files
committed
Merge pull request salesforce-ux#75 from salesforce-ux/slds0110
Slds0110
2 parents 36775c1 + d2be9d0 commit 91c6a73

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

RELEASENOTES.md

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Salesforce Lightning Design System
22
# Release notes
33

4-
## Release 0.10.2 - October 29, 2015
4+
## Release 0.11.0 - October 29, 2015
55

66
- Changed notifications > modal to notifications > modal-toast
77
- Modals > Taglines no longer has a `slds-modal__header p` selector. Instead, `slds-m-top--x-small` is placed on the `p` itself.
@@ -12,19 +12,21 @@
1212
- Added Google Analytics
1313

1414
**SITE IA**
15-
- Moved tooltips to popovers, deprecated tooltip section [www.lightningdesignsystem.com/components/popovers#tooltips](www.lightningdesignsystem.com/components/popovers#tooltips)
16-
- Moved Dropdowns into Menus, deprecated dropdowns section [www.lightningdesignsystem.com/components/menus](www.lightningdesignsystem.com/components/menus)
17-
- Moved Picklist Dropdown Menu into Menus [www.lightningdesignsystem.com/components/menus#picklist](www.lightningdesignsystem.com/components/menus#picklist)
18-
- Moved Multi-Select Picklist into Forms [www.lightningdesignsystem.com/components/forms#multi-select](www.lightningdesignsystem.com/components/forms#multi-select)
15+
16+
- Moved tooltips to popovers, deprecated tooltip section www.lightningdesignsystem.com/components/popovers#tooltips
17+
- Moved Dropdowns into Menus, deprecated dropdowns sectio www.lightningdesignsystem.com/components/menus
18+
- Moved Picklist Dropdown Menu into Menus www.lightningdesignsystem.com/components/menus#picklist
19+
- Moved Multi-Select Picklist into Forms www.lightningdesignsystem.com/components/forms#multi-select
1920
- Menus component variants are now more explicit
20-
- Dropdown
21-
- Dropdown with Icons
22-
- Dropdown Positioning
23-
- Picklist
24-
- Action Overflow
25-
- Search Overflow
21+
- Dropdown
22+
- Dropdown with Icons
23+
- Dropdown Positioning
24+
- Picklist
25+
- Action Overflow
26+
- Search Overflow
2627

2728
**BREAKING CHANGES**
29+
2830
- Changed `.slds-tooltip` to `.slds-popover--tooltip`, `.slds-tooltip` will become deprecated (*).
2931
- Deprecated `.slds-has-divider` (*), now requires a top or bottom direction appened, e.g. `.slds-has-divider--top`, `.slds-has-divider--bottom`
3032
- Deprecated "Menu with Icons" dropdown variant
@@ -35,10 +37,11 @@
3537
- <em> (*) Code is still in codebase but will be deprecated, TBD but preliminary removal of release 0.20.0</em>
3638

3739
**NEW COMPONENTS**
38-
- Added notifications > prompt (modal-style alert) [www.lightningdesignsystem.com/components/notifications#prompt](www.lightningdesignsystem.com/components/notifications#prompt)
39-
- Added Preview Panel Popovers [www.lightningdesignsystem.com/components/popovers#panels](www.lightningdesignsystem.com/components/popovers#panels)
40-
- More directional support for popover nubbins [www.lightningdesignsystem.com/components/popovers#nubbins](www.lightningdesignsystem.com/components/popovers#nubbins)
41-
- Dropdown menus now have bottom positioning support, with accommodating nubbin support [www.lightningdesignsystem.com/components/menus#dropdown-positioning](www.lightningdesignsystem.com/components/menus#dropdown-positioning)
40+
41+
- Added notifications > prompt (modal-style alert) www.lightningdesignsystem.com/components/notifications#prompt
42+
- Added Preview Panel Popovers www.lightningdesignsystem.com/components/popovers#panels
43+
- More directional support for popover nubbins www.lightningdesignsystem.com/components/popovers#nubbins
44+
- Dropdown menus now have bottom positioning support, with accommodating nubbin support www.lightningdesignsystem.com/components/menus#dropdown-positioning
4245

4346
## Release 0.10.1 - October 21, 2015
4447
- Hot fix for picklist width on datepicker
@@ -68,11 +71,13 @@
6871
- Added `overflow: auto;` to the options container for a Multi Select picklist
6972

7073
**NEW COMPONENTS**
71-
- Full-width button variant for small form factors [www.lightningdesignsystem.com/components/buttons#responsive](www.lightningdesignsystem.com/components/buttons#responsive)
72-
- Feed and Comment components have been added [www.lightningdesignsystem.com/components/feeds](www.lightningdesignsystem.com/components/feeds)
73-
- Publisher component has been added [www.lightningdesignsystem.com/components/publishers](www.lightningdesignsystem.com/components/publishers)
74+
75+
- Full-width button variant for small form factors www.lightningdesignsystem.com/components/buttons#responsive
76+
- Feed and Comment components have been added www.lightningdesignsystem.com/components/feeds
77+
- Publisher component has been added www.lightningdesignsystem.com/components/publishers
7478

7579
**SASS UPDATES**
80+
7681
- Abstracted form states into own mixins
7782
- Abstracted feed vertical rule into own mixin
7883

@@ -109,8 +114,8 @@
109114

110115
## Release 0.9.0 — September 9th, 2015
111116

112-
- Open Sourced: [https://github.com/salesforce-ux/design-system](https://github.com/salesforce-ux/design-system)
113-
- CSS files scoped in `.slds` have been added/updated for the following:
117+
- Open Sourced: github.com/salesforce-ux/design-system
118+
- CSS files scoped in `.slds` have been added/updated for the following:
114119
- Visualforce (`-vf`)
115120
- Lightning Platform (`-ltng`)
116121
- General Use (Most likely in conjuction with other frameworks) (`-scoped`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-system",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"description": "Salesforce Lightning Design System",
55
"license": "SEE LICENSE IN README.md",
66
"repository": {

0 commit comments

Comments
 (0)