Skip to content

Commit ffb4766

Browse files
committed
release v4.4.4
1 parent 5d48982 commit ffb4766

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
### 4.4.4 (Aug 27, 2021)
4+
5+
- Fix: Ensure `documentElement.style` actually exists. Fixes crashes in some obscure environments. #574 #575
6+
- Fix: Add react/react-dom as `peerDependencies` again to fix Yarn PnP
7+
- Size: Replace `classnames` with `clsx` to save a few bytes
8+
- Internal: Additional tests on `ref` functionality and additional README content on `nodeRef`
9+
- Internal: Lots of devDependencies updates
10+
- Docs: Various README and demo updates, see git commits
11+
312
### 4.4.3 (June 8, 2020)
413

514
- Add `nodeRef` to TypeScript definitions

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.3",
3+
"version": "4.4.4",
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)