Skip to content

Commit 2e629c0

Browse files
committed
release v0.8.0
1 parent a41280d commit 2e629c0

File tree

7 files changed

+155
-153
lines changed

7 files changed

+155
-153
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,9 @@
8787

8888
- Fix a bug where a quick drag out of bounds to `0,0` would cause the element to remain in an inaccurate position,
8989
because the translation was removed from the CSS. See #55.
90+
91+
### 0.8.0 (May 19, 2015)
92+
93+
- Touch/mouse events rework. Fixes #51, #37, and #43, as well as IE11 support.
94+
- Moved mousemove/mouseup and touch event handlers to document from window. Fixes IE9/10 support.
95+
IE8 is still not supported, as it is not supported by React.

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": "0.7.4",
3+
"version": "0.8.0",
44
"homepage": "https://github.com/mzabriskie/react-draggable",
55
"authors": [
66
"Matt Zabriskie"

0 commit comments

Comments
 (0)