|
5 | 5 |
|
6 | 6 | <!-- ## [Unreleased] -->
|
7 | 7 |
|
| 8 | +## Release [2.2.0] - January 6, 2017 |
| 9 | + |
| 10 | +**SITE IA/ENHANCEMENTS** |
| 11 | + |
| 12 | +The following site enhancements are now available: |
| 13 | + |
| 14 | +**NEW COMPONENTS AND VARIANTS** |
| 15 | + |
| 16 | +The following components are now available: |
| 17 | + |
| 18 | +- Added Global Navigation Tab bar (Workspace Tabs) - [Global Navigation Tab bar](/components/global-navigation/#flavor-navigation-tab-bar) |
| 19 | +- Added Checkbox Add Button - [Checkbox Add Button](/components/forms/#flavor-checkbox-add-button) |
| 20 | +- Added Button Group List - [Button Group List](compoments/button-groups/#flavor-list) - the new recommended way to mark up button groups. |
| 21 | +- Added Rich Text Editor - [Rich Text Editor](/components/rich-text-editor) |
| 22 | +- Added Global Header Notifications - [Global Header Notifications](/components/global-header#flavor-notifications) |
| 23 | +- Added Popover Header - [Popover Header](/components/popovers/#flavor-base-popover-header) |
| 24 | +- Added Popover Footer - [Popover Footer](/components/popovers/#flavor-base-popover-footer) |
| 25 | +- Added Progress Indicator - [Progress Indicator](/components/progress-indicator/) |
| 26 | +- Added Walkthrough Popovers - [Walkthrough Popovers](/components/walkthrough/#flavor-popovers-default) |
| 27 | +- Added Walkthrough Header - [Walkthrough Header](/components/walkthrough/#flavor-header) |
| 28 | +- Added Success Button - [Success Button](/components/buttons/#flavor-base-success) |
| 29 | +- Added Sub Tabs - [Sub Tabs](/components/tabs/#flavor-sub-tabs) |
| 30 | +- Added Dynamic Lists Dropdown - [Dynamic Lists](/components/menus/#flavor-dynamic-list) |
| 31 | + |
| 32 | +**ADDED** |
| 33 | + |
| 34 | +The following classes are now available: |
| 35 | + |
| 36 | +- Added `slds-float--none` utility - [Utilities › Floats › Float None](/components/utilities/floats/#flavor-float-none) |
| 37 | +- Added `slds-button--icon-container-more` modifier - [Button Icons › Button Icon with Dropdown](/components/button-icons/#flavor-icon-with-dropdown) |
| 38 | +- Added `slds-button--icon-more-filled` for more buttons that require a background. |
| 39 | +- Added `slds-text-color--inverse` utility - [Utilities › Text › Color](/components/utilities/text/#flavor-color-text-color-inverse) |
| 40 | +- Added `slds-text-color--inverse-weak` utility - [Utilities › Text › Color](/components/utilities/text/#flavor-color-text-color-inverse-weak) |
| 41 | +- Added `slds-is-absolute` utility for overriding a components default positioning - [Utilities › Position › Absolute](/components/utilities/position/#flavor-absolute) |
| 42 | +- Added addtional spacing support for normalizing padding on a grid region |
| 43 | +- Added `slds-border--bottom` utility [Utilities › Borders › Border Bottom](/components/utilities/borders/#flavor-border-bottom) |
| 44 | +- Added `slds-border--left` utility [Utilities › Borders › Border Left](/components/utilities/borders/#flavor-border-left) |
| 45 | +- Added `slds-border--right` utility [Utilities › Borders › Border Right](/components/utilities/borders/#flavor-border-right) |
| 46 | +- Added `slds-border--top` utility [Utilities › Borders › Border Top](/components/utilities/borders/#flavor-border-top) |
| 47 | +- Added `slds-box--xx-small` utility [Utilities › Themes › Box](/components/utilities/themes/#flavor-box-xx-small) |
| 48 | +- Added support for dark backgrounds on `slds-dropdown` by adding modifier `slds-dropdown--inverse` |
| 49 | +- Added support for narrow region on feeds. |
| 50 | + |
| 51 | +**CHANGES** |
| 52 | + |
| 53 | +The following changes have been made in this release: |
| 54 | + |
| 55 | +- Global actions icon on global header updated to have a background color |
| 56 | +- Changed global header icon's color and size |
| 57 | +- Changed background color of docked panels |
| 58 | + - Docked Utility Panel - [Docked Utility Panel](/components/docked-utility-bar/#flavor-utility-panel) |
| 59 | + - Docked Composer Panel - [Docked Composer Panel](/components/docked-composer) |
| 60 | +- Cards are now responsive - [Cards](/components/cards/) |
| 61 | +- Improvements made to `slds-type-focus` utility - [Utilities › Interactions](/components/utilities/interactions/#flavor-faux-links) |
| 62 | +- Avatars now support initials. |
| 63 | +- Stateful icon buttons are now compatible with `slds-button--icon-container` |
| 64 | +- Spacing adjustments made to lookup items |
| 65 | +- Spacing adjustments made to feeds |
| 66 | + |
| 67 | +**FIXED** |
| 68 | + |
| 69 | +The following issues have now been resolved: |
| 70 | + |
| 71 | +- Accessibility improvement - Picklists changed to a read-only combobox with a listbox. |
| 72 | +- Add collapsable margin to `slds-card__body` to account for white space when the footer is empty |
| 73 | +- Data Table › Inline edit now has full support |
| 74 | +- Icon inside of an input field now uses the correct token |
| 75 | +- Modal content properly wraps and hyphenates longform text |
| 76 | +- Fixed flex issue on docked composer that made popout example stretch the height of the viewport |
| 77 | + |
| 78 | +**DEPRECATED** |
| 79 | + |
| 80 | +The following features are being marked as deprecated in this release and will be removed in three releases: |
| 81 | + |
| 82 | +- Process › Wizard - Please use the new Progress Indicator instead [Progress Indicator](/components/progress-indicator/) |
| 83 | + |
| 84 | +**REMOVED** |
| 85 | + |
| 86 | +The following features are being removed in this release: |
| 87 | + |
| 88 | +- `$css-prefix` is no longer available to change the prefix of `slds-` class names to something of your choice. As an alternative, please use this PostCSS plugin to customize class name prefixes: [postcss-slds-prefix](https://github.com/salesforce-ux/postcss-slds-prefix). |
| 89 | +- Removed custom styled scrollbar mixin from `slds--scrollable-` helpers |
| 90 | +- Deleted legacy font-files for older, unsupported browsers (*.eot, *.svg) |
| 91 | + |
| 92 | +**TOKENS** |
| 93 | + |
| 94 | +Tokens are now part of the Lightning Design System. |
| 95 | + |
| 96 | +Token files previously available from the `@salesforce-ux/design-tokens` npm package are now available in `design-tokens/dist` in the `@salesforce-ux/design-system` package (the same applies for the zip download). |
| 97 | + |
| 98 | +The following tokens have been add/removed/deprecated in this release: |
| 99 | + |
| 100 | +- Added `force-base/fill.json` |
| 101 | + - Added token: `FILL_HEADER_BUTTON` |
| 102 | + - Added token: `FILL_HEADER_BUTTON_HOVER` |
| 103 | +- Added `force-base/text-transform.json` |
| 104 | + - Added token: `TEXT_TRANSFORM` |
| 105 | +- Added token: `FONT_FAMILY_TEXT` |
| 106 | +- Added token: `FONT_FAMILY_HEADING` |
| 107 | +- Added token: `Z_INDEX_STICKY` |
| 108 | +- Added token: `FONT_FAMILY_TEXT` |
| 109 | +- Added token: `FONT_FAMILY_HEADING` |
| 110 | +- Added token: `PROGRESS_COLOR_BACKGROUND` |
| 111 | +- Added token: `PROGRESS_COLOR_BACKGROUND_SHADE` |
| 112 | +- Added token: `PROGRESS_COLOR_BORDER` |
| 113 | +- Added token: `PROGRESS_COLOR_BORDER_SHADE` |
| 114 | +- Added token: `PROGRESS_COLOR_BORDER_HOVER` |
| 115 | +- Added token: `PROGRESS_COLOR_BORDER_ACTIVE` |
| 116 | +- Added token: `PROGRESS_BAR_HEIGHT` |
| 117 | +- Added token: `PROGRESS_BAR_COLOR_BACKGROUND` |
| 118 | +- Added token: `PROGRESS_BAR_COLOR_BACKGROUND_FILL` |
| 119 | +- Added token: `COLOR_STROKE_BRAND` |
| 120 | +- Added token: `COLOR_STROKE_BRAND_HOVER` |
| 121 | +- Added token: `COLOR_STROKE_BRAND_ACTIVE` |
| 122 | +- Added token: `COLOR_STROKE_DISABLED` |
| 123 | +- Added token: `COLOR_STROKE_HEADER_BUTTON` |
| 124 | +- Added token: `FILL_BRAND` |
| 125 | +- Added token: `FILL_BRAND_HOVER` |
| 126 | +- Added token: `FILL_BRAND_ACTIVE` |
| 127 | +- Added token: `BORDER_STROKE_WIDTH_THIN` |
| 128 | +- Added token: `BORDER_STROKE_WIDTH_THICK` |
| 129 | +- Added token: `COLOR_BACKGROUND_BUTTON_SUCCESS` |
| 130 | +- Added token: `COLOR_BACKGROUND_BUTTON_SUCCESS_HOVER` |
| 131 | +- Added token: `COLOR_BACKGROUND_BUTTON_SUCCESS_ACTIVE` |
| 132 | +- Added token: `COLOR_TEXT_SUCCESS_INVERSE` |
| 133 | +- Added token: `CUSTOM_101` |
| 134 | +- Added token: `CUSTOM_102` |
| 135 | +- Added token: `CUSTOM_103` |
| 136 | +- Added token: `CUSTOM_104` |
| 137 | +- Added token: `CUSTOM_105` |
| 138 | +- Added token: `CUSTOM_106` |
| 139 | +- Added token: `CUSTOM_107` |
| 140 | +- Added token: `CUSTOM_108` |
| 141 | +- Added token: `CUSTOM_109` |
| 142 | +- Added token: `CUSTOM_110` |
| 143 | +- Added token: `CUSTOM_111` |
| 144 | +- Added token: `CUSTOM_112` |
| 145 | +- Added token: `CUSTOM_113` |
| 146 | +- Added token: `CUSTOM_NOTIFICATION` |
| 147 | +- Added token: `DATADOTCOM` |
| 148 | +- Added token: `RTC_PRESENCE` |
| 149 | +- Added token: `PRODUCT_CONSUMED` |
| 150 | +- Added token: `PRODUCT_TRANSFER` |
| 151 | +- Added token: `PRODUCT_ITEM` |
| 152 | +- Added token: `PRODUCT_ITEM_TRANSACTION` |
| 153 | +- Added token: `LOCATION` |
| 154 | +- Added token: `ADDRESS` |
| 155 | +- Added token: `CAROUSEL` |
| 156 | +- Added token: `ASSIGNED_RESOURCE` |
| 157 | +- Added token: `OPERATING_HOURS` |
| 158 | +- Added token: `PRODUCT_REQUIRED` |
| 159 | +- Added token: `RESOURCE_ABSENCE` |
| 160 | +- Added token: `RESOURCE_CAPACITY` |
| 161 | +- Added token: `RESOURCE_PREFERENCE` |
| 162 | +- Added token: `RESOURCE_SKILL` |
| 163 | +- Added token: `SERVICE_TERRITORY_MEMBER` |
| 164 | +- Added token: `SERVICE_APPOINTMENT` |
| 165 | +- Added token: `SERVICE_REPORT` |
| 166 | +- Added token: `SERVICE_RESOURCE` |
| 167 | +- Added token: `SERVICE_TERRITORY` |
| 168 | +- Added token: `SKILL` |
| 169 | +- Added token: `SKILL_REQUIREMENT` |
| 170 | +- Added token: `TIMESLOT` |
| 171 | +- Added token: `WORK_TYPE` |
| 172 | +- Added alias: `SANS_SERIF` |
| 173 | +- Added alias: `MALIBU` |
| 174 | +- Added alias: `SANS_SERIF` |
| 175 | +- Added alias: `EBONY_CLAY` |
| 176 | +- Added alias: `OXFORD_BLUE` |
| 177 | +- Added alias: `RIVER_BED` |
| 178 | +- Deprecated `FONT_FAMILY` |
| 179 | + |
8 | 180 | ## Release [2.1.4] - November 7, 2016
|
9 | 181 |
|
10 | 182 | **FIXED**
|
@@ -760,7 +932,8 @@ The following features are being marked as deprecated in this release and will b
|
760 | 932 |
|
761 | 933 | Lots of bug fixes and TLC.
|
762 | 934 |
|
763 |
| -[Unreleased]: https://github.com/salesforce-ux/design-system-internal/compare/v2.1.4...winter-17 |
| 935 | +[Unreleased]: https://github.com/salesforce-ux/design-system-internal/compare/v2.2.0...winter-17 |
| 936 | +[2.2.0]: https://github.com/salesforce-ux/design-system/compare/v2.1.4...v2.2.0 |
764 | 937 | [2.1.4]: https://github.com/salesforce-ux/design-system/compare/v2.1.3...v2.1.4
|
765 | 938 | [2.1.3]: https://github.com/salesforce-ux/design-system/compare/v2.1.2...v2.1.3
|
766 | 939 | [2.1.2]: https://github.com/salesforce-ux/design-system/compare/v2.0.3...v2.1.2
|
|
0 commit comments