Skip to content

Releases: czeckd/angular-svg-icon

Version 5.1.0 (Angular 4.3 / Angular 5.0)

28 Apr 23:48
1978ee2
Compare
Choose a tag to compare

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)

03 Dec 07:48
d2d6acb
Compare
Choose a tag to compare

Use HttpClient from @angular/common/http.

Note: For use Angular 2.4 through Angular 4.2, please install angular-svg-icon@4.2.6 and see the module's accompanying README.md for instructions.

Version 4.2.6 (Angular 4.x / Angular 5.0)

18 Nov 09:33
dcb97d8
Compare
Choose a tag to compare

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)

24 Aug 02:52
Compare
Choose a tag to compare

Added ngOnChanges to detect src changes.

Version 4.1.1 (Angular 4.x)

01 Jun 20:35
Compare
Choose a tag to compare

Added ngDestroy to component to clean up subscription.

Version 4.1.0 (Angular 4.x)

06 May 00:52
Compare
Choose a tag to compare

Changes brought about by refactoring for publication to npm.

Version 4.0.0 (Angular 4.0)

06 Apr 09:22
Compare
Choose a tag to compare

Minor update for Angular 4.

Version 3.0.0 (Icon registry)

21 Jan 05:14
Compare
Choose a tag to compare

Use an icon registry to cache icons to prevent multiple HTTP GETs of the same resource.

Version 1.1.1

09 Apr 08:34
Compare
Choose a tag to compare

Minor maintenance fix.

Version 1.1.0

21 Mar 19:50
Compare
Choose a tag to compare

Update for ng2-beta 11. Release also fixes the demo for iOS Safari and Internet Explorer by using ngStyle correctly.