react-draggable
Advanced tools
Changelog
1.2.0 (Feb 5, 2016)
'parent'
, you can select any element
on the page, including 'body'
.<Draggable>
is unmounted while dragging.<DraggableCore>
handles deltas only and does not keep state. Added new state
properties slackX
and slackY
to <Draggable>
to handle this and restore pre-v1 behavior.Changelog
1.1.3 (Nov 25, 2015)
window
Changelog
1.1.2 (Nov 23, 2015)
<Draggable>
was calling back with clientX/Y, not offsetX/Y as it did pre-1.0. This unintended
behavior has been fixed and a test has been added.Changelog
1.1.1 (Nov 14, 2015)
NaN
was returning from scroll events due to event structure change.Changelog
1.1.0 (Nov 14, 2015)
grid
into <DraggableCore>
directly. It will continue to work on <Draggable>
.Changelog
1.0.2 (Nov 7, 2015)
enableUserSelectHack
not properly disabling.Changelog
1.0.1 (Oct 28, 2015)
allowAnyClick
option to allow other click types.Changelog
1.0.0 (Oct 27, 2015)
resetState()
instance methodmoveOnStartChange
prop0.14
support only.<DraggableCore>
element upon which <Draggable>
is based.
This module is useful for building libraries and is completely stateless.Changelog
0.8.5 (Oct 20, 2015)