Releases: inorganik/countUp.js
Releases · inorganik/countUp.js
2.0.3
05 Mar 13:42
Compare
Sorry, something went wrong.
No results found
types in package.json thanks to @lavyun
2.0.2
01 Mar 16:47
Compare
Sorry, something went wrong.
No results found
Changed module wrapper to commonjs
2.0.1
26 Feb 15:41
Compare
Sorry, something went wrong.
No results found
Change module wrapper to AMD for best compatibility with both webpack and requirejs
2.0.0
21 Feb 20:45
Compare
Sorry, something went wrong.
No results found
Rewritten in Typescript
Jest tests
Cleaner signature
Smart easing
Multiple bundles - with and without rAF polyfill
v1.9.3
07 Nov 17:21
Compare
Sorry, something went wrong.
No results found
Fixed a formatting issue where separators were added in front of large negative numbers.
v1.9.2
08 Sep 14:52
Compare
Sorry, something went wrong.
No results found
Refactored formatNumber method to not use RegExp, thanks @mhseiden
Moved demo js into separate file
v1.9.1
24 Aug 18:37
Compare
Sorry, something went wrong.
No results found
Fixed separator check bug (removed separator check)
v1.9.0
23 Aug 23:05
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed an issue where calling update in callback would cause infinite rAF.
v1.8.4
18 Apr 14:45
Compare
Sorry, something went wrong.
No results found
Fixed an issue where grouping option was ignored.