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 cec73ac commit 64191faCopy full SHA for 64191fa
CHANGELOG.md
@@ -2,4 +2,8 @@
2
3
### 0.1.0 (Jul 25, 2014)
4
5
-- Initial release
+- Initial release
6
+
7
+### 0.1.1 (Jul 26, 2014)
8
9
+- Fixing dragging not stopping on mouseup in some cases
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-draggable",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "React draggable component",
"main": "lib/main.js",
"scripts": {
0 commit comments