Skip to content

Commit

Permalink
Release 5.12.1 (#16153)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Feb 5, 2020
1 parent d8db3d0 commit 0d1f27e
Show file tree
Hide file tree
Showing 167 changed files with 1,015 additions and 306 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,30 @@ 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.12.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.12.1) - 2020-02-04

### Added
* user-unlock icon FortAwesome/Font-Awesome#13280
* mixer brand icon FortAwesome/Font-Awesome#11242
* coffin-cross icon FortAwesome/Font-Awesome#15646
* instagram-square icon FortAwesome/Font-Awesome#9223
* shopify icon FortAwesome/Font-Awesome#3850
* dailymotion icon FortAwesome/Font-Awesome#3890

### Changed
* Do not separate web fonts files for Free Kits
* The .fab CSS class now has explicit weight of 400 instead of inheriting 'normal'
* Balance the plus symbol in file-plus and folder-plus FortAwesome/Font-Awesome#16004
* Removed cross from coffin (new coffin-cross still available) FortAwesome/Font-Awesome#15646
* Updated edge brand icon FortAwesome/Font-Awesome#15771
* Updated clock hands FortAwesome/Font-Awesome#15779

### Fixed
* Guard against run-away pseudo element searching with String.codePointAt ponyfill
* Silence errors when using the conflict detector

---

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

### Added
Expand Down
4 changes: 4 additions & 0 deletions UPGRADING.md
Expand Up @@ -6,6 +6,10 @@ This guide is useful to figure out what you need to do between breaking changes.

As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/new) that you run into with this guide or with these upgrades to us.

## 5.12.0 to 5.12.1

There are no breaking changes in this version upgrade.

---

## 5.11.2 to 5.12.0
Expand Down
19 changes: 16 additions & 3 deletions css/all.css
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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,
Expand Down Expand Up @@ -1203,6 +1203,9 @@ readers do not read off random characters that represent icons */
.fa-d-and-d-beyond:before {
content: "\f6ca"; }

.fa-dailymotion:before {
content: "\f952"; }

.fa-dashcube:before {
content: "\f210"; }

Expand Down Expand Up @@ -2244,6 +2247,9 @@ readers do not read off random characters that represent icons */
.fa-instagram:before {
content: "\f16d"; }

.fa-instagram-square:before {
content: "\f955"; }

.fa-intercom:before {
content: "\f7af"; }

Expand Down Expand Up @@ -2643,6 +2649,9 @@ readers do not read off random characters that represent icons */
.fa-mixcloud:before {
content: "\f289"; }

.fa-mixer:before {
content: "\f956"; }

.fa-mizuni:before {
content: "\f3cc"; }

Expand Down Expand Up @@ -3348,6 +3357,9 @@ readers do not read off random characters that represent icons */
.fa-shoe-prints:before {
content: "\f54b"; }

.fa-shopify:before {
content: "\f957"; }

.fa-shopping-bag:before {
content: "\f290"; }

Expand Down Expand Up @@ -4418,13 +4430,14 @@ readers do not read off random characters that represent icons */
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
font-weight: 400;
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'; }
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
Expand Down
4 changes: 2 additions & 2 deletions css/all.min.css

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions css/brands.css
@@ -1,14 +1,15 @@
/*!
* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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-weight: 400;
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'; }
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
4 changes: 2 additions & 2 deletions css/brands.min.css

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

14 changes: 13 additions & 1 deletion css/fontawesome.css
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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,
Expand Down Expand Up @@ -1203,6 +1203,9 @@ readers do not read off random characters that represent icons */
.fa-d-and-d-beyond:before {
content: "\f6ca"; }

.fa-dailymotion:before {
content: "\f952"; }

.fa-dashcube:before {
content: "\f210"; }

Expand Down Expand Up @@ -2244,6 +2247,9 @@ readers do not read off random characters that represent icons */
.fa-instagram:before {
content: "\f16d"; }

