react-draggable v1.3.5 Release Notes

Release Date: 2016-04-08 // about 8 years ago
    • ➕ Add React v15 to devDeps. <Draggable> supports both v0.14 and v15.
    • ✨ Enhancement: Clean up usage of browser prefixes; modern browsers will no longer use them.
      • This also removes the duplicated user-select style that is created on the <body> while dragging.
    • ✅ Internal: Test fixes.