Skip to content

Releases: crisbeto/angular-svg-round-progressbar

1.1.1

07 Oct 08:33

Choose a tag to compare

Fixes an SVG error that was being logged when the max is set to 0.

1.1.0

10 Apr 17:51

Choose a tag to compare

Bumps the minimum required Angular version to 4.0.0.

1.0.7

28 Mar 10:35

Choose a tag to compare

  • Fixes some easing functions throwing an error.
  • Updates to TypeScript 2.2.
  • Fixes a minor build issue when running the local dev task on a clean repo.

1.0.6

25 Mar 23:26

Choose a tag to compare

  • The module is now AoT-compatible.
  • Includes a new build process which will provide the proper metadata.json files.

1.0.5

05 Mar 10:55

Choose a tag to compare

This release includes fixes in the build process, dependency updates and includes the typings in the package.json.

1.0.4

01 Jan 08:44

Choose a tag to compare

This release removes some of the direct DOM manipulation, in order to avoid errors when running the module with Angular Universal.

1.0.3

20 Dec 20:52

Choose a tag to compare

This is the first version that supports Angular 2+. It is rewritten to be feature complete when compared to the Angular 1 version (apart from nesting progress circles).

From now on all Angular 2+ releases will be versioned as 1.x.x and all Angular 1 releases will be under the 0.x.x versions.

0.4.8

18 Sep 18:51

Choose a tag to compare

  • Fixes a Bower warning regarding the minified file being set as the main.
  • Makes the demo page slightly nicer and splits up the demo styles and JS into separate files.

0.4.7

17 Aug 10:48

Choose a tag to compare

Adds a module.exports declaration. Thanks to @jasonconway-williams

0.4.6

06 Jul 20:38

Choose a tag to compare

  • Reduces the watcher count by not watching properties that aren't specified on the element.
  • Updates the Angular version on the demo to 1.5.7.