Skip to content

Releases: inorganik/countUp.js

2.0.0

21 Feb 20:45
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed separator check bug (removed separator check)

v1.9.0

23 Aug 23:05
Compare
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
Compare
Choose a tag to compare

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

v1.8.4

18 Apr 14:45
Compare
Choose a tag to compare

Fixed an issue where grouping option was ignored.

v1.8.3

16 Mar 16:06
Compare
Choose a tag to compare
  • new initialize function checks for errors
  • some cleanup
  • removed changelog (this releases page serves as a changelog)

v1.8.2

02 Mar 15:58
Compare
Choose a tag to compare

Includes a small fix for passing options.

v1.8.1

28 Dec 21:22
Compare
Choose a tag to compare

Angular 2 directive fix thanks @vigie