We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fc9e5 commit 2d3f0e7Copy full SHA for 2d3f0e7
CHANGELOG.md
@@ -67,3 +67,9 @@
67
- Breaking change: `bounds` with coordinates was confusing because it was using the item's width/height,
68
which was not intuitive. When providing coordinates, `bounds` now simply restricts movement in each
69
direction by that many pixels.
70
+
71
+### 0.7.1 (May 7, 2015)
72
73
+- The `start` param is back. Pass `{x: Number, y: Number}` to kickoff the CSS transform. Useful in certain
74
+ cases for simpler callback math (so you don't have to know its existing relative position and add it to
75
+ the dragged position). Fixes #52.
0 commit comments