Skip to content

Commit

Permalink
Merge pull request #631 from salesforce-ux/spring-16-production-relea…
Browse files Browse the repository at this point in the history
…se-1.0

Spring 16 production release 1.0
  • Loading branch information
aputinski committed Mar 3, 2016
2 parents 319c92f + 5ef737a commit 67dee5e
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 493 deletions.
1 change: 0 additions & 1 deletion .npmrc-heroku

This file was deleted.

4 changes: 2 additions & 2 deletions README-dist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Welcome to the [Salesforce Lightning Design System](https://www.lightningdesigns
- (This directory also includes minified versions of all the CSS files.)
* scss/ - the Sass source for the Lightning Design System CSS
* swatches/
- slds.ase
- 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)
- salesforce-lightning-design-system.ase
- 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)
1 change: 1 addition & 0 deletions RELEASENOTES-spring-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following components are now available:
- Setup Wizard - [Wizard component](/components/process/#wizard)
- 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)
- Popover color themes added - [Popover Theme Variant](/components/popovers/#themes)
- Tree [Tree Base Component](/components/trees/) - Tree was completely rebuilt and is now a new component

Mobile:

Expand Down
3 changes: 0 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "Salesforce Lightning Design System",
"buildpacks": [
{
"url": "https://github.com/aputinski/heroku-buildpack-npmrc"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}
Expand Down
9 changes: 1 addition & 8 deletions app_modules/global/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ export default {
{type: 'heroku-static-starter', url: 'https://github.com/salesforce-ux/demo_slds_heroku'}
],
unmanagedPackageUrls: [
{ version: '1.0.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000kZwH' },
{ version: '0.12.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000Tji5' },
{ version: '0.11.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000T0UT' },
{ version: '0.10.1', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000ShId' },
{ version: '0.10.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000KQm3' },
{ version: '0.9.2', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000JvoY' },
{ version: '0.9.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000IrV0' },
{ version: '0.8.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000DVio' }
{ version: '1.0.0', url: 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000kZwH' }
],
moduleName: 'salesforce-lightning-design-system',
resetWrappingClass: '.slds',
Expand Down
87 changes: 0 additions & 87 deletions app_modules/site/components/github-button/index.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion app_modules/site/components/page/component/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default React.createClass({
<div className={pf('site-main-content col col--rule-right size--1-of-1 large-size--5-of-6 large-order--1')}>
{this.renderIntro()}
{this.renderFlavors()}
<h3 className={pf('site-text-heading--large')}>Component Overview</h3>
<h3 id="overview" className={pf('site-text-heading--large p-top--x-large')}>Component Overview</h3>
{this.renderDocs()}
{this.renderInfoTable()}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class TableYAML extends React.Component {

render() {
const { data } = this.props;
return <div id="overview" className={pf('site-table--overview')}>
return <div className={pf('site-table--overview')}>
<div className={pf('site-text-longform m-bottom--medium')}>
<h4 className={pf('p-top--xx-large site-text-heading--label')}>Usage</h4>
<div dangerouslySetInnerHTML={{__html: data.description}} />
Expand Down
162 changes: 0 additions & 162 deletions app_modules/site/components/page/demo/index.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gulp": "gulp"
},
"dependencies": {
"@salesforce-ux/design-tokens": "2.0.2",
"@salesforce-ux/design-tokens": "2.0.5",
"@salesforce-ux/icons": "3.4.0",
"app-module-path": "1.0.5",
"async": "1.5.2",
Expand Down
Loading

0 comments on commit 67dee5e

Please sign in to comment.