.fa-instagram-square:before {
content: "\f955"; }

.fa-intercom:before {
content: "\f7af"; }

Expand Down Expand Up @@ -2643,6 +2649,9 @@ readers do not read off random characters that represent icons */
.fa-mixcloud:before {
content: "\f289"; }

.fa-mixer:before {
content: "\f956"; }

.fa-mizuni:before {
content: "\f3cc"; }

Expand Down Expand Up @@ -3348,6 +3357,9 @@ readers do not read off random characters that represent icons */
.fa-shoe-prints:before {
content: "\f54b"; }

.fa-shopify:before {
content: "\f957"; }

.fa-shopping-bag:before {
content: "\f290"; }

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.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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 {
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.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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 {
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.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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 {
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.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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 {
Expand Down
2 changes: 1 addition & 1 deletion css/v4-shims.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions js-packages/@fortawesome/fontawesome-common-types/index.d.ts
Expand Up @@ -117,6 +117,7 @@ export type IconName = '500px' |
'cuttlefish' |
'd-and-d' |
'd-and-d-beyond' |
'dailymotion' |
'dashcube' |
'delicious' |
'deploydog' |
Expand Down Expand Up @@ -224,6 +225,7 @@ export type IconName = '500px' |
'ideal' |
'imdb' |
'instagram' |
'instagram-square' |
'intercom' |
'internet-explorer' |
'invision' |
Expand Down Expand Up @@ -275,6 +277,7 @@ export type IconName = '500px' |
'microsoft' |
'mix' |
'mixcloud' |
'mixer' |
'mizuni' |
'modx' |
'monero' |
Expand Down Expand Up @@ -350,6 +353,7 @@ export type IconName = '500px' |
'sellsy' |
'servicestack' |
'shirtsinbulk' |
'shopify' |
'shopware' |
'simplybuilt' |
'sistrix' |
Expand Down
Expand Up @@ -47,7 +47,7 @@
"node": ">=6"
},
"dependencies": {},
"version": "0.2.26",
"version": "0.2.27",
"name": "@fortawesome/fontawesome-common-types",
"license": "MIT",
"types": "./index.d.ts"
Expand Down
19 changes: 16 additions & 3 deletions js-packages/@fortawesome/fontawesome-free/css/all.css
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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,
Expand Down Expand Up @@ -1203,6 +1203,9 @@ readers do not read off random characters that represent icons */
.fa-d-and-d-beyond:before {
content: "\f6ca"; }

.fa-dailymotion:before {
content: "\f952"; }

.fa-dashcube:before {
content: "\f210"; }

Expand Down Expand Up @@ -2244,6 +2247,9 @@ readers do not read off random characters that represent icons */
.fa-instagram:before {
content: "\f16d"; }

.fa-instagram-square:before {
content: "\f955"; }

.fa-intercom:before {
content: "\f7af"; }

Expand Down Expand Up @@ -2643,6 +2649,9 @@ readers do not read off random characters that represent icons */
.fa-mixcloud:before {
content: "\f289"; }

.fa-mixer:before {
content: "\f956"; }

.fa-mizuni:before {
content: "\f3cc"; }

Expand Down Expand Up @@ -3348,6 +3357,9 @@ readers do not read off random characters that represent icons */
.fa-shoe-prints:before {
content: "\f54b"; }

.fa-shopify:before {
content: "\f957"; }

.fa-shopping-bag:before {
content: "\f290"; }

Expand Down Expand Up @@ -4418,13 +4430,14 @@ readers do not read off random characters that represent icons */
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
font-weight: 400;
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'; }
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
Expand Down
4 changes: 2 additions & 2 deletions js-packages/@fortawesome/fontawesome-free/css/all.min.css

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions js-packages/@fortawesome/fontawesome-free/css/brands.css
@@ -1,14 +1,15 @@
/*!
* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.12.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-weight: 400;
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'; }
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }

0 comments on commit 0d1f27e

Please sign in to comment.