Release 5.0.12 (#1094)

This commit is contained in:
Rob Madole
2018-05-03 14:32:23 -05:00
committed by GitHub
parent a3b3d21a59
commit 9c32e160cc
166 changed files with 2363 additions and 1390 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.11 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
svg:not(:root).svg-inline--fa {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.11 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
(function () {

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.11 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
!function() {
@@ -849,13 +849,13 @@
if (!H) throw c;
}
}(function() {
!function c(h, l) {
var v = Object.keys(l).reduce(function(c, h) {
var v = l[h];
return v.icon ? c[v.iconName] = v.icon : c[h] = v, c;
!function c(h, v) {
var l = Object.keys(v).reduce(function(c, h) {
var l = v[h];
return l.icon ? c[l.iconName] = l.icon : c[h] = l, c;
}, {});
"function" == typeof a.hooks.addPack ? a.hooks.addPack(h, v) : a.styles[h] = s({}, a.styles[h] || {}, v),
"fas" === h && c("fa", l);
"function" == typeof a.hooks.addPack ? a.hooks.addPack(h, l) : a.styles[h] = s({}, a.styles[h] || {}, l),
"fas" === h && c("fa", v);
}("fal", C);
});
}();

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.11 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
(function () {

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.11 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
!function() {
@@ -849,13 +849,13 @@
if (!H) throw c;
}
}(function() {
!function c(h, l) {
var v = Object.keys(l).reduce(function(c, h) {
var v = l[h];
return v.icon ? c[v.iconName] = v.icon : c[h] = v, c;
!function c(h, v) {
var l = Object.keys(v).reduce(function(c, h) {
var l = v[h];
return l.icon ? c[l.iconName] = l.icon : c[h] = l, c;
}, {});
"function" == typeof s.hooks.addPack ? s.hooks.addPack(h, v) : s.styles[h] = a({}, s.styles[h] || {}, v),
"fas" === h && c("fa", l);
"function" == typeof s.hooks.addPack ? s.hooks.addPack(h, l) : s.styles[h] = a({}, s.styles[h] || {}, l),
"fas" === h && c("fa", v);
}("far", C);
});
}();

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.11 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
(function () {

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.11 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
!function() {
@@ -849,13 +849,13 @@
if (!H) throw c;
}
}(function() {
!function c(h, v) {
var l = Object.keys(v).reduce(function(c, h) {
var l = v[h];
return l.icon ? c[l.iconName] = l.icon : c[h] = l, c;
!function c(h, l) {
var v = Object.keys(l).reduce(function(c, h) {
var v = l[h];
return v.icon ? c[v.iconName] = v.icon : c[h] = v, c;
}, {});
"function" == typeof a.hooks.addPack ? a.hooks.addPack(h, l) : a.styles[h] = s({}, a.styles[h] || {}, l),
"fas" === h && c("fa", v);
"function" == typeof a.hooks.addPack ? a.hooks.addPack(h, v) : a.styles[h] = s({}, a.styles[h] || {}, v),
"fas" === h && c("fa", l);
}("fas", f);
});
}();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.11 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
(function () {
@@ -606,7 +606,7 @@ function makeLayersTextAbstract(params) {
var noop$2 = function noop() {};
var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { mark: noop$2, measure: noop$2 };
var preamble = 'FA "5.0.11"';
var preamble = 'FA "5.0.12"';
var begin = function begin(name) {
p.mark(preamble + ' ' + name + ' begins');

File diff suppressed because one or more lines are too long