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

Commit e3341bd

Browse files
authored
v3.0.0 Winter '18 (#12)
* v3.0.0 Winter '18
1 parent 50bdd03 commit e3341bd

3 files changed

+41
-1
lines changed

RELEASENOTES.md

+40
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@
44

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

7+
## [3.0.0] - 2018-01-05
8+
9+
An all new Design System UI Kit entirely revisited for Winter ’18, featuring:
10+
11+
### Mobile!
12+
- Simple, complex, and structure Salesforce mobile app components are now available
13+
- Key example screens for all major app states/functional areas
14+
### Symbols
15+
- All components are now defined as proper symbols
16+
- Grouped with states defined / matches SLDS site naming
17+
- Split between desktop and mobile components
18+
- Core form elements use nested symbol functionality to allow for label overrides, states, and resizing
19+
20+
### Typography
21+
- Type styes cleaned up / redefined (inc spacing and text transformations)
22+
- Updated with actual app examples
23+
- Separate mobile styles defined
24+
25+
### Icons
26+
- All standard icons now included as symbols (158)
27+
- All utility icons now included as symbols (277)
28+
- Grouped alphabetically for easy finding
29+
30+
### Color palette
31+
- Reduced 12 stop gray palette defined with usage notes
32+
- All components updated to use correct gray values
33+
- Removed legacy design tokens
34+
35+
### Wireframes
36+
- Split to separate page
37+
- Mobile specific wireframes, keyboards, and device frames
38+
- Simplified to use shapes only / 3 colors
39+
40+
### Cards
41+
- Winter '18 card styles represented for path and related list components
42+
43+
### Bugs
44+
- QA pass to ensure small details like text spacing, padding, states were all correct
45+
46+
747
## [2.0.2] - 2017-04-05
848

949
- Fixed a typo in the icons & illustrations artboard
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce-ux/design-system-ui-kit",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Lightning Design System UI Kit",
55
"main": "sketch-ui-kit.sketch",
66
"scripts": {

0 commit comments

Comments
 (0)