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 e543a23 commit 2c3aa84Copy full SHA for 2c3aa84
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 4.4.6 (Sep 27, 2023)
4
+
5
+- Fix: state inconsistency in React 18 #699
6
+- Internal: devDependencies updates
7
8
### 4.4.5 (Apr 26, 2022)
9
10
- Fix: `grid` prop unused in `handleDragStop` #621
package.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
- "version": "4.4.5",
+ "version": "4.4.6",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"unpkg": "build/web/react-draggable.min.js",
@@ -100,4 +100,4 @@
100
"react": ">= 16.3.0",
101
"react-dom": ">= 16.3.0"
102
}
103
-}
+}
0 commit comments