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

v13.1.2

15 Nov 18:46
Compare
Choose a tag to compare

v13.1.1

02 Nov 21:32
Compare
Choose a tag to compare

v13.1.0

28 Sep 13:08
Compare
Choose a tag to compare
  • Don't silence HTTP errors in SVGCacheService (by @JohnKis, see #180)

v13.0.0

19 May 02:44
77c6ada
Compare
Choose a tag to compare

Angular 12 support (by @shahmirn, #172)

v12.1.0

22 Mar 13:03
Compare
Choose a tag to compare

Added fallbackSVG input (by @emanuelefricano93, see #164)

v12.0.0

12 Feb 16:22
Compare
Choose a tag to compare

Angular 11 support.

Note that this library is not actively maintained.

v11.0.2

05 Jan 22:49
Compare
Choose a tag to compare

Fix: process SVG on attribute change even if the URL hasn't changed (#156)

v11.0.1

04 Oct 16:39
Compare
Choose a tag to compare

Bug fix: SVG caching when using symbols

v11.0.0

30 Jul 21:57
Compare
Choose a tag to compare

Angular 10 support.

v10.1.0

30 May 15:40
Compare
Choose a tag to compare

Behaviour changes

  • Reinsert SVG when setSVGAttributes input changes
  • HttpClient interceptor bypass behaviour introduced in v9.1.0 is now optional and defaults to false. Use the bypassHttpClientInterceptorChain config to keep that behaviour.