We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72363af commit 8203da3Copy full SHA for 8203da3
CHANGELOG.md
@@ -18,4 +18,8 @@
18
19
### 0.2.1 (Sep 10, 2014)
20
21
-- Exporting as ReactDraggable
+- Exporting as ReactDraggable
22
+
23
+### 0.3.0 (Oct 21, 2014)
24
25
+- Adding support for touch devices
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-draggable",
3
- "version": "0.2.1",
+ "version": "0.3.0",
4
"homepage": "https://github.com/mzabriskie/react-draggable",
5
"authors": [
6
"Matt Zabriskie"
package.json
"description": "React draggable component",
"main": "index.js",
"scripts": {
0 commit comments