File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
2
2
3
3
<!-- ## [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
+
4
18
## ** Release 2.7.3 - October 4, 2018**
5
19
6
20
### Components
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " design-system" ,
3
3
"description" : " Salesforce Lightning Design System" ,
4
- "version" : " 2.7.3 " ,
4
+ "version" : " 2.7.4 " ,
5
5
"author" : " Salesforce" ,
6
6
"slds" : {
7
7
"name" : " Winter ’19" ,
Original file line number Diff line number Diff line change 9
9
///
10
10
/// @type String
11
11
/// @access private
12
- $app-version : ' 2.7.3 ' ;
12
+ $app-version : ' 2.7.4 ' ;
13
13
14
14
/// Debug mode (uncomment to activate)
15
15
/// Turn on to output deprecation warnings during development
Original file line number Diff line number Diff line change 8
8
### Added
9
9
- Added ` slds-form-element_address ` for address specific compound form elements
10
10
11
+ ### Fixed
12
+ - Resolved issue where empty form elements would collapse in view mode
13
+
11
14
## 2.7.3
12
15
13
16
### Fixed
You can’t perform that action at this time.
0 commit comments