Skip to content

Releases: everdimension/angular-svg-base-fix

v2.0.0

28 Jul 17:18
Compare
Choose a tag to compare

Main change:

You no longer have to add the custom svg-base-fix attribute, the lib automatically targets all xlink:href attributes. Example usage:

<svg>
  <use xlink:href="#icon-name"></use>
</svg>