Skip to content

Releases: crisbeto/angular-svg-round-progressbar

0.2.7

23 May 11:27
Compare
Choose a tag to compare

Fixes the wrong circle size and a few edge js errors.

0.2.6

12 Apr 08:52
Compare
Choose a tag to compare

Adds:

  • Clockwise option
  • Linting with JSHint

0.2.5

12 Mar 07:51
Compare
Choose a tag to compare

Bumps the Angular version to 1.3

0.2.4

09 Feb 09:02
Compare
Choose a tag to compare

Adds the option for rounded line endings and switches some properties from attributes to CSS properties.

0.2.3

20 Jan 16:09
Compare
Choose a tag to compare

Fixes issues in some browsers, because the CSS definition of width and height lacked "px"

0.2.2

18 Jan 12:56
Compare
Choose a tag to compare

Adds the roundProgressConfig constant that allows for default site-wide values to be set.

0.2.1

28 Dec 19:18
Compare
Choose a tag to compare

Adds a few more animations and credits the original author of the easing functions.

0.2.0

21 Dec 15:14
Compare
Choose a tag to compare

This release adds:

  • Dynamic binding - the looks update automatically if the scope variable changes. Example: color="{{ (current / max < 0.5) ? '#ff8080' : '#45ccce'" }}.
    NOTE: If you've been using the 0.1.0 release, you can stop broadcasting the renderCircle event, it is no longer being used.
  • Animations - Adds the ability to select an animation and adds some presets. Refer to the readme for the possibilities.
  • Split up and re-organized some files
  • Some tweaks to the demo