Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Version 3.3.0

Compare
Choose a tag to compare
@luispadron luispadron released this 16 Aug 22:55
· 95 commits to master since this release

Version 3.3.0

  • Fixes issues with inconsistent API. The pauseProgress() and resetProgress()
    now work as expected/intended. When calling pauseProgress(), the completion
    on the startProgress function won't be called until it's actually been completed.
    When calling resetProgress the completion for startProgress is discarded and
    will no longer be called, since the ring has not actually completed (same with delegate).

    Thanks a lot to @MileyHollenberg for these fixes!