Browse Source

Release 5.10.1 (#15329)

Rob Madole 5 years ago
parent
commit
538a5bc4cf
10 changed files with 32 additions and 8 deletions
  1. 15 0
      CHANGELOG.md
  2. 9 0
      UPGRADING.md
  3. 1 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. 1 1
      css/fontawesome.css
  8. 1 1
      css/fontawesome.min.css
  9. 1 1
      css/regular.css
  10. 1 1
      css/regular.min.css

+ 15 - 0
CHANGELOG.md

@@ -8,6 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
 repository that is by invitation only. You will get a 404 - Not Found if you do
 not have access**
 
+## [5.10.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.1) - 2019-08-02
+
+### Added
+* README file in the otfs/ directory to help direct folks to documentation for the new Duotone OTF file
+
+### Changed
+* A lot of visual improvements and consistency fixes to many of the new Duotone icons
+* The fa-swap-opacity class now works with parent containers where Duotone icons as children
+
+### Fixed
+* Duotone SCSS files were not being correctly compiled with the Dart-Sass tool
+* Font Awesome logo was not appearing in desktop application in font pickers
+
+---
+
 ## [5.10.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.0) - 2019-07-29
 
 ### Added

+ 9 - 0
UPGRADING.md

@@ -8,6 +8,15 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne
 
 ---
 
+## 5.10.0 to 5.10.1
+
+The Sass function `fa-content-secondary` which was part of the `duotone.scss`
+file has been removed due to its inconsistent behavior in different versions of
+Sass pre-processors. Specifically [`node-sass`](https://github.com/sass/node-sass) and
+[`sass`](https://github.com/sass/dart-sass) didn't produce the same output.
+
+---
+
 ## 5.9.0 to 5.10.0
 
 The following icon shims have been changed to better match the original version 4 icon:

+ 1 - 1
css/all.css

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

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.10.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.10.1 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.10.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.10.1 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"}

+ 1 - 1
css/fontawesome.css

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

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.10.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.10.1 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.10.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.10.1 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