diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b1cc243..9fd6b53 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -4,6 +4,46 @@ +## [3.0.0] - 2018-01-05 + +An all new Design System UI Kit entirely revisited for Winter ’18, featuring: + +### Mobile! +- Simple, complex, and structure Salesforce mobile app components are now available +- Key example screens for all major app states/functional areas +### Symbols +- All components are now defined as proper symbols +- Grouped with states defined / matches SLDS site naming +- Split between desktop and mobile components +- Core form elements use nested symbol functionality to allow for label overrides, states, and resizing + +### Typography +- Type styes cleaned up / redefined (inc spacing and text transformations) +- Updated with actual app examples +- Separate mobile styles defined + +### Icons +- All standard icons now included as symbols (158) +- All utility icons now included as symbols (277) +- Grouped alphabetically for easy finding + +### Color palette +- Reduced 12 stop gray palette defined with usage notes +- All components updated to use correct gray values +- Removed legacy design tokens + +### Wireframes +- Split to separate page +- Mobile specific wireframes, keyboards, and device frames +- Simplified to use shapes only / 3 colors + +### Cards +- Winter '18 card styles represented for path and related list components + +### Bugs +- QA pass to ensure small details like text spacing, padding, states were all correct + + ## [2.0.2] - 2017-04-05 - Fixed a typo in the icons & illustrations artboard diff --git a/sketch-ui-kit.sketch b/latest-210.lightningdesignsystem.sketch old mode 100755 new mode 100644 similarity index 57% rename from sketch-ui-kit.sketch rename to latest-210.lightningdesignsystem.sketch index 45bdce2..1bc1294 Binary files a/sketch-ui-kit.sketch and b/latest-210.lightningdesignsystem.sketch differ diff --git a/package.json b/package.json index f576f5a..2b3e34e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce-ux/design-system-ui-kit", - "version": "2.0.2", + "version": "3.0.0", "description": "Lightning Design System UI Kit", "main": "sketch-ui-kit.sketch", "scripts": {