Skip to content

v3.0.6

Compare
Choose a tag to compare
@vydimitrov vydimitrov released this 13 Jan 07:36
· 22 commits to master since this release

This release includes fixes for issues that were found after the v3 release:

Fixes

  • Fix README on both packages and sync up versions
  • The animating path is visible when the animation is over on Android. To fix it we check if the elapsed time is equal the duration
  • Upgrade use-elapsed-time to fix an issue where the newStartAt was not respected
  • Accept a new argument from onComplete that can control the initialRemainingTime
  • Move types close to the web and mobile packages since TypeScript can not reexport submodules. Issue microsoft/TypeScript#8305
  • Add README to mobile package
  • Add README for web package so it shows in NPM