Skip to content

Commit f7d13c5

Browse files
committed
release v2.2.3
1 parent b60d1a7 commit f7d13c5

7 files changed

+131
-67
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 2.2.3 (Nov 21, 2016)
4+
5+
- Bugfix: Fix an issue with the entire window scrolling on a drag on iDevices. Thanks @JaneCoder. See #183
6+
37
### 2.2.2 (Sep 14, 2016)
48

59
- Bugfix: Fix references to global when grabbing `SVGElement`, see [#162](https://github.com/mzabriskie/react-draggable/issues/162)

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"homepage": "https://github.com/mzabriskie/react-draggable",
55
"authors": [
66
"Matt Zabriskie",
@@ -25,4 +25,4 @@
2525
"webpack.config.js",
2626
"package.json"
2727
]
28-
}
28+
}

0 commit comments

Comments
 (0)