Releases: arkon/ng-inline-svg
Releases · arkon/ng-inline-svg
v5.0.0
- 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
- Use Angular 4.3's new
HttpClient
(requires minimum peer dependency of Angular 4.3.0)
v3.4.0
- Add
[injectComponent]
option
v3.1.0
- 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
- Requires minimum Angular 4
- Uses Angular 4's new
Renderer2
for DOM manipulation
v2.1.0
- Add fallback image option
- Prevent multiple attempts to insert SVG if browser doesn’t support it
- Symbols support
v2.0.0
- Rename to "ng-inline-svg"
v1.4.0
- Add
(onSVGFailed)
- Add
[forceEvalStyles]
(for IE11)