Skip to content

Releases: inorganik/countUp.js

2.4.1

24 Jan 13:14
27e537e

Choose a tag to compare

  • 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

08 Jul 12:43
1e87b68

Choose a tag to compare

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

29 Jun 19:51

Choose a tag to compare

Fix window check for SSR, thanks to @johakr

2.3.0

27 Jun 15:43

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

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

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

Choose a tag to compare

  • Add "module" in package.json
  • remove TSLint
  • add ESLint

2.0.7

25 Aug 12:52

Choose a tag to compare

Fixes #245

2.0.6

08 Aug 12:40
881a123

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

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.