Socket
Socket
Sign inDemoInstall

react-draggable

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-draggable - npm Package Versions

1
8

1.2.0

Diff

Changelog

Source

1.2.0 (Feb 5, 2016)

  • Added arbitrary boundary selector. Now you don't have to just use 'parent', you can select any element on the page, including 'body'.
  • Bugfix: Prevent invariant if a <Draggable> is unmounted while dragging.
  • Bugfix: Fix #133, where items would eagerly start dragging off the mouse cursor if you hit boundaries and came back. This is due to how <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.
strml
published 1.1.3 •

Changelog

Source

1.1.3 (Nov 25, 2015)

  • Bugfix: Server-side rendering with react-rails, which does bad things like mock window
strml
published 1.1.2 •

Changelog

Source

1.1.2 (Nov 23, 2015)

  • Bugfix: <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.
strml
published 1.1.1 •

Changelog

Source

1.1.1 (Nov 14, 2015)

  • Bugfix: Clean up scroll events if a component is unmounted before drag stops.
  • Bugfix: NaN was returning from scroll events due to event structure change.
  • Add scroll drag modulation test.
strml
published 1.1.0 •

Changelog

Source

1.1.0 (Nov 14, 2015)

  • Move grid into <DraggableCore> directly. It will continue to work on <Draggable>.
  • Development fixes.
strml
published 1.0.2 •

Changelog

Source

1.0.2 (Nov 7, 2015)

  • Fix enableUserSelectHack not properly disabling.
  • Fix a crash when the user scrolls the page with a Draggable active.
strml
published 1.0.1 •

Changelog

Source

1.0.1 (Oct 28, 2015)

  • Fix missing dist files for webpack.
  • Ignore non-primary clicks. Added allowAnyClick option to allow other click types.
strml
published 1.0.0 •

Changelog

Source

1.0.0 (Oct 27, 2015)

  • Breaking: Removed resetState() instance method
  • Breaking: Removed moveOnStartChange prop
  • Breaking: React 0.14 support only.
  • Refactored project.
  • Module now exports a <DraggableCore> element upon which <Draggable> is based. This module is useful for building libraries and is completely stateless.
strml
published 0.8.5 •

Changelog

Source

0.8.5 (Oct 20, 2015)

  • Bugfix: isElementSVG no longer can be overwritten by getInitialState (#83)
  • Bugfix: Fix for element prefixes in JSDOM
strml
published 0.8.4 •

Changelog

Source

0.8.4 (Oct 15, 2015)

  • Bugfix: SVG elements now properly use transform attribute instead of style. Thanks @martinRoss
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc