react-draggable v3.0.0 Release Notes

Release Date: 2017-08-21 // over 6 years ago
  • Due to an export change, this is semver-major.

    • 💥 Breaking: For TypeScript users, <Draggable> is now exported as module.exports and module.exports.default.
    • Potentially Breaking: We no longer set user-select: none on all elements while dragging. Instead, the ::selection psuedo element is used.
      • Depending on your application, this could cause issues, so be sure to test.
    • 🛠 Bugfix: Pass bounded x/y to callbacks. See #226.
    • ⬆️ Internal: Upgraded dependencies.