Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Releases: arkon/ng-inline-svg

v5.0.0

30 Oct 23:34
Compare
Choose a tag to compare
  • Uses proper Angular Universal stuff to check if it's a browser or not
  • Requires manually importing HttpClientModule into your module (#47)

v4.0.0

17 Aug 19:06
Compare
Choose a tag to compare
  • Use Angular 4.3's new HttpClient (requires minimum peer dependency of Angular 4.3.0)

v3.4.0

15 Aug 23:44
Compare
Choose a tag to compare
  • Add [injectComponent] option

v3.2.1

19 May 04:56
Compare
Choose a tag to compare
  • Fixes an IE issue (#33)

v3.1.0

20 Apr 15:07
Compare
Choose a tag to compare
  • Allow defining your own base URL via the InlineSVGModule.forRoot method (#27)
  • Reverted some changes so it works with >= Angular 2.3.0 again

v3.0.0

26 Mar 16:38
Compare
Choose a tag to compare
  • Requires minimum Angular 4
  • Uses Angular 4's new Renderer2 for DOM manipulation

v2.2.0

26 Mar 16:37
Compare
Choose a tag to compare
  • Add evalScripts option

v2.1.0

26 Mar 16:37
Compare
Choose a tag to compare
  • Add fallback image option
  • Prevent multiple attempts to insert SVG if browser doesn’t support it
  • Symbols support

v2.0.0

26 Mar 16:36
Compare
Choose a tag to compare
  • Rename to "ng-inline-svg"

v1.4.0

26 Mar 16:35
Compare
Choose a tag to compare
  • Add (onSVGFailed)
  • Add [forceEvalStyles] (for IE11)