Releases: inorganik/countUp.js
Releases · inorganik/countUp.js
2.4.1
- Added Indian separators option
useIndianSeparators which will format a number like "1,00,000" instead of "100,000"
- Added null check in
printValue method to potentially fix react issue
2.3.2
Fixes #287 which was a bug where, when using smart easing and counting down, the animation would take longer than configured. It also fixed an issue which caused 2 easing cycles to run for the same scenario.
2.3.1
Fix window check for SSR, thanks to @johakr
2.3.0
Fixes an issue where, when the counter element's parent is position: relative the scrollSpy function does not trigger when the element scrolls into the view, thanks to @weavermedia
2.2.0
Added an option to make scroll spy triggered animations run only once, thanks to @adicacan
2.1.0
New scroll spy option to trigger animation when the element is scrolled into view. #273
2.0.8
- Add "module" in package.json
- remove TSLint
- add ESLint
2.0.6
- allow certain options to be changed after instantiation, thanks @Volankey #241
- fix demo to support IE
- UMD module now included, thanks @emattias (added in 2.0.5, forgot to tag) #235
2.0.4
Forgot to make this a "release" for github but it's been the current version on npm since March 2019.