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
68

0.8.3

Diff

Changelog

Source

0.8.3 (Oct 12, 2015)

  • Bugfix: Short-circuiting drag throws due to e.changedTouches check.
strml
published 0.8.2 •

Changelog

Source

0.8.2 (Sep 21, 2015)

  • Handle scrolling while dragging. (#60)
  • Add multi-touch support. (#68)
  • IE fixes.
  • Documentation updates. (#77)
strml
published 0.8.1 •

Changelog

Source

0.8.1 (June 3, 2015)

  • Add resetState() instance method for use by parents. See README ("State Problems?").
strml
published 0.8.0 •

Changelog

Source

0.8.0 (May 19, 2015)

  • Touch/mouse events rework. Fixes #51, #37, and #43, as well as IE11 support.
  • Moved mousemove/mouseup and touch event handlers to document from window. Fixes IE9/10 support. IE8 is still not supported, as it is not supported by React.
strml
published 0.7.4 •

Changelog

Source

0.7.4 (May 18, 2015)

  • Fix a bug where a quick drag out of bounds to 0,0 would cause the element to remain in an inaccurate position, because the translation was removed from the CSS. See #55.
strml
published 0.7.3 •

Changelog

Source

0.7.3 (May 13, 2015)

  • Removed a moveOnStartChange optimization that was causing problems when attempting to move a <Draggable> back to its initial position. See https://github.com/STRML/react-grid-layout/issues/56
strml
published 0.7.2 •

Changelog

Source

0.7.2 (May 8, 2015)

  • Added moveOnStartChange property. See README.
strml
published 0.7.1 •

Changelog

Source

0.7.1 (May 7, 2015)

  • The start param is back. Pass {x: Number, y: Number} to kickoff the CSS transform. Useful in certain cases for simpler callback math (so you don't have to know its existing relative position and add it to the dragged position). Fixes #52.
strml
published 0.7.0 •

Changelog

Source

0.7.0 (May 7, 2015)

  • Breaking change: bounds with coordinates was confusing because it was using the item's width/height, which was not intuitive. When providing coordinates, bounds now simply restricts movement in each direction by that many pixels.
strml
published 0.6.0 •

Changelog

Source

0.6.0 (May 2, 2015)

  • Breaking change: Cancel dragging when onDrag or onStart handlers return an explicit false.
  • Fix sluggish movement when grid option was active.
  • Example updates.
  • Move user-select:none hack to document.body for better highlight prevention.
  • Add bounds option to restrict dragging within parent or within coordinates.
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