Browse Source

Release 5.7.0 (#14562)

Rob Madole 6 years ago
parent
commit
63f8fd9c7e
10 changed files with 172 additions and 14 deletions
  1. 25 0
      CHANGELOG.md
  2. 6 0
      UPGRADING.md
  3. 67 3
      css/all.css
  4. 1 1
      css/all.min.css
  5. 2 1
      css/brands.css
  6. 2 2
      css/brands.min.css
  7. 64 3
      css/fontawesome.css
  8. 1 1
      css/fontawesome.min.css
  9. 2 1
      css/regular.css
  10. 2 2
      css/regular.min.css

+ 25 - 0
CHANGELOG.md

@@ -8,6 +8,31 @@ 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.7.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.7.0) - 2019-01-28
+
+### Added
+* New Food category
+* More Medical icons
+* More icons from the leaderboard
+* Added tasks-alt
+* New CSS class fa-flip-both that applies fa-flip-horizontal and fa-flip-vertical together
+* CSS now defaults to font-display: auto
+* Sass and Less files contain a variable that can be changed to alter the font-display value
+
+### Changed
+* Updated slack brand icon
+* Reverted calendar-alt to previous design before 5.6.0
+
+### Fixed
+* Safari fails to process pseudo elements if the font-weight is "normal"
+* Renamed internal method to keep from confusing rJS FortAwesome/Font-Awesome#14461
+* Corrected font weights in TTF files FortAwesome/Font-Awesome#13320
+* XCode now correctly displays different styles when using TTF files
+* Support for Turbolinks without modifying the dom.watch() call FortAwesome/Font-Awesome#12709
+* Add focusable=false for SVG elements to prevent IE11 double-focus bug FortAwesome/Font-Awesome#13155
+
+---
+
 ## [5.6.3](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.6.3) - 2018-12-20
 
 ### Changed

+ 6 - 0
UPGRADING.md

@@ -8,6 +8,12 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne
 
 ---
 
+## 5.6.x to 5.7.0
+
+The calendar-alt icon has been reverted back to the previous design in versions <= 5.6.0.
+
+---
+
 ## 5.6.x to 5.6.3
 
 The fire icon has been reverted back to the previous design in versions <= 5.5.0.

+ 67 - 3
css/all.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.7.0 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,
@@ -148,7 +148,7 @@
   -webkit-transform: scale(1, -1);
           transform: scale(1, -1); }
 
-.fa-flip-horizontal.fa-flip-vertical {
+.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(-1, -1);
           transform: scale(-1, -1); }
