Skip to content

Releases: crisbeto/angular-svg-round-progressbar

0.3.6

12 Oct 17:48

Choose a tag to compare

  • Added support for nested progressbars.
  • Added the offset option.

0.3.5

03 Oct 14:27

Choose a tag to compare

  • Prevents animating below 0 when certain easing functions are selected.
  • Grunt tweaks.
  • Added npm to the readme.

0.3.4

28 Sep 13:59

Choose a tag to compare

Empty release to fix Bower tagging mismatch I introduced in 0.3.3

0.3.3

28 Sep 13:56

Choose a tag to compare

  • Improved performance when assigning options.
  • Fixed an issue with some easing functions which were throwing an error, if the currentTime was bigger than the animation duration(easeInCirc in particular).
  • Avoiding unnecessary animations when properties, that aren't related to animation, are being changed(e.g. color, bgcolor).
  • Added a Grunt task for local development.
  • Added a Grunt task for bumping the version.
  • Made the coding style in the Gruntfile consistent with the rest of the project.

0.3.2

03 Sep 12:40

Choose a tag to compare

  • Fixes issues with viewBox (used in the responsive option) if jQuery is included in the page.
  • Fixes browser errors if the duration is undefined or null.

0.3.1

29 Aug 12:17

Choose a tag to compare

  • Fixed animations being run if the value is above the maximum or below zero.
  • Fixed transcluded SVG elements being modified.
  • Made the scope available in the fallback placeholder element.

0.3.0

18 Aug 13:33

Choose a tag to compare

  • Switches to using milliseconds, instead of iterations for the animation duration.
  • Cancels any previously running animation, when beginning a new one.

Breaking change

If you were using the iterations option, you'll have to switch to the new duration option. duration uses milliseconds, instead of numbers of iterations to determine the length of the animation.

0.2.12

15 Aug 08:02

Choose a tag to compare

Fixes SVG errors when current is undefined.

0.2.11

07 Aug 13:45

Choose a tag to compare

Adds an option to make the circle fit in its parent element.

0.2.10

08 Jul 15:01

Choose a tag to compare

Fixes issues if a European float format (e.g. 20,3) gets passed as a current or max value.