Releases: SimonMayerhofer/scarcity-counter
Releases · SimonMayerhofer/scarcity-counter
v1.1.0
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
initial release