Releases: inorganik/countUp.js
Releases · inorganik/countUp.js
2.0.0
- Rewritten in Typescript
- Jest tests
- Cleaner signature
- Smart easing
- Multiple bundles - with and without rAF polyfill
v1.9.3
Fixed a formatting issue where separators were added in front of large negative numbers.
v1.9.2
- Refactored formatNumber method to not use RegExp, thanks @mhseiden
- Moved demo js into separate file
v1.9.1
Fixed separator check bug (removed separator check)
v1.9.0
- 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
Fixed an issue where calling update in callback would cause infinite rAF.
v1.8.4
Fixed an issue where grouping option was ignored.
v1.8.3
- new initialize function checks for errors
- some cleanup
- removed changelog (this releases page serves as a changelog)
v1.8.2
Includes a small fix for passing options.
v1.8.1
Angular 2 directive fix thanks @vigie