Skip to content

Commit

Permalink
release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Nov 21, 2016
1 parent b60d1a7 commit f7d13c5
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 67 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

### 2.2.3 (Nov 21, 2016)

- Bugfix: Fix an issue with the entire window scrolling on a drag on iDevices. Thanks @JaneCoder. See #183

### 2.2.2 (Sep 14, 2016)

- Bugfix: Fix references to global when grabbing `SVGElement`, see [#162](https://github.com/mzabriskie/react-draggable/issues/162)
Expand Down
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "2.2.2",
"version": "2.2.3",
"homepage": "https://github.com/mzabriskie/react-draggable",
"authors": [
"Matt Zabriskie",
Expand All @@ -25,4 +25,4 @@
"webpack.config.js",
"package.json"
]
}
}

0 comments on commit f7d13c5

Please sign in to comment.