Skip to content

Releases: inorganik/ngx-countUp

v13.1.0

14 Jul 23:02
cd0f506
Compare
Choose a tag to compare
  • Make the animate method public (thanks @obumnwabude !)
  • Support scroll spy
  • Fix #47

7.3.3

08 Aug 12:46
Compare
Choose a tag to compare
  • Reverted importing from UMD, uses default exported ES6 module
  • in 7.3.2 (untagged), made countUp directive import from UMD packaged countUp
  • make peer deps more tolerant - effectively adding support for angular 9, 10 (tested)
  • changed package name to "ngx-countup" from "countUp.js-angular2"
  • added export for countUp directive, thanks @samuel-p #21

7.3.0

30 May 22:33
Compare
Choose a tag to compare
  • Universal support thanks to @lehoffma
  • update peer dependencies to include ng 7 and 8

7.2.0

01 May 02:30
Compare
Choose a tag to compare

Improve performance by running CountUp outside the zone. Thanks to @Starofall !

7.1

08 Apr 23:07
Compare
Choose a tag to compare
7.1
  • Enable subsequent counting (by updating the end val) to count from the last value (thanks @BorisZubchenko)
  • Fix bad condition check in ngOnChanges (thanks @emn178)

6.1.1

08 Jan 16:32
Compare
Choose a tag to compare
  • added complete output event
  • added ability to defer animation by allowing endVal to be null until you set it

6.0.1

07 Jun 22:34
Compare
Choose a tag to compare

Fixed a bug where the animation smoothing for values greater than 999 resulted in an incorrect end value

v6.0.0

20 May 14:26
Compare
Choose a tag to compare

Rewritten as Angular app. Published package reflects dist folder. Version updated to 6 to indicate compatibility with Angular 6. Fixed bug where counting down could count up where difference > 999.

v1.1.0

06 Jan 00:05
Compare
Choose a tag to compare

Re-packaged with ng-packagr, working in Angular 4