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 5579f96 commit 44a8c6eCopy full SHA for 44a8c6e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### 4.4.5 (Apr 26, 2022)
4
+
5
+- Fix: `grid` prop unused in `handleDragStop` #621
6
+- Fix: `children` prop missing in TypeScript definition #648
7
+- Internal: Various devDep updates
8
9
### 4.4.4 (Aug 27, 2021)
10
11
- Fix: Ensure `documentElement.style` actually exists. Fixes crashes in some obscure environments. #574 #575
package.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
- "version": "4.4.4",
+ "version": "4.4.5",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"unpkg": "build/web/react-draggable.min.js",
@@ -96,4 +96,4 @@
96
"react": ">= 16.3.0",
97
"react-dom": ">= 16.3.0"
98
}
99
-}
+}
0 commit comments