All Versions
82
Latest Version
Avg Release Cycle
74 days
Latest Release
286 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.7.0 Changes
May 07, 2015- ๐ฅ Breaking change:
bounds
with coordinates was confusing because it was using the item's width/height, which was not intuitive. When providing coordinates,bounds
now simply restricts movement in each direction by that many pixels.
- ๐ฅ Breaking change:
-
v0.6.0 Changes
May 02, 2015- ๐ฅ Breaking change: Cancel dragging when onDrag or onStart handlers return an explicit
false
. - ๐ Fix sluggish movement when
grid
option was active. - โก๏ธ Example updates.
- ๐ Move
user-select:none
hack to document.body for better highlight prevention. - โ Add
bounds
option to restrict dragging within parent or within coordinates.
- ๐ฅ Breaking change: Cancel dragging when onDrag or onStart handlers return an explicit
-
v0.5.0 Changes
May 02, 2015- โ Remove browserify browser config, reactify, and jsx pragma. Fixes #38
- ๐ฏ Use React.cloneElement instead of addons cloneWithProps (requires React 0.13)
- ๐ Move to CSS transforms. Simplifies implementation and fixes #48, #34, #31.
- ๐ Fixup linting and space/tab errors. Fixes #46.
-
v0.4.3 Changes
April 30, 2015- ๐ Fix React.addons error caused by faulty test.
-
v0.4.2 Changes
April 30, 2015- โ Add
"browser"
config to package.json for browserify imports (fix #45). - โ Remove unnecessary
emptyFunction
andReact.addons.classSet
imports.
- โ Add
-
v0.4.1 Changes
April 30, 2015- โ Remove react/addons dependency (now depending on
react
directly). - โ Add MIT License file.
- ๐ Fix an issue where browser may be detected as touch-enabled but touch event isn't thrown.
- โ Remove react/addons dependency (now depending on
-
v0.4.0 Changes
January 03, 2015- Improving accuracy of snap to grid
- โก๏ธ Updating to React 0.12
- โ Adding dragging className
- โ Adding reactify support for browserify
- ๐ Fixing issue with server side rendering
-
v0.3.0 Changes
October 21, 2014- โ Adding support for touch devices
-
v0.2.1 Changes
September 10, 2014- Exporting as ReactDraggable
-
v0.2.0 Changes
September 10, 2014- โ Adding support for snapping to a grid
- โ Adding support for specifying start position
- Ensure event handlers are destroyed on unmount
- โ Adding browserify support
- โ Adding bower support