Skip to content

Commit

Permalink
Release 5.8.0 (#14779)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole authored Mar 19, 2019
1 parent 1cf1062 commit e099436
Show file tree
Hide file tree
Showing 363 changed files with 12,199 additions and 8,089 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.0) - 2019-03-20

**Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
[UPGRADING.md guide](https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md) for more
information.**

### Added
* New sponsored icon wave-square
* Adding new mutateApproach configuration which can force SVG with JS to render synchronously
* Adding a round of top requested brand icons

### Changed
* Updating search terms and adding new categories
* Removing descender-based CSS from the .fa-icon Sass mixin
* Removed title elements from SVG sprites

### Fixed
* Fixing several icons such as spinner-third that had incorrect widths
* Allow Sass setting for `font-display` to be changed
* Missing dots in the flower icons
* Support strict math compatibility for Less
* Support fa-flip-both in the SVG with JS version

---

## [5.7.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.7.2) - 2019-02-12

### Fixed
Expand Down
25 changes: 25 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne

---

## 5.7.x to 5.8.0

### Removing title elements from SVG sprites

Since the initial release of version 5, all the way back to 5.0.0 actually,
we've included `<title>` elements in the SVG sprites.

In https://github.com/FortAwesome/Font-Awesome/issues/14595 a discussion
outlines that this practice actually prevents normal efforts to make these
sprites accessible according to web accessibility standards.

