# react-draggable changelog > react-draggable release notes. - Vendor: react-draggable - Category: Frameworks & Libraries - Official site: https://github.com/react-grid-layout/react-draggable - Tracked by: What's New (https://whatsnew.fyi/product/react-draggable) - Harvested from: GitHub (react-grid-layout/react-draggable) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v2.2.3 — 2.2.3 - Date: 2016-12-08 - Version: v2.2.3 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.2.3 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.2.3 - Bugfix: Fix an issue with the entire window scrolling on a drag on iDevices. Thanks @JaneCoder. See #183 ### v2.2.1 — 2.2.1 - Date: 2016-12-08 - Version: v2.2.1 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.2.1 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.2.1 - Bugfix: Fix `getComputedStyle` error: see [#186](https://github.com/mzabriskie/react-draggable/issues/186), #190 ### v2.2.2 — 2.2.2 - Date: 2016-12-08 - Version: v2.2.2 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.2.2 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.2.2 - Bugfix: Fix references to global when grabbing `SVGElement`, see [#162](https://github.com/mzabriskie/react-draggable/issues/162) - Bugfix: Get `ownerDocument` before `onStop`, fixes [#198](https://github.com/mzabriskie/react-draggable/issues/198) ### v2.1.2 — 2.1.2 - Date: 2016-12-08 - Version: v2.1.2 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.1.2 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.1.2 - Bugfix: Fix `return false` to cancel `onDrag` breaking on both old and new browsers due to missing `typeArg` and/or unsupported `MouseEventConstructor`. Fixes [#164](https://github.com/mzabriskie/react-draggable/issues/164). ### v2.2.0 — 2.2.0 - Date: 2016-12-08 - Version: v2.2.0 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.2.0 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.2.0 - 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 ### v2.1.0 — 2.1.0 - Date: 2016-12-08 - Version: v2.1.0 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.1.0 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.1.0 - Fix improperly missed `handle` or `cancel` selectors if the event originates from a child of the handle or cancel. - Fixes a longstanding issue, [#88](https://github.com/mzabriskie/react-draggable/pull/88) - This was pushed to a minor release as there may be edge cases (perhaps workarounds) where this changes behavior. ### v2.1.1 — 2.1.1 - Date: 2016-12-08 - Version: v2.1.1 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.1.1 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.1.1 - Bugfix: `` wasn't calling back with the DOM node. - Internal: Rework test suite to use power-assert. ### v2.0.1 — 2.0.1 - Date: 2016-12-08 - Version: v2.0.1 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.0.1 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.0.1 - Finally fixed the IE10 constructor bug. Thanks @davidstubbs [#158](https://github.com/mzabriskie/react-draggable/pull/158) ### v2.0.2 — 2.0.2 - Date: 2016-12-08 - Version: v2.0.2 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.0.2 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.0.2 - Fix `cannot access clientX of undefined` on some touch-enabled platforms. - Fixes [#159](https://github.com/mzabriskie/react-draggable/pull/159), [#118](https://github.com/mzabriskie/react-draggable/pull/118) - Fixed a bug with multi-finger multitouch if > 1 finger triggered an event at the same time. ### v2.0.0 — 2.0.0 - Date: 2016-12-08 - Version: v2.0.0 - Original notes: https://github.com/react-grid-layout/react-draggable/releases/tag/v2.0.0 - Permalink: https://whatsnew.fyi/product/react-draggable/releases/v2.0.0 - 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](https://github.com/mzabriskie/react-draggable/issues/123).