Releases: crisbeto/angular-svg-round-progressbar
Releases · crisbeto/angular-svg-round-progressbar
13.0.0
- Updates to Angular 18.0.0.
12.0.0
- Updates to Angular version 17.0.0.
- Switches the
RoundProgressComponent
to be standalone: true
so that it can be loaded using the new @defer
primitive. Importing through the RoundProgressModule
still works.
11.0.0
Updates to Angular version 16.0.0.
10.0.0
Updates to Angular version 15.0.0.
9.0.0
Updates to Angular version 14.0.0.
8.0.0
Updates to Angular version 13.0.0.
7.0.0
- Updates the Angular version requirement to version 12.0.0.
- Fixes that rounded strokes were visible when the value is zero.
- Fixes that the
onRender
event was being emitted on each animation frame, even when there are no subscribers to it.
6.0.1
Resolves an accessibility issue where the wrong values were being passed in to the aria-valuemin
and aria-valuenow
attributes.
6.0.0
Updates to Angular version 11.0.0.
5.0.2
Resolves an accidental breaking change from 5.0.1 where the RoundProgressModule
had been renamed RoundprogressModule
unintentionally.