Skip to content

Releases: bfintal/Counter-Up2

Added exported name

21 Aug 07:37
Compare
Choose a tag to compare

Prevent Layout Shift

04 Aug 00:53
Compare
Choose a tag to compare
v2.0.1

2.0.1

New Computation Method, Export JS Module, Support for Comma and Dots

01 Aug 18:58
Compare
Choose a tag to compare
  • Enhanced counting up computation method - now dot and comma agnostic
  • Added support for dots as thousand separators and commas as decimal points
  • You can now count up things like: 1,234.00 1.234.567,89 and even unconventional numbers like 123.456.7,8,9
  • Doing an import now imports the modern JavaScript code, not the transpiled JS code

v1.0.1

03 Jan 06:24
Compare
Choose a tag to compare
Updated Waypoints example

v1.0.0

03 Jan 03:28
Compare
Choose a tag to compare
Added examples