Skip to content

Commit 67dee5e

Browse files
committed
Merge pull request #631 from salesforce-ux/spring-16-production-release-1.0
Spring 16 production release 1.0
2 parents 319c92f + 5ef737a commit 67dee5e

File tree

22 files changed

+74
-493
lines changed

22 files changed

+74
-493
lines changed

.npmrc-heroku

Lines changed: 0 additions & 1 deletion
This file was deleted.

README-dist.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Welcome to the [Salesforce Lightning Design System](https://www.lightningdesigns
2222
- (This directory also includes minified versions of all the CSS files.)
2323
* scss/ - the Sass source for the Lightning Design System CSS
2424
* swatches/
25-
- slds.ase
26-
- slds.clr - adobe and ios swatch formats, respectively. See [https://helpx.adobe.com/photoshop/using/customizing-color-pickers-swatches.html](https://helpx.adobe.com/photoshop/using/customizing-color-pickers-swatches.html)
25+
- salesforce-lightning-design-system.ase
26+
- salesforce-lightning-design-system.clr - adobe and ios swatch formats, respectively. See [https://helpx.adobe.com/photoshop/using/customizing-color-pickers-swatches.html](https://helpx.adobe.com/photoshop/using/customizing-color-pickers-swatches.html)

RELEASENOTES-spring-16.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following components are now available:
2828
- Setup Wizard - [Wizard component](/components/process/#wizard)
2929
- Added an elegant way to add spacing between specific grid items — auto functionality in flexbox. [Alignment Item Bump Variant](/components/grid-system/#alignment-item-bump)
3030
- Popover color themes added - [Popover Theme Variant](/components/popovers/#themes)
31+
- Tree [Tree Base Component](/components/trees/) - Tree was completely rebuilt and is now a new component
3132

3233
Mobile:
3334

app.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"name": "Salesforce Lightning Design System",
33
"buildpacks": [
4-
{
5-
"url": "https://github.com/aputinski/heroku-buildpack-npmrc"
6-
},
74
{
85
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
96
}

app_modules/global/index.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@ export default {
2828
{type: 'heroku-static-starter', url: 'https://github.com/salesforce-ux/demo_slds_heroku'}
2929
],
3030
unmanagedPackageUrls: [
31-
{ version: '1.0.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000kZwH' },
32-
{ version: '0.12.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000Tji5' },
33-
{ version: '0.11.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000T0UT' },
34-
{ version: '0.10.1', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000ShId' },
35-
{ version: '0.10.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000KQm3' },
36-
{ version: '0.9.2', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000JvoY' },
37-
{ version: '0.9.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000IrV0' },
38-
{ version: '0.8.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000DVio' }
31+
{ version: '1.0.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000kZwH' }
3932
],
4033
moduleName: 'salesforce-lightning-design-system',
4134
resetWrappingClass: '.slds',

app_modules/site/components/github-button/index.jsx

Lines changed: 0 additions & 87 deletions
This file was deleted.

app_modules/site/components/page/component/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default React.createClass({
3838
<div className={pf('site-main-content col col--rule-right size--1-of-1 large-size--5-of-6 large-order--1')}>
3939
{this.renderIntro()}
4040
{this.renderFlavors()}
41-
<h3 className={pf('site-text-heading--large')}>Component Overview</h3>
41+
<h3 id="overview" className={pf('site-text-heading--large p-top--x-large')}>Component Overview</h3>
4242
{this.renderDocs()}
4343
{this.renderInfoTable()}
4444
</div>

app_modules/site/components/page/component/table-yaml/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class TableYAML extends React.Component {
6060

6161
render() {
6262
const { data } = this.props;
63-
return <div id="overview" className={pf('site-table--overview')}>
63+
return <div className={pf('site-table--overview')}>
6464
<div className={pf('site-text-longform m-bottom--medium')}>
6565
<h4 className={pf('p-top--xx-large site-text-heading--label')}>Usage</h4>
6666
<div dangerouslySetInnerHTML={{__html: data.description}} />

app_modules/site/components/page/demo/index.jsx

Lines changed: 0 additions & 162 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"gulp": "gulp"
3030
},
3131
"dependencies": {
32-
"@salesforce-ux/design-tokens": "2.0.2",
32+
"@salesforce-ux/design-tokens": "2.0.5",
3333
"@salesforce-ux/icons": "3.4.0",
3434
"app-module-path": "1.0.5",
3535
"async": "1.5.2",

0 commit comments

Comments
 (0)