Releases: jonathantneal/svg4everybody
v2.1.9 - July 20, 2017
v2.1.8 - April 18, 2017
This is a patch release that adds support for specifying custom attribute for the svg source. Thanks to @Robert-Frampton for his work!
v2.1.7 - March 3, 2017
This is a patch release containing various bug fixes. See CHANGELOG.md for details!
v2.1.4 - December 19, 2016
v2.1.3 - November 16, 2016
This is a patch release that updates the distributed files that were not updated in the previous version.
See #129 for more info, and thanks again to @timeiscoffee!
v2.1.2 - November 10, 2016
This is a bug fix release for #78 related to xlink:href
namespaces in IE11 and Edge. Thanks to @Ghostavio for his work in #79!
v2.1.1 - September 26, 2016
This release dramatically reduces the size of the minified JS files by removing comments and mangling variable names. If you want to debug svg4everybody, you will almost certainly want to use the un-minified files.
See #123 for more information. Thanks to @jontonsoup4 and @gwer for your contributions!
v2.1.0 - June 15, 2016
This release adds support for arbitrarily nested <use>
elements. Previously, svg4everybody ignored <use>
elements that weren't direct descendants of <svg>
, such as:
<svg>
<a xlink:href="#help">
<use xlink:href="icons/life-preserver.svg"/>
</a>
</svg>
All <use>
elements are detected and polyfilled now, except when the optional validate()
function returns false
.
SVG4Everybody
Use external SVG spritemaps today. SVG for Everybody minds the gap between SVG-capable browsers and those which do not support external SVG spritemaps.