We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cddb23 commit 9ba1dc5Copy full SHA for 9ba1dc5
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+### Prerelease
4
+
5
+- Addition: `offsetParent` property for an arbitrary ancestor for offset calculations.
6
+ - Fixes e.g. dragging with a floating `offsetParent`.
7
+ - Ref: https://github.com/mzabriskie/react-draggable/issues/170
8
+- Enhancement: Make this library iframe-aware.
9
+ - Ref: https://github.com/mzabriskie/react-draggable/pull/177
10
+- Bugfix: Lint/Test Fixes for new Flow & React versions
11
12
### 2.1.2 (Jun 5, 2016)
13
14
- Bugfix: Fix `return false` to cancel `onDrag` breaking on both old and new browsers due to missing `typeArg` and/or
0 commit comments