Skip to content

Releases: crisbeto/angular-svg-round-progressbar

12.0.0

04 Dec 04:58
Compare
Choose a tag to compare
  • 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

07 Jun 20:31
Compare
Choose a tag to compare

Updates to Angular version 16.0.0.

10.0.0

12 Jan 15:35
Compare
Choose a tag to compare

Updates to Angular version 15.0.0.

9.0.0

04 Jun 08:06
Compare
Choose a tag to compare

Updates to Angular version 14.0.0.

8.0.0

13 Nov 11:45
Compare
Choose a tag to compare

Updates to Angular version 13.0.0.

7.0.0

15 Jun 05:40
Compare
Choose a tag to compare
  • 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

28 Apr 05:46
Compare
Choose a tag to compare

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

6.0.0

08 Feb 16:08
Compare
Choose a tag to compare

Updates to Angular version 11.0.0.

5.0.2

12 Oct 14:11
Compare
Choose a tag to compare

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

5.0.1

10 Oct 15:10
Compare
Choose a tag to compare

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.