Skip to content

Releases: inorganik/countUp.js

2.3.0

27 Jun 15:43
Compare
Choose a tag to compare

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

18 May 22:09
Compare
Choose a tag to compare

Added an option to make scroll spy triggered animations run only once, thanks to @adicacan

2.1.0

02 Mar 19:55
a39283e
Compare
Choose a tag to compare

New scroll spy option to trigger animation when the element is scrolled into view. #273

2.0.8

27 Jul 20:09
Compare
Choose a tag to compare
  • Add "module" in package.json
  • remove TSLint
  • add ESLint

2.0.7

25 Aug 12:52
Compare
Choose a tag to compare

Fixes #245

2.0.6

08 Aug 12:40
881a123
Compare
Choose a tag to compare
  • 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

02 Aug 15:12
Compare
Choose a tag to compare

Forgot to make this a "release" for github but it's been the current version on npm since March 2019.

2.0.3

05 Mar 13:42
Compare
Choose a tag to compare

types in package.json thanks to @lavyun

2.0.2

01 Mar 16:47
Compare
Choose a tag to compare

Changed module wrapper to commonjs

2.0.1

26 Feb 15:41
Compare
Choose a tag to compare

Change module wrapper to AMD for best compatibility with both webpack and requirejs