Skip to content

Releases: ExodusMovement/haraka

0.0.19

25 Jul 19:58
Compare
Choose a tag to compare
0.0.19

0.0.18

15 Jul 07:56
Compare
Choose a tag to compare

Breaking changes:

  • play() is now deprecated, use goTo(index: Array<number>) instead
  • swipeThreshold prop has been replaced with swipeVelocityThreshold and
    swipeDistanceThreshold

0.0.17

14 Jul 20:35
Compare
Choose a tag to compare

Breaking changes:

  • animateTo() is now goTo()
  • animateSequence() is now play()
  • configs prop is now just config without an “s”
  • getIndex() is now deprecated, use behavior.index directly instead