- Potentially breaking change:
endDrag
is now called even is drag source was unmounted while dragging. Fixes #38. You can checkcomponent.isMounted()
(this.isMounted()
with deprecated API) if this is important for yourendDrag
handler. - Updates from deprecated
lodash-node
dependency tolodash
.