Skip to content

Releases: crisbeto/angular-svg-round-progressbar

1.0.7

28 Mar 10:35
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

0.4.6

06 Jul 20:38
Compare
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.

0.4.5

04 Jul 11:11
Compare
Choose a tag to compare

This release only has build improvements:

  • Wraps the output files in an IIFE.
  • Removes strict mode from the source files and adds an implied strict mode to the JSHint config.
  • Updates the Grunt dependencies.

0.4.4

06 May 17:40
Compare
Choose a tag to compare
  • Adds ARIA attributes for improved accessibility.
  • Fixes the inherited offset not working properly when using the directive as an element. Should also be faster since it switches from traversing the DOM to traversing the scope chain.
  • Switches the examples to use the directive as an element.