Skip to content

v6.1.0

Compare
Choose a tag to compare
@hartzis hartzis released this 04 Mar 23:03
· 67 commits to main since this release
  • Add new event handler prop onSwipeStart

    • called only once per swipe at the start and before the first onSwiping callback
      • The first property of the SwipeEventData will be true
    • PR #226
    • Thank you @feketegy for the idea!
  • typescript updated to v4.1.3 and associated deps bumped to be compatible