Skip to content

Commit

Permalink
2.7.5 (#3588)
Browse files Browse the repository at this point in the history
  • Loading branch information
engai authored Nov 20, 2018
1 parent 077d695 commit ed8b260
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
16 changes: 16 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->

<!-- ## [Unreleased] -->
## **Release 2.7.5 - November 19, 2018**

### Components

#### [Form Elements](https://www.lightningdesignsystem.com/components/form-elements/)

##### Changed

- Form labels will now hyphenate when a word with no spaces exceeds the available space of the label container

#### [Rich Text Editor](https://lightningdesignsystem.com/components/rich-text-editor)

##### Fixed

- Resolved issue where table elements within a rich text editor output would improperly wrap

## **Release 2.7.4 - October 11, 2018**

### Components
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "design-system",
"description": "Salesforce Lightning Design System",
"version": "2.7.4",
"version": "2.7.5",
"author": "Salesforce",
"slds": {
"name": "Winter ’19",
Expand Down
2 changes: 1 addition & 1 deletion ui/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
///
/// @type String
/// @access private
$app-version: '2.7.4';
$app-version: '2.7.5';

/// Debug mode (uncomment to activate)
/// Turn on to output deprecation warnings during development
Expand Down
5 changes: 5 additions & 0 deletions ui/components/rich-text-editor/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Rich Text Editor Release Notes

<!-- ## [Unreleased] -->
## 2.7.5

### Fixed

- Resolved issue where table elements within a rich text editor output would improperly wrap

## 2.7.0

Expand Down

0 comments on commit ed8b260

Please sign in to comment.