Skip to content

Commit 2d3f0e7

Browse files
committed
Update CHANGELOG
1 parent e8fc9e5 commit 2d3f0e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@
6767
- Breaking change: `bounds` with coordinates was confusing because it was using the item's width/height,
6868
which was not intuitive. When providing coordinates, `bounds` now simply restricts movement in each
6969
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

Comments
 (0)