Skip to content

Releases: inorganik/countUp.js

2.0.3

05 Mar 13:42

Choose a tag to compare

types in package.json thanks to @lavyun

2.0.2

01 Mar 16:47

Choose a tag to compare

Changed module wrapper to commonjs

2.0.1

26 Feb 15:41

Choose a tag to compare

Change module wrapper to AMD for best compatibility with both webpack and requirejs

2.0.0

21 Feb 20:45

Choose a tag to compare

  • Rewritten in Typescript
  • Jest tests
  • Cleaner signature
  • Smart easing
  • Multiple bundles - with and without rAF polyfill

v1.9.3

07 Nov 17:21

Choose a tag to compare

Fixed a formatting issue where separators were added in front of large negative numbers.

v1.9.2

08 Sep 14:52

Choose a tag to compare

  • Refactored formatNumber method to not use RegExp, thanks @mhseiden
  • Moved demo js into separate file

v1.9.1

24 Aug 18:37

Choose a tag to compare

Fixed separator check bug (removed separator check)

v1.9.0

23 Aug 23:05

Choose a tag to compare

  • Moved modules for Angular 1x and Angular ^2 out of this repo and into their own repos.
  • Added support for different numeral systems, so for instance you can use Farsi numerals, thanks @Pourbahrami
  • Added error property, so you can check for errors before you call start(). All calls to console.error() removed.

v1.8.5

25 Apr 23:20

Choose a tag to compare

Fixed an issue where calling update in callback would cause infinite rAF.

v1.8.4

18 Apr 14:45

Choose a tag to compare

Fixed an issue where grouping option was ignored.