Releases: czeckd/angular-svg-icon
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.
Version 9.0.0 (Angular 9)
Migrate to Angular 9.
BREAKING CHANGE: as of [email protected]
, an explicit call to forRoot() must be made on the module's import. Example:
@NgModule({
imports: [ HttpClientModule, AngularSvgIconModule.forRoot() ],
...
})
Version 7.0.0 (Angular 6/7) Universal
Support for Angular Universal courtesy of @edulelis!
Version 6.0.1 (Angular 6/7)
Support Angular 7 and beyond peer dependencies.