@uiloos/core releases

@uiloos/core 1.2.1

Released on 2023-06-27

This releases fixes a bug in the ActiveList in the autoPlay behavior.

When the autoPlay is paused and then resumed again the duration should takes into account the time that has already passed, before activating the next content. The duration was correctly calculated for the next content, but interfered with future contents. This was the result of a "pauseStarted" variable not being reset.

In other words pauses from the past would affect future autoPlays.

The effect was that subsequent durations would get shorter and shorter. Also it could lead to a negative duration causing a ActiveListAutoPlayDurationError.