@@ -157,7 +157,8 @@
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
-:root .fa-flip-vertical {
+:root .fa-flip-vertical,
+:root .fa-flip-both {
   -webkit-filter: none;
           filter: none; }
 
@@ -433,6 +434,9 @@ readers do not read off random characters that represent icons */
 .fa-backward:before {
   content: "\f04a"; }
 
+.fa-bacon:before {
+  content: "\f7e5"; }
+
 .fa-balance-scale:before {
   content: "\f24e"; }
 
@@ -574,6 +578,9 @@ readers do not read off random characters that represent icons */
 .fa-book-dead:before {
   content: "\f6b7"; }
 
+.fa-book-medical:before {
+  content: "\f7e6"; }
+
 .fa-book-open:before {
   content: "\f518"; }
 
@@ -601,6 +608,9 @@ readers do not read off random characters that represent icons */
 .fa-brain:before {
   content: "\f5dc"; }
 
+.fa-bread-slice:before {
+  content: "\f7ec"; }
+
 .fa-briefcase:before {
   content: "\f0b1"; }
 
@@ -826,6 +836,9 @@ readers do not read off random characters that represent icons */
 .fa-check-square:before {
   content: "\f14a"; }
 
+.fa-cheese:before {
+  content: "\f7ef"; }
+
 .fa-chess:before {
   content: "\f439"; }
 
@@ -892,6 +905,9 @@ readers do not read off random characters that represent icons */
 .fa-city:before {
   content: "\f64f"; }
 
+.fa-clinic-medical:before {
+  content: "\f7f2"; }
+
 .fa-clipboard:before {
   content: "\f328"; }
 
@@ -991,6 +1007,9 @@ readers do not read off random characters that represent icons */
 .fa-comment-dots:before {
   content: "\f4ad"; }
 
+.fa-comment-medical:before {
+  content: "\f7f5"; }
+
 .fa-comment-slash:before {
   content: "\f4b3"; }
 
@@ -1108,6 +1127,9 @@ readers do not read off random characters that represent icons */
 .fa-crown:before {
   content: "\f521"; }
 
+.fa-crutch:before {
+  content: "\f7f7"; }
+
 .fa-css3:before {
   content: "\f13c"; }
 
@@ -1324,6 +1346,9 @@ readers do not read off random characters that represent icons */
 .fa-edit:before {
   content: "\f044"; }
 
+.fa-egg:before {
+  content: "\f7fb"; }
+
 .fa-eject:before {
   content: "\f052"; }
 
@@ -1903,6 +1928,9 @@ readers do not read off random characters that represent icons */
 .fa-hackerrank:before {
   content: "\f5f7"; }
 
+.fa-hamburger:before {
+  content: "\f805"; }
+
 .fa-hammer:before {
   content: "\f6e3"; }
 
@@ -1921,6 +1949,9 @@ readers do not read off random characters that represent icons */
 .fa-hand-lizard:before {
   content: "\f258"; }
 
+.fa-hand-middle-finger:before {
+  content: "\f806"; }
+
 .fa-hand-paper:before {
   content: "\f256"; }
 
@@ -1963,6 +1994,9 @@ readers do not read off random characters that represent icons */
 .fa-hanukiah:before {
   content: "\f6e6"; }
 
+.fa-hard-hat:before {
+  content: "\f807"; }
+
 .fa-hashtag:before {
   content: "\f292"; }
 
@@ -2050,6 +2084,9 @@ readers do not read off random characters that represent icons */
 .fa-hot-tub:before {
   content: "\f593"; }
 
+.fa-hotdog:before {
+  content: "\f80f"; }
+
 .fa-hotel:before {
   content: "\f594"; }
 
@@ -2086,6 +2123,9 @@ readers do not read off random characters that represent icons */
 .fa-i-cursor:before {
   content: "\f246"; }
 
+.fa-ice-cream:before {
+  content: "\f810"; }
+
 .fa-icicles:before {
   content: "\f7ad"; }
 
@@ -2242,6 +2282,9 @@ readers do not read off random characters that represent icons */
 .fa-laptop-code:before {
   content: "\f5fc"; }
 
+.fa-laptop-medical:before {
+  content: "\f812"; }
+
 .fa-laravel:before {
   content: "\f3bd"; }
 
@@ -2668,6 +2711,9 @@ readers do not read off random characters that represent icons */
 .fa-pagelines:before {
   content: "\f18c"; }
 
+.fa-pager:before {
+  content: "\f815"; }
+
 .fa-paint-brush:before {
   content: "\f1fc"; }
 
@@ -2752,6 +2798,9 @@ readers do not read off random characters that represent icons */
 .fa-people-carry:before {
   content: "\f4ce"; }
 
+.fa-pepper-hot:before {
+  content: "\f816"; }
+
 .fa-percent:before {
   content: "\f295"; }
 
@@ -2815,6 +2864,9 @@ readers do not read off random characters that represent icons */
 .fa-pinterest-square:before {
   content: "\f0d3"; }
 
+.fa-pizza-slice:before {
+  content: "\f818"; }
+
 .fa-place-of-worship:before {
   content: "\f67f"; }
 
@@ -3745,6 +3797,12 @@ readers do not read off random characters that represent icons */
 .fa-trash-alt:before {
   content: "\f2ed"; }
 
+.fa-trash-restore:before {
+  content: "\f829"; }
+
+.fa-trash-restore-alt:before {
+  content: "\f82a"; }
+
 .fa-tree:before {
   content: "\f1bb"; }
 
@@ -3901,6 +3959,9 @@ readers do not read off random characters that represent icons */
 .fa-user-ninja:before {
   content: "\f504"; }
 
+.fa-user-nurse:before {
+  content: "\f82f"; }
+
 .fa-user-plus:before {
   content: "\f234"; }
 
@@ -4198,6 +4259,7 @@ readers do not read off random characters that represent icons */
   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"); }
 
@@ -4207,6 +4269,7 @@ readers do not read off random characters that represent icons */
   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"); }
 
@@ -4217,6 +4280,7 @@ readers do not read off random characters that represent icons */
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
+  font-display: auto;
   src: url("../webfonts/fa-solid-900.eot");
   src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
 

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


+ 2 - 1
css/brands.css

@@ -1,11 +1,12 @@
 /*!
- * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.7.0 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"); }
 

+ 2 - 2
css/brands.min.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.7.0 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;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"}
+@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"}

+ 64 - 3
css/fontawesome.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.7.0 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,
@@ -148,7 +148,7 @@
   -webkit-transform: scale(1, -1);
           transform: scale(1, -1); }
 
-.fa-flip-horizontal.fa-flip-vertical {
+.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(-1, -1);
           transform: scale(-1, -1); }
@@ -157,7 +157,8 @@
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
-:root .fa-flip-vertical {
+:root .fa-flip-vertical,
+:root .fa-flip-both {
   -webkit-filter: none;
           filter: none; }
 
@@ -433,6 +434,9 @@ readers do not read off random characters that represent icons */
 .fa-backward:before {
   content: "\f04a"; }
 
+.fa-bacon:before {
+  content: "\f7e5"; }
+
 .fa-balance-scale:before {
   content: "\f24e"; }
 
@@ -574,6 +578,9 @@ readers do not read off random characters that represent icons */
 .fa-book-dead:before {
   content: "\f6b7"; }
 
+.fa-book-medical:before {
+  content: "\f7e6"; }
+
 .fa-book-open:before {
   content: "\f518"; }
 
@@ -601,6 +608,9 @@ readers do not read off random characters that represent icons */
 .fa-brain:before {
   content: "\f5dc"; }
 
+.fa-bread-slice:before {
+  content: "\f7ec"; }
+
 .fa-briefcase:before {
   content: "\f0b1"; }
 
@@ -826,6 +836,9 @@ readers do not read off random characters that represent icons */
 .fa-check-square:before {
   content: "\f14a"; }
 
+.fa-cheese:before {
+  content: "\f7ef"; }
+
 .fa-chess:before {
   content: "\f439"; }
 
@@ -892,6 +905,9 @@ readers do not read off random characters that represent icons */
 .fa-city:before {
   content: "\f64f"; }
 
+.fa-clinic-medical:before {
+  content: "\f7f2"; }
+
 .fa-clipboard:before {
   content: "\f328"; }
 
@@ -991,6 +1007,9 @@ readers do not read off random characters that represent icons */
 .fa-comment-dots:before {
   content: "\f4ad"; }
 
+.fa-comment-medical:before {
+  content: "\f7f5"; }
+
 .fa-comment-slash:before {
   content: "\f4b3"; }
 
@@ -1108,6 +1127,9 @@ readers do not read off random characters that represent icons */
 .fa-crown:before {
   content: "\f521"; }
 
+.fa-crutch:before {
+  content: "\f7f7"; }
+
 .fa-css3:before {
   content: "\f13c"; }
 
@@ -1324,6 +1346,9 @@ readers do not read off random characters that represent icons */
 .fa-edit:before {
   content: "\f044"; }
 
+.fa-egg:before {
+  content: "\f7fb"; }
+
 .fa-eject:before {
   content: "\f052"; }
 
@@ -1903,6 +1928,9 @@ readers do not read off random characters that represent icons */
 .fa-hackerrank:before {
   content: "\f5f7"; }
 
+.fa-hamburger:before {
+  content: "\f805"; }
+
 .fa-hammer:before {
   content: "\f6e3"; }
 
@@ -1921,6 +1949,9 @@ readers do not read off random characters that represent icons */
 .fa-hand-lizard:before {
   content: "\f258"; }
 
+.fa-hand-middle-finger:before {
+  content: "\f806"; }
+
 .fa-hand-paper:before {
   content: "\f256"; }
 
@@ -1963,6 +1994,9 @@ readers do not read off random characters that represent icons */
 .fa-hanukiah:before {
   content: "\f6e6"; }
 
+.fa-hard-hat:before {
+  content: "\f807"; }
+
 .fa-hashtag:before {
   content: "\f292"; }
 
@@ -2050,6 +2084,9 @@ readers do not read off random characters that represent icons */
 .fa-hot-tub:before {
   content: "\f593"; }
 
+.fa-hotdog:before {
+  content: "\f80f"; }
+
 .fa-hotel:before {
   content: "\f594"; }
 
@@ -2086,6 +2123,9 @@ readers do not read off random characters that represent icons */
 .fa-i-cursor:before {
   content: "\f246"; }
 
+.fa-ice-cream:before {
+  content: "\f810"; }
+
 .fa-icicles:before {
   content: "\f7ad"; }
 
@@ -2242,6 +2282,9 @@ readers do not read off random characters that represent icons */
 .fa-laptop-code:before {
   content: "\f5fc"; }
 
+.fa-laptop-medical:before {
+  content: "\f812"; }
+
 .fa-laravel:before {
   content: "\f3bd"; }
 
@@ -2668,6 +2711,9 @@ readers do not read off random characters that represent icons */
 .fa-pagelines:before {
   content: "\f18c"; }
 
+.fa-pager:before {
+  content: "\f815"; }
+
 .fa-paint-brush:before {
   content: "\f1fc"; }
 
@@ -2752,6 +2798,9 @@ readers do not read off random characters that represent icons */
 .fa-people-carry:before {
   content: "\f4ce"; }
 
+.fa-pepper-hot:before {
+  content: "\f816"; }
+
 .fa-percent:before {
   content: "\f295"; }
 
@@ -2815,6 +2864,9 @@ readers do not read off random characters that represent icons */
 .fa-pinterest-square:before {
   content: "\f0d3"; }
 
+.fa-pizza-slice:before {
+  content: "\f818"; }
+
 .fa-place-of-worship:before {
   content: "\f67f"; }
 
@@ -3745,6 +3797,12 @@ readers do not read off random characters that represent icons */
 .fa-trash-alt:before {
   content: "\f2ed"; }
 
+.fa-trash-restore:before {
+  content: "\f829"; }
+
+.fa-trash-restore-alt:before {
+  content: "\f82a"; }
+
 .fa-tree:before {
   content: "\f1bb"; }
 
@@ -3901,6 +3959,9 @@ readers do not read off random characters that represent icons */
 .fa-user-ninja:before {
   content: "\f504"; }
 
+.fa-user-nurse:before {
+  content: "\f82f"; }
+
 .fa-user-plus:before {
   content: "\f234"; }
 

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


+ 2 - 1
css/regular.css

@@ -1,11 +1,12 @@
 /*!
- * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.7.0 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"); }
 

+ 2 - 2
css/regular.min.css

@@ -1,5 +1,5 @@
 /*!
- * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.7.0 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;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}
+@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