Skip to content

Commit

Permalink
Release 5.9.0 (#15106)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Jun 4, 2019
1 parent 3afe50b commit ba907ea
Show file tree
Hide file tree
Showing 336 changed files with 4,684 additions and 1,488 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,27 @@ 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.9.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.9.0) - 2019-06-04

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

### Added
* An assortment of voted icons, updated icons, and new icons
* New icons and updates to the text editor category
* A flipped version of the phone and phone-alt icon

### Changed
* Removed the nintendo-switch icon by request of Nintendo
* Sorted out the sort icons FortAwesome/Font-Awesome#9464 FortAwesome/Font-Awesome#9419 FortAwesome/Font-Awesome-Pro#915
* De-crevassed the brain icons

### Fixed
* Proportions corrected on facebook-messenger brand icon

---

## [5.8.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.2) - 2019-05-07

### Added
Expand Down
9 changes: 9 additions & 0 deletions UPGRADING.md
Expand Up @@ -8,6 +8,15 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne

---

## 5.8.2 to 5.9.0

The nintendo-switch icon has been removed by legal request of Nintendo of America Inc.

Font Awesome is no longer able to provide icons related to Nintendo, their
gaming consoles, accessories, or games.

---

## 5.8.1 to 5.8.2

There are no breaking changes in this version upgrade.
Expand Down
65 changes: 61 additions & 4 deletions css/all.css
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.9.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 @@ -443,6 +443,12 @@ readers do not read off random characters that represent icons */
.fa-balance-scale:before {
content: "\f24e"; }

.fa-balance-scale-left:before {
content: "\f515"; }

.fa-balance-scale-right:before {
content: "\f516"; }

.fa-ban:before {
content: "\f05e"; }

Expand Down Expand Up @@ -512,6 +518,9 @@ readers do not read off random characters that represent icons */
.fa-bicycle:before {
content: "\f206"; }

.fa-biking:before {
content: "\f84a"; }

.fa-bimobject:before {
content: "\f378"; }

Expand Down Expand Up @@ -599,6 +608,15 @@ readers do not read off random characters that represent icons */
.fa-bootstrap:before {
content: "\f836"; }

.fa-border-all:before {
content: "\f84c"; }

.fa-border-none:before {
content: "\f850"; }

.fa-border-style:before {
content: "\f853"; }

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

Expand Down Expand Up @@ -1472,6 +1490,9 @@ readers do not read off random characters that represent icons */
.fa-facebook-square:before {
content: "\f082"; }

.fa-fan:before {
content: "\f863"; }

.fa-fantasy-flight-games:before {
content: "\f6dc"; }

Expand Down Expand Up @@ -2150,6 +2171,9 @@ readers do not read off random characters that represent icons */
.fa-icicles:before {
content: "\f7ad"; }

.fa-icons:before {
content: "\f86d"; }

.fa-id-badge:before {
content: "\f2c1"; }

Expand Down Expand Up @@ -2663,9 +2687,6 @@ readers do not read off random characters that represent icons */
.fa-nimblr:before {
content: "\f5a8"; }

.fa-nintendo-switch:before {
content: "\f418"; }

.fa-node:before {
content: "\f419"; }

Expand Down Expand Up @@ -2849,15 +2870,24 @@ readers do not read off random characters that represent icons */
.fa-phone:before {
content: "\f095"; }

.fa-phone-alt:before {
content: "\f879"; }

.fa-phone-slash:before {
content: "\f3dd"; }

.fa-phone-square:before {
content: "\f098"; }

.fa-phone-square-alt:before {
content: "\f87b"; }

.fa-phone-volume:before {
content: "\f2a0"; }

.fa-photo-video:before {
content: "\f87c"; }

.fa-php:before {
content: "\f457"; }

Expand Down Expand Up @@ -3080,6 +3110,9 @@ readers do not read off random characters that represent icons */
.fa-registered:before {
content: "\f25d"; }

.fa-remove-format:before {
content: "\f87d"; }

.fa-renren:before {
content: "\f18b"; }

Expand Down Expand Up @@ -3416,24 +3449,42 @@ readers do not read off random characters that represent icons */
.fa-sort-alpha-down:before {
content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
content: "\f881"; }

.fa-sort-alpha-up:before {
content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
content: "\f882"; }

.fa-sort-amount-down:before {
content: "\f160"; }

.fa-sort-amount-down-alt:before {
content: "\f884"; }

.fa-sort-amount-up:before {
content: "\f161"; }

.fa-sort-amount-up-alt:before {
content: "\f885"; }

.fa-sort-down:before {
content: "\f0dd"; }

.fa-sort-numeric-down:before {
content: "\f162"; }

.fa-sort-numeric-down-alt:before {
content: "\f886"; }

.fa-sort-numeric-up:before {
content: "\f163"; }

.fa-sort-numeric-up-alt:before {
content: "\f887"; }

.fa-sort-up:before {
content: "\f0de"; }

Expand All @@ -3455,6 +3506,9 @@ readers do not read off random characters that represent icons */
.fa-speaker-deck:before {
content: "\f83c"; }

.fa-spell-check:before {
content: "\f891"; }

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

Expand Down Expand Up @@ -4097,6 +4151,9 @@ readers do not read off random characters that represent icons */
.fa-vnv:before {
content: "\f40b"; }

.fa-voicemail:before {
content: "\f897"; }

.fa-volleyball-ball:before {
content: "\f45f"; }

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

0 comments on commit ba907ea

Please sign in to comment.