Skip to content

Commit 6997a45

Browse files
Release 2.7.1 (#3510)
* 2.7.1 * fix(global-navigation): Remove font-weight 300 to increase legibility * Bump to version 2.7.1 * Bump to version 2.7.1 * Bump to version 2.7.1 * fix(page-header): reduce font size for title * fix(page-header): Update title font size to 18px * fix(page-header): swap out token for component specific, add release notes
1 parent 31c7d8d commit 6997a45

File tree

11 files changed

+2208
-182
lines changed

11 files changed

+2208
-182
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.1 - September 9, 2018**
5+
6+
### Components
7+
8+
#### Global Navigation
9+
10+
##### Fixed
11+
12+
- Remove `font-weight: 300` from app title to increase legibility
13+
14+
#### Page Header
15+
16+
##### Changed
17+
18+
- Reduce font-size of `slds-page-header__title` to 18px
19+
420
## **Release 2.7.0 - September 7, 2018**
521

622
### General

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.0",
4+
"version": "2.7.1",
55
"author": "Salesforce",
66
"slds": {
77
"name": "Winter ’19",

ui/components/global-navigation/RELEASENOTES.md

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

55
<!-- ## [Unreleased] -->
6+
## 2.7.1
7+
8+
### Fixed
9+
10+
- Remove `font-weight: 300` from app title to increase legibility
611

712
## 2.7.0
813

0 commit comments

Comments
 (0)