Skip to content

Releases: jonathantneal/svg4everybody

v2.1.9 - July 20, 2017

20 Jul 23:11
Compare
Choose a tag to compare

v2.1.8 - April 18, 2017

18 Apr 22:57
Compare
Choose a tag to compare

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

31 Mar 17:09
Compare
Choose a tag to compare

This is a patch release containing various bug fixes. See CHANGELOG.md for details!

v2.1.4 - December 19, 2016

20 Dec 01:23
Compare
Choose a tag to compare

This is a patch release that allows arbitrarily nested elements, which was missing in v2.1.0.

See #117 for more info, kudos to @shawnbot!

v2.1.3 - November 16, 2016

16 Nov 18:38
Compare
Choose a tag to compare

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

10 Nov 23:20
Compare
Choose a tag to compare

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

26 Sep 22:20
Compare
Choose a tag to compare

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

15 Jun 17:15
Compare
Choose a tag to compare

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

27 Oct 17:32
Compare
Choose a tag to compare

Use external SVG spritemaps today. SVG for Everybody minds the gap between SVG-capable browsers and those which do not support external SVG spritemaps.