westures v0.7.0 Release Notes

    • 👉 Use new Smoothable mixin from westures-core for Pan, Pinch, Rotate, and Swivel. Set smoothing as enabled by default, except in Pan (may enable later...)
    • Place the angularMinus function into its own file, so that it can be used by both Rotate and Swivel.
    • 👉 Make Swivel multitouch-capable.
    • 🔄 Change names of emitted data properties to be more idiomatic. 'rotation' for Rotate and Swivel instead of delta, 'scale' for Pinch and 'translation' for Pan instead of change.
    • Point2D#midpoint was renamed to Point2D#centroid
    • centroid and radius were added to base data for emits.
    • Preference is now given to data from the gesture over base data in the case of property name collisions.