Skip to content

Releases: czeckd/angular-svg-icon

version 15.0.0 (Angular 15) Latest

22 Nov 04:09
77e7e15

Choose a tag to compare

Maintenance release for Angular 15.

version 14.0.0 (Angular 14)

16 Jun 07:22
875ee56

Choose a tag to compare

Maintenance release for Angular 14.

version 13.0.0 (Angular 13)

05 Nov 08:03
bbd269d

Choose a tag to compare

Maintenance release for Angular 13.

Package is now compiled with Angular sources in Ivy partial compilation mode.
Fix for issue #133.

version 12.0.0 (Angular 12)

25 May 08:02
1790114

Choose a tag to compare

Update to Angular 12 and refactor to pass strict settings.

version 11.2.0 (Angular 11)

06 Mar 23:38

Choose a tag to compare

Add svgAriaLabel attribute.

Version 11.1.1 (Angular 11)

10 Feb 23:48

Choose a tag to compare

Resolve issue with removing multiple class values on the SVG and the svg-icon component that was introduced in the previous release.

Version 11.1.0 (Angular 11)

10 Feb 05:57
64481bc

Choose a tag to compare

Resolve interpolation issue on class attribute on svg-icon component.

Version 11.0.0 (Angular 11)

17 Nov 08:22
fe5773e

Choose a tag to compare

Build for Angular 11.

Version 10.0.0 (Angular 10)

07 Jul 07:14
4f6319e

Choose a tag to compare

Rebuild with Angular 10.

Add svgClass

09 Apr 07:43
df76b5c

Choose a tag to compare

I backed out the change that automatically duplicated the svg-icon class and applied it to the svg that was added in v9.1.0.

There are now two options to apply the svg-icon's class to the svg in 9.2.0. Option 1: use the new [svgClass] attribute. Option 2: use the [class] attribute and set applyClass="true" to duplicate the svg-icon class onto the svg.