Skip to content

Commit

Permalink
Release 5.15.0 (#17208)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Sep 29, 2020
1 parent 951a0d0 commit f0b8052
Show file tree
Hide file tree
Showing 3,406 changed files with 30,069 additions and 8,231 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,28 @@ 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.15.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.15.0) - 2020-09-28

### Added

* Added guilded, hive, innosoft, instalod, ns8, octopus-deploy, perbyte,
uncharted, watchman-monitoring, wodu sponsored brand icons
* Added commissioned vest and vest-patch icon
* Added cloudflare brand icon

### Changed

* Removed the adobe icon at the request of Adobe
* Update rocketchat brand icon

### Fixed

* Conflict detection now includes Kits when checking for conflicts

---

## [5.14.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.14.0) - 2020-07-15

**Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
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.14.0 to 5.15.0

The adobe icon has been removed by legal request of Adobe.

Font Awesome is no longer able to provide any logos or marks for the Adobe
brand or their products.

---

## 5.12.x/5.13.x to 5.14.0

In version 5.12.0 and 5.13.0 some of the icons were assigned unicode values
Expand Down
41 changes: 37 additions & 4 deletions css/all.css
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.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 @@ -216,9 +216,6 @@ readers do not read off random characters that represent icons */
.fa-adn:before {
content: "\f170"; }

.fa-adobe:before {
content: "\f778"; }

.fa-adversal:before {
content: "\f36a"; }

Expand Down Expand Up @@ -1008,6 +1005,9 @@ readers do not read off random characters that represent icons */
.fa-cloud-upload-alt:before {
content: "\f382"; }

.fa-cloudflare:before {
content: "\e07d"; }

.fa-cloudscale:before {
content: "\f383"; }

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

.fa-guilded:before {
content: "\e07e"; }

.fa-guitar:before {
content: "\f7a6"; }

Expand Down Expand Up @@ -2175,6 +2178,9 @@ readers do not read off random characters that represent icons */
.fa-history:before {
content: "\f1da"; }

.fa-hive:before {
content: "\e07f"; }

.fa-hockey-puck:before {
content: "\f453"; }

Expand Down Expand Up @@ -2304,12 +2310,18 @@ readers do not read off random characters that represent icons */
.fa-info-circle:before {
content: "\f05a"; }

.fa-innosoft:before {
content: "\e080"; }

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

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

.fa-instalod:before {
content: "\e081"; }

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

Expand Down Expand Up @@ -2829,6 +2841,9 @@ readers do not read off random characters that represent icons */
.fa-object-ungroup:before {
content: "\f248"; }

.fa-octopus-deploy:before {
content: "\e082"; }

.fa-odnoklassniki:before {
content: "\f263"; }

Expand Down Expand Up @@ -2967,6 +2982,9 @@ readers do not read off random characters that represent icons */
.fa-pepper-hot:before {
content: "\f816"; }

.fa-perbyte:before {
content: "\e083"; }

.fa-percent:before {
content: "\f295"; }

Expand Down Expand Up @@ -4137,6 +4155,9 @@ readers do not read off random characters that represent icons */
.fa-umbrella-beach:before {
content: "\f5ca"; }

.fa-uncharted:before {
content: "\e084"; }

.fa-underline:before {
content: "\f0cd"; }

Expand Down Expand Up @@ -4290,6 +4311,12 @@ readers do not read off random characters that represent icons */
.fa-venus-mars:before {
content: "\f228"; }

.fa-vest:before {
content: "\e085"; }

.fa-vest-patches:before {
content: "\e086"; }

.fa-viacoin:before {
content: "\f237"; }

Expand Down Expand Up @@ -4380,6 +4407,9 @@ readers do not read off random characters that represent icons */
.fa-warehouse:before {
content: "\f494"; }

.fa-watchman-monitoring:before {
content: "\e087"; }

.fa-water:before {
content: "\f773"; }

Expand Down Expand Up @@ -4455,6 +4485,9 @@ readers do not read off random characters that represent icons */
.fa-wizards-of-the-coast:before {
content: "\f730"; }

.fa-wodu:before {
content: "\e088"; }

.fa-wolf-pack-battalion:before {
content: "\f514"; }

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.14.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.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: 37 additions & 4 deletions css/fontawesome.css
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.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 @@ -216,9 +216,6 @@ readers do not read off random characters that represent icons */
.fa-adn:before {
content: "\f170"; }

.fa-adobe:before {
content: "\f778"; }

.fa-adversal:before {
content: "\f36a"; }

Expand Down Expand Up @@ -1008,6 +1005,9 @@ readers do not read off random characters that represent icons */
.fa-cloud-upload-alt:before {
content: "\f382"; }

.fa-cloudflare:before {
content: "\e07d"; }

.fa-cloudscale:before {
content: "\f383"; }

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

.fa-guilded:before {
content: "\e07e"; }

.fa-guitar:before {
content: "\f7a6"; }

Expand Down Expand Up @@ -2175,6 +2178,9 @@ readers do not read off random characters that represent icons */
.fa-history:before {
content: "\f1da"; }

.fa-hive:before {
content: "\e07f"; }

.fa-hockey-puck:before {
content: "\f453"; }

Expand Down Expand Up @@ -2304,12 +2310,18 @@ readers do not read off random characters that represent icons */
.fa-info-circle:before {
content: "\f05a"; }

.fa-innosoft:before {
content: "\e080"; }

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

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

.fa-instalod:before {
content: "\e081"; }

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

Expand Down Expand Up @@ -2829,6 +2841,9 @@ readers do not read off random characters that represent icons */
.fa-object-ungroup:before {
content: "\f248"; }

.fa-octopus-deploy:before {
content: "\e082"; }

.fa-odnoklassniki:before {
content: "\f263"; }

Expand Down Expand Up @@ -2967,6 +2982,9 @@ readers do not read off random characters that represent icons */
.fa-pepper-hot:before {
content: "\f816"; }

.fa-perbyte:before {
content: "\e083"; }

.fa-percent:before {
content: "\f295"; }

Expand Down Expand Up @@ -4137,6 +4155,9 @@ readers do not read off random characters that represent icons */
.fa-umbrella-beach:before {
content: "\f5ca"; }

.fa-uncharted:before {
content: "\e084"; }

.fa-underline:before {
content: "\f0cd"; }

Expand Down Expand Up @@ -4290,6 +4311,12 @@ readers do not read off random characters that represent icons */
.fa-venus-mars:before {
content: "\f228"; }

.fa-vest:before {
content: "\e085"; }

.fa-vest-patches:before {
content: "\e086"; }

.fa-viacoin:before {
content: "\f237"; }

Expand Down Expand Up @@ -4380,6 +4407,9 @@ readers do not read off random characters that represent icons */
.fa-warehouse:before {
content: "\f494"; }

.fa-watchman-monitoring:before {
content: "\e087"; }

.fa-water:before {
content: "\f773"; }

Expand Down Expand Up @@ -4455,6 +4485,9 @@ readers do not read off random characters that represent icons */
.fa-wizards-of-the-coast:before {
content: "\f730"; }

.fa-wodu:before {
content: "\e088"; }

.fa-wolf-pack-battalion:before {
content: "\f514"; }

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

@@ -0,0 +1,3 @@
console.log(`Font Awesome Free 0.2.31 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
`)

0 comments on commit f0b8052

Please sign in to comment.