Skip to content

Releases: czeckd/angular-svg-icon

version 12.0.0 (Angular 12)

25 May 08:02
1790114
Compare
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
Compare
Choose a tag to compare

Add svgAriaLabel attribute.

Version 11.1.1 (Angular 11)

10 Feb 23:48
Compare
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
Compare
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
Compare
Choose a tag to compare

Build for Angular 11.

Version 10.0.0 (Angular 10)

07 Jul 07:14
4f6319e
Compare
Choose a tag to compare

Rebuild with Angular 10.

Add svgClass

09 Apr 07:43
df76b5c
Compare
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.

Version 9.0.0 (Angular 9)

22 Feb 03:27
16ca723
Compare
Choose a tag to compare

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

24 Nov 00:31
eee5454
Compare
Choose a tag to compare

Support for Angular Universal courtesy of @edulelis!

Version 6.0.1 (Angular 6/7)

19 Oct 20:57
0e58565
Compare
Choose a tag to compare

Support Angular 7 and beyond peer dependencies.