Skip to content

Releases: inorganik/countUp.js

v1.8.0

12 Dec 16:32
Compare
Choose a tag to compare
  • Angular 2 support, thanks @vigie
  • TypeScript definition file, thanks @ThYpHo0n

v1.7.1

23 Apr 00:04
Compare
Choose a tag to compare
  • remove redundant postFormatter (use optional formattingFn instead)
  • fix rounding bug introduced in 1.6.0
  • clean up code

v1.7.0

08 Apr 14:39
Compare
Choose a tag to compare
  • Options attribute for angular directive (thanks @daggmano)
  • Accept optional custom easing function (thanks @mmieluch)
  • Accept optional custom formatting function (thanks @tristanoneil)

v1.6.1

01 Feb 23:44
Compare
Choose a tag to compare
  • Angular directive improvements - thanks Vivien Hung and @jgranstrom
  • Fix counting for small ranges (improve duration accuracy) - thanks @anoakie

v1.6.0

25 Sep 20:38
Compare
Choose a tag to compare
  • Add an angular directive
  • Some minor improvements

v 1.5.3

16 Jun 13:02
Compare
Choose a tag to compare

Had to create a new release so that bower, etc would pull the proper archive no no errors in package descriptions.

v 1.5.0

18 May 16:29
Compare
Choose a tag to compare

Adds support for AMD (asynchronous module definition) thanks to @vash15

v 1.4.0

08 May 16:18
Compare
Choose a tag to compare
  • Change class name from "countUp" to "CountUp" (filename is still countUp.js)
  • Add pauseResume() method
  • Deprecate stop() and resume() methods
  • Add update() documentation
  • Slight tweak to update()

v 1.3.3

24 Mar 23:34
Compare
Choose a tag to compare

Adds update method to avoid having to re-initialize to count to a new value thanks to @aludvigsen

v1.3.2

04 Dec 20:44
Compare
Choose a tag to compare

Added abillity to count in svg text elements.