Release 5.0.0-rc1

This commit is contained in:
robmadole
2017-09-15 15:47:51 -05:00
committed by Rob Madole
parent fceb1b8f6b
commit 733c00cf65
80 changed files with 7415 additions and 229 deletions

12
js/fontawesome.min.js vendored
View File

@@ -28,12 +28,12 @@
return i !== t || "" === a || n(a) ? null : a;
}
function o(t) {
return t.replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#39;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
return ("" + t).replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#39;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
}
function s(t) {
return Object.keys(t || {}).reduce(function(n, e) {
return n + (e + '="') + t[e] + '" ';
}, "");
return n + (e + '="') + o(t[e]) + '" ';
}, "").trim();
}
function f(t) {
return Object.keys(t || {}).reduce(function(n, e) {
@@ -172,7 +172,7 @@
return t.reduce(function(t, n) {
var e = a(ft.familyPrefix, n);
if (jt[n]) t.prefix = n; else if (e) {
var r = x(e);
var r = "fa" === t.prefix ? x(e) : {};
t.iconName = r.iconName || e, t.prefix = r.prefix || t.prefix;
} else n !== ft.replacementClass && 0 !== n.indexOf("fa-w-") && t.rest.push(n);
return t;
@@ -509,7 +509,7 @@
var bt = vt.___FONT_AWESOME___, yt = function() {}, wt = ft.measurePerformance && V && V.mark && V.measure ? V : {
mark: yt,
measure: yt
}, xt = 'FA "5.0.0-beta7"', kt = function(t) {
}, xt = 'FA "5.0.0-rc1"', kt = function(t) {
wt.mark(xt + " " + t + " ends"), wt.measure(xt + " " + t, xt + " " + t + " begins", xt + " " + t + " ends");
}, _t = {
begin: function(t) {
@@ -562,7 +562,7 @@
var n = "far" in Ct;
St = At(Nt, function(t, e) {
var r = e[0], i = e[1], a = e[2];
return "far" !== i || n || (i = "fa"), t[r] = {
return "far" !== i || n || (i = "fas"), t[r] = {
prefix: i,
iconName: a
}, t;