If you are using sprites please refer to [our documentation on accessibility with Font Awesome](https://fontawesome.com/how-to-use/on-the-web/other-topics/accessibility).

### Removing vertical-align from the .fa-icon Sass mixin

Font Awesome has supported Sass and Less CSS pre-processors for a long time.

The version 5 `.fa-icon` mixin which is present in `scss/_mixins.scss`
previously included `vertical-align` which was incorrectly shifting icons.

If you have used this mixin in your own Sass files you will need to check the
alignment of those icons after upgrading to 5.8.0.

---

## 5.7.1 to 5.7.2

There are no breaking changes in this version upgrade.
Expand Down
41 changes: 40 additions & 1 deletion css/all.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.8.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,
Expand Down Expand Up @@ -227,6 +227,9 @@ readers do not read off random characters that represent icons */
.fa-air-freshener:before {
content: "\f5d0"; }

.fa-airbnb:before {
content: "\f834"; }

.fa-algolia:before {
content: "\f36c"; }

Expand Down Expand Up @@ -479,6 +482,9 @@ readers do not read off random characters that represent icons */
.fa-battery-three-quarters:before {
content: "\f241"; }

.fa-battle-net:before {
content: "\f835"; }

.fa-bed:before {
content: "\f236"; }

Expand Down Expand Up @@ -590,6 +596,9 @@ readers do not read off random characters that represent icons */
.fa-bookmark:before {
content: "\f02e"; }

.fa-bootstrap:before {
content: "\f836"; }

.fa-bowling-ball:before {
content: "\f436"; }

Expand Down Expand Up @@ -629,6 +638,9 @@ readers do not read off random characters that represent icons */
.fa-btc:before {
content: "\f15a"; }

.fa-buffer:before {
content: "\f837"; }

.fa-bug:before {
content: "\f188"; }

Expand Down Expand Up @@ -893,6 +905,9 @@ readers do not read off random characters that represent icons */
.fa-chrome:before {
content: "\f268"; }

.fa-chromecast:before {
content: "\f838"; }

.fa-church:before {
content: "\f51d"; }

Expand Down Expand Up @@ -1406,6 +1421,9 @@ readers do not read off random characters that represent icons */
.fa-euro-sign:before {
content: "\f153"; }

.fa-evernote:before {
content: "\f839"; }

.fa-exchange-alt:before {
content: "\f362"; }

Expand Down Expand Up @@ -2186,6 +2204,9 @@ readers do not read off random characters that represent icons */
.fa-italic:before {
content: "\f033"; }

.fa-itch-io:before {
content: "\f83a"; }

.fa-itunes:before {
content: "\f3b4"; }

Expand Down Expand Up @@ -3146,6 +3167,9 @@ readers do not read off random characters that represent icons */
.fa-safari:before {
content: "\f267"; }

.fa-salesforce:before {
content: "\f83b"; }

.fa-sass:before {
content: "\f41e"; }

Expand Down Expand Up @@ -3425,6 +3449,9 @@ readers do not read off random characters that represent icons */
.fa-speakap:before {
content: "\f3f3"; }

.fa-speaker-deck:before {
content: "\f83c"; }

.fa-spider:before {
content: "\f717"; }

Expand Down Expand Up @@ -3590,6 +3617,9 @@ readers do not read off random characters that represent icons */
.fa-swimming-pool:before {
content: "\f5c5"; }

.fa-symfony:before {
content: "\f83d"; }

.fa-synagogue:before {
content: "\f69b"; }

Expand Down Expand Up @@ -4097,6 +4127,12 @@ readers do not read off random characters that represent icons */
.fa-water:before {
content: "\f773"; }

.fa-wave-square:before {
content: "\f83e"; }

.fa-waze:before {
content: "\f83f"; }

.fa-weebly:before {
content: "\f5cc"; }

Expand Down Expand Up @@ -4208,6 +4244,9 @@ readers do not read off random characters that represent icons */
.fa-yahoo:before {
content: "\f19e"; }

.fa-yammer:before {
content: "\f840"; }

.fa-yandex:before {
content: "\f413"; }

Expand Down
4 changes: 2 additions & 2 deletions css/all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/brands.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.8.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 {
Expand Down
2 changes: 1 addition & 1 deletion css/brands.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 40 additions & 1 deletion css/fontawesome.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.8.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,
Expand Down Expand Up @@ -227,6 +227,9 @@ readers do not read off random characters that represent icons */
.fa-air-freshener:before {
content: "\f5d0"; }

.fa-airbnb:before {
content: "\f834"; }

.fa-algolia:before {
content: "\f36c"; }

Expand Down Expand Up @@ -479,6 +482,9 @@ readers do not read off random characters that represent icons */
.fa-battery-three-quarters:before {
content: "\f241"; }

.fa-battle-net:before {
content: "\f835"; }

.fa-bed:before {
content: "\f236"; }

Expand Down Expand Up @@ -590,6 +596,9 @@ readers do not read off random characters that represent icons */
.fa-bookmark:before {
content: "\f02e"; }

.fa-bootstrap:before {
content: "\f836"; }

.fa-bowling-ball:before {
content: "\f436"; }

Expand Down Expand Up @@ -629,6 +638,9 @@ readers do not read off random characters that represent icons */
.fa-btc:before {
content: "\f15a"; }

.fa-buffer:before {
content: "\f837"; }

.fa-bug:before {
content: "\f188"; }

Expand Down Expand Up @@ -893,6 +905,9 @@ readers do not read off random characters that represent icons */
.fa-chrome:before {
content: "\f268"; }

.fa-chromecast:before {
content: "\f838"; }

.fa-church:before {
content: "\f51d"; }

Expand Down Expand Up @@ -1406,6 +1421,9 @@ readers do not read off random characters that represent icons */
.fa-euro-sign:before {
content: "\f153"; }

.fa-evernote:before {
content: "\f839"; }

.fa-exchange-alt:before {
content: "\f362"; }

Expand Down Expand Up @@ -2186,6 +2204,9 @@ readers do not read off random characters that represent icons */
.fa-italic:before {
content: "\f033"; }

.fa-itch-io:before {
content: "\f83a"; }

.fa-itunes:before {
content: "\f3b4"; }

Expand Down Expand Up @@ -3146,6 +3167,9 @@ readers do not read off random characters that represent icons */
.fa-safari:before {
content: "\f267"; }

.fa-salesforce:before {
content: "\f83b"; }

.fa-sass:before {
content: "\f41e"; }

Expand Down Expand Up @@ -3425,6 +3449,9 @@ readers do not read off random characters that represent icons */
.fa-speakap:before {
content: "\f3f3"; }

.fa-speaker-deck:before {
content: "\f83c"; }

.fa-spider:before {
content: "\f717"; }

Expand Down Expand Up @@ -3590,6 +3617,9 @@ readers do not read off random characters that represent icons */
.fa-swimming-pool:before {
content: "\f5c5"; }

.fa-symfony:before {
content: "\f83d"; }

.fa-synagogue:before {
content: "\f69b"; }

Expand Down Expand Up @@ -4097,6 +4127,12 @@ readers do not read off random characters that represent icons */
.fa-water:before {
content: "\f773"; }

.fa-wave-square:before {
content: "\f83e"; }

.fa-waze:before {
content: "\f83f"; }

.fa-weebly:before {
content: "\f5cc"; }

Expand Down Expand Up @@ -4208,6 +4244,9 @@ readers do not read off random characters that represent icons */
.fa-yahoo:before {
content: "\f19e"; }

.fa-yammer:before {
content: "\f840"; }

.fa-yandex:before {
content: "\f413"; }

Expand Down
4 changes: 2 additions & 2 deletions css/fontawesome.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/regular.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.8.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 {
Expand Down
2 changes: 1 addition & 1 deletion css/regular.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/solid.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.8.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 {
Expand Down
2 changes: 1 addition & 1 deletion css/solid.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/svg-with-js.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.8.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)
*/
svg:not(:root).svg-inline--fa {
Expand Down
2 changes: 1 addition & 1 deletion css/svg-with-js.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/v4-shims.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.8.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.fa-glass:before {
Expand Down
2 changes: 1 addition & 1 deletion css/v4-shims.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit e099436

Please sign in to comment.