Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 0b188ec

Browse files
author
Kaelig Deloumeau-Prigent
authored
v2.0.0 - Spring ’17 (#5)
1 parent 9f90a8c commit 0b188ec

File tree

5 files changed

+34
-16
lines changed

5 files changed

+34
-16
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## The Contribution Process
22

33
### Here is what you need to do to make a contribution:
4-
1. [Clone](https://help.github.com/articles/cloning-a-repository/) this repo
4+
5+
1. [Clone](https://help.github.com/articles/cloning-a-repository/) this repository
56
2. Make a new [branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/)
67
3. Edit the Sketch UI Kit file to include your changes
78
3. Create a [pull request](https://help.github.com/articles/using-pull-requests/)
89

910
### And here is what we will do:
11+
1012
1. Review your pull request
1113
2. Provide you with feedback on your changes and what, if any, additional changes we’d like to see before bringing them into the master file
1214
3. Once we are on the same page about your proposed changes, we will go ahead and manually merge them into the master file

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,19 @@ Download the most recent version of [Sketch](https://www.sketchapp.com/).
2626
----
2727

2828
## Contribute!
29+
2930
The SLDS team welcomes your help in maintaining and growing this UI kit.
3031

3132
Here are a few of the kinds of contributions we are looking for:
3233

33-
1. **Bug fixes:** fixing goofs in the Sketch file where what it has for a component doesn’t match what we are displaying for that component in the code-based documentation
34-
2. **New Pattern:** sharing your design for arranging several components into a useful UI widget
35-
3. **New Template:** sharing a more complex design that contains components and patterns arranged into an entire screen layout
34+
1. **Bug fixes:** fixing goofs in the Sketch file where what it has for a component doesn’t match what we are displaying for that component in the code-based documentation
35+
2. **New Pattern:** sharing your design for arranging several components into a useful UI widget
36+
3. **New Template:** sharing a more complex design that contains components and patterns arranged into an entire screen layout
3637

3738
### Got something to add?
38-
Great! Please take a look at our [contribution guidelines](CONTRIBUTING.md) for instructions on how to proceed.
39-
40-
## License
4139

42-
Copyright (c) 2016, salesforce.com, inc. All rights reserved.
40+
Great! Please take a look at our [contribution guidelines](https://github.com/salesforce-ux/design-system-ui-kit/blob/master/CONTRIBUTING.md) for instructions on how to proceed.
4341

44-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
45-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
46-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
47-
Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
42+
## License
4843

49-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44+
All icons and images are licensed under [Creative Commons Attribution-NoDerivatives 4.0](https://github.com/salesforce-ux/licenses/blob/master/LICENSE-icons-images.txt)

RELEASENOTES.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44

55
<!-- ## [Unreleased] -->
66

7+
## [2.0.0] - 2017-03-31
8+
9+
An all new Design System UI Kit entirely revisited for Spring ’17, featuring:
10+
11+
- UI Layouts for easy plug-in design
12+
- Additional components, states, and variants
13+
- Components are broken down to follow the new Spring ’17 taxonomy
14+
- Reduced number of symbols for easier customization
15+
16+
New and updated components:
17+
18+
- Docked Utility Bar
19+
- Empty State Illustrations
20+
- Hero Buttons
21+
- Progress Bar
22+
- Progress Indicator
23+
- Rich Text Editor
24+
- Vertical Navigation
25+
- And more!
26+
727
## [1.0.2] - 2016-09-28
828

929
- Added the word “experience”
@@ -17,6 +37,7 @@
1737

1838
- Initial release
1939

20-
[Unreleased]: https://github.com/salesforce-ux/design-system-ui-kit/compare/v1.0.2...HEAD
40+
[Unreleased]: https://github.com/salesforce-ux/design-system-ui-kit/compare/v2.0.0...HEAD
41+
[2.0.0]: https://github.com/salesforce-ux/design-system-ui-kit/compare/v1.0.2...v2.0.0
2142
[1.0.2]: https://github.com/salesforce-ux/design-system-ui-kit/compare/v1.0.1...v1.0.2
2243
[1.0.1]: https://github.com/salesforce-ux/design-system-ui-kit/compare/v1.0.0...v1.0.1

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce-ux/design-system-ui-kit",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Lightning Design System UI Kit",
55
"main": "sketch-ui-kit.sketch",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"salesforce"
1515
],
1616
"author": "Salesforce",
17-
"license": "SEE LICENSE IN README",
17+
"license": "SEE LICENSE IN README.md",
1818
"bugs": {
1919
"url": "https://github.com/salesforce-ux/design-system-ui-kit/issues"
2020
},

sketch-ui-kit.sketch

12.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)