Skip to content

Commit

Permalink
Release 5.11.0 (#15564)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Sep 18, 2019
1 parent 090e614 commit 57451ba
Show file tree
Hide file tree
Showing 211 changed files with 2,534 additions and 870 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,20 @@ 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.11.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.11.0) - 2019-09-18

### Added
* New tech, music, and western-themed icons
* Added umbraco, swift, orcid, mdb (and one more surprise) brand icons

### Fixed
* SVG with JavaScript no longer duplicates the id attribute when in nesting mode
* Corrected inconsistencies with the send-back and send-backward icons
* Corrected inconsistencies with duotone icon viewBox widths that did not match
the solid style

---

## [5.10.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.2) - 2019-08-22

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

---

## 5.10.2 to 5.11.0

There are no breaking changes in this version upgrade.

---

## 5.10.1 to 5.10.2

There are no breaking changes in this version upgrade.
Expand Down
29 changes: 28 additions & 1 deletion css/all.css
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.11.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 @@ -687,6 +687,9 @@ readers do not read off random characters that represent icons */
.fa-business-time:before {
content: "\f64a"; }

.fa-buy-n-large:before {
content: "\f8a6"; }

.fa-buysellads:before {
content: "\f20d"; }

Expand Down Expand Up @@ -2046,6 +2049,12 @@ readers do not read off random characters that represent icons */
.fa-hashtag:before {
content: "\f292"; }

.fa-hat-cowboy:before {
content: "\f8c0"; }

.fa-hat-cowboy-side:before {
content: "\f8c1"; }

.fa-hat-wizard:before {
content: "\f6e8"; }

Expand Down Expand Up @@ -2526,6 +2535,9 @@ readers do not read off random characters that represent icons */
.fa-maxcdn:before {
content: "\f136"; }

.fa-mdb:before {
content: "\f8ca"; }

.fa-medal:before {
content: "\f5a2"; }

Expand Down Expand Up @@ -2664,6 +2676,9 @@ readers do not read off random characters that represent icons */
.fa-mountain:before {
content: "\f6fc"; }

.fa-mouse:before {
content: "\f8cc"; }

.fa-mouse-pointer:before {
content: "\f245"; }

Expand Down Expand Up @@ -2745,6 +2760,9 @@ readers do not read off random characters that represent icons */
.fa-optin-monster:before {
content: "\f23c"; }

.fa-orcid:before {
content: "\f8d2"; }

.fa-osi:before {
content: "\f41a"; }

Expand Down Expand Up @@ -3087,6 +3105,9 @@ readers do not read off random characters that represent icons */
.fa-receipt:before {
content: "\f543"; }

.fa-record-vinyl:before {
content: "\f8d9"; }

.fa-recycle:before {
content: "\f1b8"; }

Expand Down Expand Up @@ -3675,6 +3696,9 @@ readers do not read off random characters that represent icons */
.fa-swatchbook:before {
content: "\f5c3"; }

.fa-swift:before {
content: "\f8e1"; }

.fa-swimmer:before {
content: "\f5c4"; }

Expand Down Expand Up @@ -3960,6 +3984,9 @@ readers do not read off random characters that represent icons */
.fa-uikit:before {
content: "\f403"; }

.fa-umbraco:before {
content: "\f8e8"; }

.fa-umbrella:before {
content: "\f0e9"; }

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

29 changes: 28 additions & 1 deletion css/fontawesome.css
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.11.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 @@ -687,6 +687,9 @@ readers do not read off random characters that represent icons */
.fa-business-time:before {
content: "\f64a"; }

.fa-buy-n-large:before {
content: "\f8a6"; }

.fa-buysellads:before {
content: "\f20d"; }

Expand Down Expand Up @@ -2046,6 +2049,12 @@ readers do not read off random characters that represent icons */
.fa-hashtag:before {
content: "\f292"; }

.fa-hat-cowboy:before {
content: "\f8c0"; }

.fa-hat-cowboy-side:before {
content: "\f8c1"; }

.fa-hat-wizard:before {
content: "\f6e8"; }

Expand Down Expand Up @@ -2526,6 +2535,9 @@ readers do not read off random characters that represent icons */
.fa-maxcdn:before {
content: "\f136"; }

