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 fa030e2 commit c7d87c3Copy full SHA for c7d87c3
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+### 4.4.1 (May 12, 2020)
4
+
5
+- Fix: Remove "module" definition in package.json
6
+ - Giving up on this: there isn't a great reason to publish modules
7
+ here as they won't be significantly tree-shook, and it bloats
8
+ the published package.
9
+ - Fixes incompatiblity in 4.4.0 with webpack, where webpack is now
10
+ selecting "module" because "browser" is no longer present.
11
12
### 4.4.0 (May 12, 2020)
13
14
- Add `nodeRef`:
package.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
- "version": "4.4.0",
+ "version": "4.4.1",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"module": "build/module/Draggable.js",
0 commit comments