Skip to content

Commit d9934c3

Browse files
committed
release v2.2.0
1 parent 9cbfbca commit d9934c3

File tree

7 files changed

+220
-47
lines changed

7 files changed

+220
-47
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
### Prerelease
3+
### 2.2.0 (Jul 29, 2016)
44

55
- Addition: `offsetParent` property for an arbitrary ancestor for offset calculations.
66
- Fixes e.g. dragging with a floating `offsetParent`.
77
- Ref: https://github.com/mzabriskie/react-draggable/issues/170
88
- Enhancement: Make this library iframe-aware.
99
- Ref: https://github.com/mzabriskie/react-draggable/pull/177
10+
- Thanks to @acusti for tests
1011
- Bugfix: Lint/Test Fixes for new Flow & React versions
1112

1213
### 2.1.2 (Jun 5, 2016)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"homepage": "https://github.com/mzabriskie/react-draggable",
55
"authors": [
66
"Matt Zabriskie",

dist/react-draggable.js

Lines changed: 213 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "React draggable component",
55
"main": "dist/react-draggable.js",
66
"browser": "dist/react-draggable.js",

0 commit comments

Comments
 (0)