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
Previous1
35
8Next

2.2.2

Diff

Changelog

Source

2.2.2 (Sep 14, 2016)

  • Bugfix: Fix references to global when grabbing SVGElement, see #162
  • Bugfix: Get ownerDocument before onStop, fixes #198
strml
published 2.2.1 •

Changelog

Source

2.2.1 (Aug 11, 2016)

  • Bugfix: Fix getComputedStyle error: see #186, #190
strml
published 2.2.0 •

Changelog

Source

2.2.0 (Jul 29, 2016)

  • Addition: offsetParent property for an arbitrary ancestor for offset calculations.
    • Fixes e.g. dragging with a floating offsetParent.
      • Ref: https://github.com/mzabriskie/react-draggable/issues/170
  • Enhancement: Make this library iframe-aware.
    • Ref: https://github.com/mzabriskie/react-draggable/pull/177
    • Thanks to @acusti for tests
  • Bugfix: Lint/Test Fixes for new Flow & React versions
strml
published 2.1.2 •

Changelog

Source

2.1.2 (Jun 5, 2016)

  • Bugfix: Fix return false to cancel onDrag breaking on both old and new browsers due to missing typeArg and/or unsupported MouseEventConstructor. Fixes #164.
strml
published 2.1.1 •

Changelog

Source

2.1.1 (May 22, 2016)

  • Bugfix: <DraggableCore> wasn't calling back with the DOM node.
  • Internal: Rework test suite to use power-assert.
strml
published 2.1.0 •

Changelog

Source

2.1.0 (May 20, 2016)

  • Fix improperly missed handle or cancel selectors if the event originates from a child of the handle or cancel.
    • Fixes a longstanding issue, #88
    • This was pushed to a minor release as there may be edge cases (perhaps workarounds) where this changes behavior.
strml
published 2.0.2 •

Changelog

Source

2.0.2 (May 19, 2016)

  • Fix cannot access clientX of undefined on some touch-enabled platforms.
  • Fixed a bug with multi-finger multitouch if > 1 finger triggered an event at the same time.
strml
published 2.0.1 •

Changelog

Source

2.0.1 (May 19, 2016)

  • Finally fixed the IE10 constructor bug. Thanks @davidstubbs #158
strml
published 2.0.0 •

Changelog

Source

2.0.0 (May 10, 2016)

  • This is a breaking change. See the changes below in the beta releases.
    • Note the changes to event callbacks and position / defaultPosition.
  • Changes from 2.0.0-beta3:
    • Small bugfixes for Flow 0.24 compatibility.
    • Don't assume global.SVGElement. Fixes JSDOM & #123.
strml
published 2.0.0-beta3 •

Changelog

Source

2.0.0-beta3 (Apr 19, 2016)

  • Flow comments are now in the build. Other projects, such as React-Grid-Layout and React-Resizable, will rely on them in their build and export their own comments.
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