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 0026b9f commit 587a0aeCopy full SHA for 587a0ae
CHANGELOG.md
@@ -31,3 +31,9 @@
31
- Adding dragging className
32
- Adding reactify support for browserify
33
- Fixing issue with server side rendering
34
+
35
+### 0.4.1 (Apr 30, 2015)
36
37
+- Remove react/addons dependency (now depending on `react` directly)
38
+- Add MIT License file
39
+- Fix an issue where browser may be detected as touch-enabled but touch event isn't thrown.
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-draggable",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"homepage": "https://github.com/mzabriskie/react-draggable",
5
"authors": [
6
"Matt Zabriskie"
0 commit comments