Socket
Socket
Sign inDemoInstall

react-draggable

Package Overview
Dependencies
9
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
8Next

3.0.5

Diff

Changelog

Source

3.0.5 (Jan 11, 2018)

  • Bugfix: Fix crash in test environments during removeUserSelectStyles().
strml
published 3.0.4 •

Changelog

Source

3.0.4 (Nov 27, 2017)

  • Bugfix: Fix "Cannot call property 'call' of undefined" (matchesSelector)
    • Fixes #300
strml
published 3.0.3 •

Changelog

Source

3.0.3 (Aug 31, 2017)

  • Bugfix: Fix deprecation warnings caused by import * as React (Flow best practice).
    • See https://github.com/facebook/react/issues/10583
strml
published 3.0.2 •

Changelog

Source

3.0.2 (Aug 22, 2017)

3.0.0 and 3.0.1 have been unpublished due to a large logfile making it into the package.

  • Bugfix: Tweaked .npmignore.
strml
published 3.0.1 •

Changelog

Source

3.0.1 (Aug 21, 2017)

  • Bugfix: Flow-type should no longer throw errors for consumers.
    • It appears Flow can't resolve a sub-package's interfaces.
strml
published 3.0.0 •

Changelog

Source

3.0.0 (Aug 21, 2017)

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.
strml
published 2.2.6 •

Changelog

Source

2.2.6 (Apr 30, 2017)

  • Bugfix: Missing export default on TS definition (thanks @lostfictions)
  • Internal: TS test suite (thanks @lostfictions)
strml
published 2.2.5 •

Changelog

Source

2.2.5 (Apr 28, 2017)

  • Bugfix: Typescript definition was incorrect. #244
strml
published 2.2.4 •

Changelog

Source

2.2.4 (Apr 27, 2017)

  • Internal: Moved PropTypes access to prop-types package for React 15.5 (prep for 16)
  • Feature: Added TypeScript definitions (thanks @erfangc)
  • Bugfix: No longer can erroneously add user-select style multiple times
  • Bugfix: OffsetParent with padding problem, fixes #218
  • Refactor: Misc example updates.
strml
published 2.2.3 •

Changelog

Source

2.2.3 (Nov 21, 2016)

  • Bugfix: Fix an issue with the entire window scrolling on a drag on iDevices. Thanks @JaneCoder. See #183
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc