diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2385f2fd29..870adec787 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,22 @@ +## **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 diff --git a/package-lock.json b/package-lock.json index 985192f98b..e53a492283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "design-system", - "version": "2.7.3", + "version": "2.7.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 350eeb6ced..0846c28e72 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ui/_config.scss b/ui/_config.scss index 92641ef5ad..1567cff851 100644 --- a/ui/_config.scss +++ b/ui/_config.scss @@ -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 diff --git a/ui/components/rich-text-editor/RELEASENOTES.md b/ui/components/rich-text-editor/RELEASENOTES.md index 5828a862a8..1163c2b61e 100644 --- a/ui/components/rich-text-editor/RELEASENOTES.md +++ b/ui/components/rich-text-editor/RELEASENOTES.md @@ -3,6 +3,11 @@ # Rich Text Editor Release Notes +## 2.7.5 + +### Fixed + +- Resolved issue where table elements within a rich text editor output would improperly wrap ## 2.7.0