Releases: czeckd/angular-svg-icon
version 15.0.0 (Angular 15) Latest
Maintenance release for Angular 15.
version 14.0.0 (Angular 14)
Maintenance release for Angular 14.
version 13.0.0 (Angular 13)
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)
Update to Angular 12 and refactor to pass strict settings.
version 11.2.0 (Angular 11)
Add svgAriaLabel
attribute.
Version 11.1.1 (Angular 11)
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)
Resolve interpolation issue on class
attribute on svg-icon
component.
Version 11.0.0 (Angular 11)
Build for Angular 11.
Version 10.0.0 (Angular 10)
Rebuild with Angular 10.
Add svgClass
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.