Skip to content

Commit e05a121

Browse files
authored
Release 5.8.2 (#14992)
1 parent 299abb1 commit e05a121

File tree

181 files changed

+1480
-1125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+1480
-1125
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
repository that is by invitation only. You will get a 404 - Not Found if you do
99
not have access**
1010

11+
## [5.8.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.2) - 2019-05-07
12+
13+
### Added
14+
* New brand icon stackpath
15+
16+
### Changed
17+
* Updated redhat, mailchimp brand icons
18+
* Updated Facebook brand icons in accordance with http://facebookbrand.com (facebook, facebook-f, facebook-square)
19+
* Updated Git brand icons (git, git-square, git-alt)
20+
* Removing the "at" character to prevent overlap with the at icon
21+
22+
### Fixed
23+
* Missing version for the route icon FortAwesome/Font-Awesome#13804
24+
* Corrected the orientation of radiation and radiation-alt icons
25+
* Alignment fixed for check-double
26+
* Moved the notch into the correct location for sim-card
27+
* Allow the role attribute to be specified FortAwesome/Font-Awesome#14791
28+
* Prevent IE11 CSS selector error from crashing SVG with JS execution
29+
30+
---
31+
1132
## [5.8.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.1) - 2019-03-21
1233

1334
### Fixed

UPGRADING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne
88

99
---
1010

11+
## 5.8.1 to 5.8.2
12+
13+
There are no breaking changes in this version upgrade.
14+
15+
---
16+
1117
## 5.8.0 to 5.8.1
1218

1319
There are no breaking changes in this version upgrade.

css/all.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
*/
55
.fa,
@@ -1760,6 +1760,9 @@ readers do not read off random characters that represent icons */
17601760
.fa-git:before {
17611761
content: "\f1d3"; }
17621762

1763+
.fa-git-alt:before {
1764+
content: "\f841"; }
1765+
17631766
.fa-git-square:before {
17641767
content: "\f1d2"; }
17651768

@@ -3485,6 +3488,9 @@ readers do not read off random characters that represent icons */
34853488
.fa-stack-overflow:before {
34863489
content: "\f16c"; }
34873490

3491+
.fa-stackpath:before {
3492+
content: "\f842"; }
3493+
34883494
.fa-stamp:before {
34893495
content: "\f5bf"; }
34903496

css/all.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/brands.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
*/
55
@font-face {

css/brands.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fontawesome.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
*/
55
.fa,
@@ -1760,6 +1760,9 @@ readers do not read off random characters that represent icons */
17601760
.fa-git:before {
17611761
content: "\f1d3"; }
17621762

1763+
.fa-git-alt:before {
1764+
content: "\f841"; }
1765+
17631766
.fa-git-square:before {
17641767
content: "\f1d2"; }
17651768

@@ -3485,6 +3488,9 @@ readers do not read off random characters that represent icons */
34853488
.fa-stack-overflow:before {
34863489
content: "\f16c"; }
34873490

3491+
.fa-stackpath:before {
3492+
content: "\f842"; }
3493+
34883494
.fa-stamp:before {
34893495
content: "\f5bf"; }
34903496

css/fontawesome.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/regular.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
*/
55
@font-face {

css/regular.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)