Releases: czeckd/angular-svg-icon
Version 6.0.0 (Angular 6)
Update for Angular 6. Added addSvg
function to load svg from string.
Version 5.1.1 (Angular 4.3 / Angular 5.x)
Minor update to fix changing svg src.
Version 5.1.0 (Angular 4.3 / Angular 5.0)
Update to Renderer2 and added [stretch]
and [svgStyle]
to directly apply styles to the loaded svg.
Version 5.0.0 (Angular 4.3 / Angular 5.0)
Use HttpClient from @angular/common/http.
Note: For use Angular 2.4 through Angular 4.2, please install [email protected] and see the module's accompanying README.md for instructions.
Version 4.2.6 (Angular 4.x / Angular 5.0)
Added peerDependencies for ^5.0.0.
Note: This will be the final release using Http of @angular/http before the move to HttpClient of @angular/common/http.
Version 4.2.5 (Angular 4.x)
Added ngOnChanges to detect src changes.
Version 4.1.1 (Angular 4.x)
Added ngDestroy to component to clean up subscription.
Version 4.1.0 (Angular 4.x)
Changes brought about by refactoring for publication to npm.
Version 4.0.0 (Angular 4.0)
Minor update for Angular 4.
Version 3.0.0 (Icon registry)
Use an icon registry to cache icons to prevent multiple HTTP GETs of the same resource.