react-draggable v0.7.1 Release Notes

Release Date: 2015-05-07 // about 9 years ago
    • The start param is back. Pass {x: Number, y: Number} to kickoff the CSS transform. Useful in certain cases for simpler callback math (so you don't have to know its existing relative position and add it to the dragged position). Fixes #52.