Releases: arkon/ng-inline-svg
Releases · arkon/ng-inline-svg
v13.1.0
- Don't silence HTTP errors in SVGCacheService (by @JohnKis, see #180)
v12.0.0
Angular 11 support.
Note that this library is not actively maintained.
v11.0.2
Fix: process SVG on attribute change even if the URL hasn't changed (#156)
v11.0.1
Bug fix: SVG caching when using symbols
v10.1.0
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.