Angular Svg Round Progressbar Versions Save

Angular module that uses SVG to create a circular progressbar

12.0.0

5 months ago
  • 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

11 months ago

Updates to Angular version 16.0.0.

10.0.0

1 year ago

Updates to Angular version 15.0.0.

9.0.0

1 year ago

Updates to Angular version 14.0.0.

8.0.0

2 years ago

Updates to Angular version 13.0.0.

7.0.0

2 years ago
  • 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

3 years ago

Resolves an accessibility issue where the wrong values were being passed in to the aria-valuemin and aria-valuenow attributes.

6.0.0

3 years ago

Updates to Angular version 11.0.0.

5.0.2

3 years ago

Resolves an accidental breaking change from 5.0.1 where the RoundProgressModule had been renamed RoundprogressModule unintentionally.

5.0.1

3 years ago

There are no user-facing changes in this release, but the files published to npm have been updated to follow the Angular Package Format. Thank you @DuncanFaulkner for helping with the build setup.