Skip to content

Commit 44a8c6e

Browse files
committed
release v4.4.5
1 parent 5579f96 commit 44a8c6e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
### 4.4.4 (Aug 27, 2021)
410

511
- Fix: Ensure `documentElement.style` actually exists. Fixes crashes in some obscure environments. #574 #575

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "4.4.4",
3+
"version": "4.4.5",
44
"description": "React draggable component",
55
"main": "build/cjs/cjs.js",
66
"unpkg": "build/web/react-draggable.min.js",
@@ -96,4 +96,4 @@
9696
"react": ">= 16.3.0",
9797
"react-dom": ">= 16.3.0"
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)