Skip to content

Releases: SimonMayerhofer/scarcity-counter

v1.1.0

22 Apr 18:27
Compare
Choose a tag to compare

This release adds support for elements created asynchronously e.g. with React, Vue, Angular, etc.

Whenever the DOM of the body changes all counters are updated. This can lead to regular updates of the counters. Use the timeout attribute to set a limit for these reloads. e.g. 5000 to update the counters only every 5 seconds regardless of the numbers of DOM changes.

v1.0.0

22 Apr 17:56
Compare
Choose a tag to compare

initial release