Releases: crisbeto/angular-svg-round-progressbar
Releases · crisbeto/angular-svg-round-progressbar
1.0.7
- 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
- The module is now AoT-compatible.
- Includes a new build process which will provide the proper metadata.json files.
1.0.5
This release includes fixes in the build process, dependency updates and includes the typings in the package.json.
1.0.4
This release removes some of the direct DOM manipulation, in order to avoid errors when running the module with Angular Universal.
1.0.3
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
- 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.6
- 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
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
- 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.