Skip to content

Commit

Permalink
Release 5.6.3 (#14429)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole authored Dec 20, 2018
1 parent 1975bba commit 34dff97
Show file tree
Hide file tree
Showing 148 changed files with 315 additions and 314 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ 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.6.3](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.6.3) - 2018-12-20

### Changed
* Revising fire icon and adding alternative fire icon
* Updating fedora brand icon

---

## [5.6.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.6.1) - 2018-12-12

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

---

## 5.6.x to 5.6.3

The fire icon has been reverted back to the previous design in versions <= 5.5.0.

We have moved the redesigned icon to fire-alt.

---

## 5.6.0 to 5.6.1

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

.fa-fire-alt:before {
content: "\f7e4"; }

.fa-fire-extinguisher:before {
content: "\f134"; }

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

5 changes: 4 additions & 1 deletion css/fontawesome.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.6.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.6.3 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 @@ -1549,6 +1549,9 @@ readers do not read off random characters that represent icons */
.fa-fire:before {
content: "\f06d"; }

.fa-fire-alt:before {
content: "\f7e4"; }

.fa-fire-extinguisher:before {
content: "\f134"; }

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

Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ export type IconName = '500px' |
'filter' |
'fingerprint' |
'fire' |
'fire-alt' |
'fire-extinguisher' |
'first-aid' |
'fish' |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"node": ">=6"
},
"dependencies": {},
"version": "0.2.10",
"version": "0.2.12",
"name": "@fortawesome/fontawesome-common-types",
"license": "MIT",
"types": "./index.d.ts"
Expand Down
7 changes: 3 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/all.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*!
* Font Awesome Free 5.6.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,
.fas,
.far,
Expand Down Expand Up @@ -1549,6 +1545,9 @@ readers do not read off random characters that represent icons */
.fa-fire:before {
content: "\f06d"; }

.fa-fire-alt:before {
content: "\f7e4"; }

.fa-fire-extinguisher:before {
content: "\f134"; }

Expand Down
6 changes: 1 addition & 5 deletions js-packages/@fortawesome/fontawesome-free/css/all.min.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/brands.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*!
* Font Awesome Free 5.6.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;
Expand Down
4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/brands.min.css

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

7 changes: 3 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/fontawesome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*!
* Font Awesome Free 5.6.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,
.fas,
.far,
Expand Down Expand Up @@ -1549,6 +1545,9 @@ readers do not read off random characters that represent icons */
.fa-fire:before {
content: "\f06d"; }

.fa-fire-alt:before {
content: "\f7e4"; }

.fa-fire-extinguisher:before {
content: "\f134"; }

Expand Down

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/regular.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*!
* Font Awesome Free 5.6.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;
Expand Down
4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/regular.min.css

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

4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/solid.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*!
* Font Awesome Free 5.6.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;
Expand Down
4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/solid.min.css

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

4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/svg-with-js.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*!
* Font Awesome Free 5.6.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)
*/
svg:not(:root).svg-inline--fa {
overflow: visible; }

Expand Down

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

4 changes: 0 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/v4-shims.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*!
* Font Awesome Free 5.6.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.fa-glass:before {
content: "\f000"; }

Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 34dff97

Please sign in to comment.