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 6de32a1 commit 9c5e8c3Copy full SHA for 9c5e8c3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 4.4.3 (June 8, 2020)
4
+
5
+- Add `nodeRef` to TypeScript definitions
6
7
### 4.4.2 (May 14, 2020)
8
9
- Fix: Remove "module" from package.json (it is no longer being built)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
- "version": "4.4.2",
+ "version": "4.4.3",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"scripts": {
@@ -91,4 +91,4 @@
91
"classnames": "^2.2.5",
92
"prop-types": "^15.6.0"
93
}
94
-}
+}
0 commit comments