Releases: inorganik/countUp.js
Releases · inorganik/countUp.js
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.
2.0.3
types in package.json thanks to @lavyun
2.0.2
Changed module wrapper to commonjs
2.0.1
Change module wrapper to AMD for best compatibility with both webpack and requirejs