Skip to content

Commit 54a5288

Browse files
Release 2.7.4 (#3538)
* Release 2.7.4 * Update RELEASENOTES.md
1 parent 16c86c2 commit 54a5288

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

RELEASENOTES.md

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

33
<!-- ## [Unreleased] -->
4+
## **Release 2.7.4 - October 11, 2018**
5+
6+
### Components
7+
8+
#### [Form Elements](https://www.lightningdesignsystem.com/components/form-elements/)
9+
10+
##### Added
11+
12+
- Added `slds-form-element_address` for address specific compound form elements
13+
14+
##### Fixed
15+
16+
- Resolved issue where empty form elements would collapse in view mode
17+
418
## **Release 2.7.3 - October 4, 2018**
519

620
### Components

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.3",
4+
"version": "2.7.4",
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.3';
12+
$app-version: '2.7.4';
1313

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

ui/components/form-element/RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Added
99
- Added `slds-form-element_address` for address specific compound form elements
1010

11+
### Fixed
12+
- Resolved issue where empty form elements would collapse in view mode
13+
1114
## 2.7.3
1215

1316
### Fixed

0 commit comments

Comments
 (0)