Skip to content

Commit ed8b260

Browse files
authored
2.7.5 (#3588)
1 parent 077d695 commit ed8b260

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed

RELEASENOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22

33
<!-- ## [Unreleased] -->
4+
## **Release 2.7.5 - November 19, 2018**
5+
6+
### Components
7+
8+
#### [Form Elements](https://www.lightningdesignsystem.com/components/form-elements/)
9+
10+
##### Changed
11+
12+
- Form labels will now hyphenate when a word with no spaces exceeds the available space of the label container
13+
14+
#### [Rich Text Editor](https://lightningdesignsystem.com/components/rich-text-editor)
15+
16+
##### Fixed
17+
18+
- Resolved issue where table elements within a rich text editor output would improperly wrap
19+
420
## **Release 2.7.4 - October 11, 2018**
521

622
### Components

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "design-system",
33
"description": "Salesforce Lightning Design System",
4-
"version": "2.7.4",
4+
"version": "2.7.5",
55
"author": "Salesforce",
66
"slds": {
77
"name": "Winter ’19",

ui/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// @type String
1111
/// @access private
12-
$app-version: '2.7.4';
12+
$app-version: '2.7.5';
1313

1414
/// Debug mode (uncomment to activate)
1515
/// Turn on to output deprecation warnings during development

ui/components/rich-text-editor/RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# Rich Text Editor Release Notes
44

55
<!-- ## [Unreleased] -->
6+
## 2.7.5
7+
8+
### Fixed
9+
10+
- Resolved issue where table elements within a rich text editor output would improperly wrap
611

712
## 2.7.0
813

0 commit comments

Comments
 (0)