Skip to content

Commit 028a391

Browse files
committed
release v2.0.2
1 parent 96dac99 commit 028a391

7 files changed

+53
-36
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 2.0.2 (May 19, 2016)
4+
5+
- Fix `cannot access clientX of undefined` on some touch-enabled platforms.
6+
- Fixes [#159](https://github.com/mzabriskie/react-draggable/pull/159),
7+
[#118](https://github.com/mzabriskie/react-draggable/pull/118)
8+
- Fixed a bug with multi-finger multitouch if > 1 finger triggered an event at the same time.
9+
310
### 2.0.1 (May 19, 2016)
411

512
- Finally fixed the IE10 constructor bug. Thanks @davidstubbs [#158](https://github.com/mzabriskie/react-draggable/pull/158)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"homepage": "https://github.com/mzabriskie/react-draggable",
55
"authors": [
66
"Matt Zabriskie",

dist/react-draggable.js

+41-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-draggable.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "React draggable component",
55
"main": "dist/react-draggable.js",
66
"browser": "dist/react-draggable.js",

0 commit comments

Comments
 (0)