.fa-mdb:before {
content: "\f8ca"; }

.fa-medal:before {
content: "\f5a2"; }

Expand Down Expand Up @@ -2664,6 +2676,9 @@ readers do not read off random characters that represent icons */
.fa-mountain:before {
content: "\f6fc"; }

.fa-mouse:before {
content: "\f8cc"; }

.fa-mouse-pointer:before {
content: "\f245"; }

Expand Down Expand Up @@ -2745,6 +2760,9 @@ readers do not read off random characters that represent icons */
.fa-optin-monster:before {
content: "\f23c"; }

.fa-orcid:before {
content: "\f8d2"; }

.fa-osi:before {
content: "\f41a"; }

Expand Down Expand Up @@ -3087,6 +3105,9 @@ readers do not read off random characters that represent icons */
.fa-receipt:before {
content: "\f543"; }

.fa-record-vinyl:before {
content: "\f8d9"; }

.fa-recycle:before {
content: "\f1b8"; }

Expand Down Expand Up @@ -3675,6 +3696,9 @@ readers do not read off random characters that represent icons */
.fa-swatchbook:before {
content: "\f5c3"; }

.fa-swift:before {
content: "\f8e1"; }

.fa-swimmer:before {
content: "\f5c4"; }

Expand Down Expand Up @@ -3960,6 +3984,9 @@ readers do not read off random characters that represent icons */
.fa-uikit:before {
content: "\f403"; }

.fa-umbraco:before {
content: "\f8e8"; }

.fa-umbrella:before {
content: "\f0e9"; }

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

Expand Up @@ -17,7 +17,7 @@ your.ts
```
import {
IconName
} from `@fortawesome/fontawesome`
} from `@fortawesome/fontawesome-svg-core`
const myIcon: IconName = "..."
```
Expand Down
9 changes: 9 additions & 0 deletions js-packages/@fortawesome/fontawesome-common-types/index.d.ts
Expand Up @@ -70,6 +70,7 @@ export type IconName = '500px' |
'btc' |
'buffer' |
'buromobelexperte' |
'buy-n-large' |
'buysellads' |
'canadian-maple-leaf' |
'cc-amazon-pay' |
Expand Down Expand Up @@ -260,6 +261,7 @@ export type IconName = '500px' |
'markdown' |
'mastodon' |
'maxcdn' |
'mdb' |
'medapps' |
'medium' |
'medium-m' |
Expand Down Expand Up @@ -288,6 +290,7 @@ export type IconName = '500px' |
'openid' |
'opera' |
'optin-monster' |
'orcid' |
'osi' |
'page4' |
'pagelines' |
Expand Down Expand Up @@ -379,6 +382,7 @@ export type IconName = '500px' |
'superpowers' |
'supple' |
'suse' |
'swift' |
'symfony' |
'teamspeak' |
'telegram' |
Expand All @@ -400,6 +404,7 @@ export type IconName = '500px' |
'uber' |
'ubuntu' |
'uikit' |
'umbraco' |
'uniregistry' |
'untappd' |
'ups' |
Expand Down Expand Up @@ -1032,6 +1037,8 @@ export type IconName = '500px' |
'hanukiah' |
'hard-hat' |
'hashtag' |
'hat-cowboy' |
'hat-cowboy-side' |
'hat-wizard' |
'haykal' |
'hdd' |
Expand Down Expand Up @@ -1176,6 +1183,7 @@ export type IconName = '500px' |
'mosque' |
'motorcycle' |
'mountain' |
'mouse' |
'mouse-pointer' |
'mug-hot' |
'music' |
Expand Down Expand Up @@ -1269,6 +1277,7 @@ export type IconName = '500px' |
'rainbow' |
'random' |
'receipt' |
'record-vinyl' |
'recycle' |
'redo' |
'redo-alt' |
Expand Down
Expand Up @@ -47,7 +47,7 @@
"node": ">=6"
},
"dependencies": {},
"version": "0.2.22",
"version": "0.2.23",
"name": "@fortawesome/fontawesome-common-types",
"license": "MIT",
"types": "./index.d.ts"
Expand Down

0 comments on commit 57451ba

Please sign in to comment.