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 ab93c8c commit fb9de4bCopy full SHA for fb9de4b
CHANGELOG.md
@@ -61,3 +61,9 @@
61
- Example updates.
62
- Move `user-select:none` hack to document.body for better highlight prevention.
63
- Add `bounds` option to restrict dragging within parent or within coordinates.
64
+
65
+### 0.7.0 (May 7, 2015)
66
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.
0 commit comments