Skip to content

Commit d3afe47

Browse files
committed
release v0.8.2
1 parent bae985e commit d3afe47

File tree

7 files changed

+170
-88
lines changed

7 files changed

+170
-88
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,11 @@
9797
### 0.8.1 (June 3, 2015)
9898

9999
- Add `resetState()` instance method for use by parents. See README ("State Problems?").
100+
101+
### 0.8.2 (Sep 21, 2015)
102+
103+
- Handle scrolling while dragging. (#60)
104+
- Add multi-touch support. (#68)
105+
- IE fixes.
106+
- Documentation updates. (#77)
107+

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

0 commit comments

Comments
 (0)