Browse Source

Release 5.8.2 (#14992)

Rob Madole 5 years ago
parent
commit
e05a121978
10 changed files with 47 additions and 8 deletions
  1. 21 0
      CHANGELOG.md
  2. 6 0
      UPGRADING.md
  3. 7 1
      css/all.css
  4. 1 1
      css/all.min.css
  5. 1 1
      css/brands.css
  6. 1 1
      css/brands.min.css
  7. 7 1
      css/fontawesome.css
  8. 1 1
      css/fontawesome.min.css
  9. 1 1
      css/regular.css
  10. 1 1
      css/regular.min.css

+ 21 - 0
CHANGELOG.md

@@ -8,6 +8,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
 repository that is by invitation only. You will get a 404 - Not Found if you do
 not have access**
 
+## [5.8.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.2) - 2019-05-07
+
+### Added
+* New brand icon stackpath
+
+### Changed
+* Updated redhat, mailchimp brand icons
+* Updated Facebook brand icons in accordance with http://facebookbrand.com (facebook, facebook-f, facebook-square)
+* Updated Git brand icons (git, git-square, git-alt)
+* Removing the "at" character to prevent overlap with the at icon
+
+### Fixed
+* Missing version for the route icon FortAwesome/Font-Awesome#13804
+* Corrected the orientation of radiation and radiation-alt icons
+* Alignment fixed for check-double
+* Moved the notch into the correct location for sim-card
+* Allow the role attribute to be specified FortAwesome/Font-Awesome#14791
+* Prevent IE11 CSS selector error from crashing SVG with JS execution
+
+---
+
 ## [5.8.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.1) - 2019-03-21
 
 ### Fixed

+ 6 - 0
UPGRADING.md

@@ -8,6 +8,12 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne
 
 ---
 
+## 5.8.1 to 5.8.2
+
+There are no breaking changes in this version upgrade.
+
+---
+
 ## 5.8.0 to 5.8.1
 
 There are no breaking changes in this version upgrade.

+ 7 - 1
css/all.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  */
 .fa,
@@ -1760,6 +1760,9 @@ readers do not read off random characters that represent icons */
 .fa-git:before {
   content: "\f1d3"; }
 
+.fa-git-alt:before {
+  content: "\f841"; }
+
 .fa-git-square:before {
   content: "\f1d2"; }
 
@@ -3485,6 +3488,9 @@ readers do not read off random characters that represent icons */
 .fa-stack-overflow:before {
   content: "\f16c"; }
 
+.fa-stackpath:before {
+  content: "\f842"; }
+
 .fa-stamp:before {
   content: "\f5bf"; }
 

File diff suppressed because it is too large
+ 1 - 1
css/all.min.css


+ 1 - 1
css/brands.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  */
 @font-face {

+ 1 - 1
css/brands.min.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  */
 @font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}

+ 7 - 1
css/fontawesome.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  */
 .fa,
@@ -1760,6 +1760,9 @@ readers do not read off random characters that represent icons */
 .fa-git:before {
   content: "\f1d3"; }
 
+.fa-git-alt:before {
+  content: "\f841"; }
+
 .fa-git-square:before {
   content: "\f1d2"; }
 
@@ -3485,6 +3488,9 @@ readers do not read off random characters that represent icons */
 .fa-stack-overflow:before {
   content: "\f16c"; }
 
+.fa-stackpath:before {
+  content: "\f842"; }
+
 .fa-stamp:before {
   content: "\f5bf"; }
 

File diff suppressed because it is too large
+ 1 - 1
css/fontawesome.min.css


+ 1 - 1
css/regular.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  */
 @font-face {

+ 1 - 1
css/regular.min.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  */
 @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}

Some files were not shown because too many files changed in this diff