Skip to content

Releases: crisbeto/angular-svg-round-progressbar

0.3.4

28 Sep 13:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes SVG errors when current is undefined.

0.2.11

07 Aug 13:45
Compare
Choose a tag to compare

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

0.2.10

08 Jul 15:01
Compare
Choose a tag to compare

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

0.2.9

06 Jul 20:00
Compare
Choose a tag to compare

Stops manipulating the current value and fixes issues where multiple progressbars have the same source.

0.2.8

01 Jul 19:35
Compare
Choose a tag to compare

Adds directive transclusion.