Skip to content

Releases: SimonMayerhofer/scarcity-counter

Release list

v1.1.0

Choose a tag to compare

@SimonMayerhofer SimonMayerhofer released this 22 Apr 18:27

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

Choose a tag to compare

@SimonMayerhofer SimonMayerhofer released this 22 Apr 17:56

initial release