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 9199365 commit 45075a8Copy full SHA for 45075a8
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 4.2.0 (Dec 2, 2019)
4
+
5
+- Fix: Apply `scale` parameter also while dragging an element. [#438](https://github.com/mzabriskie/react-draggable/pull/438)
6
+- Fix: Don't ship `process.env.DRAGGABLE_DEBUG` checks in cjs/esm. [#445](https://github.com/mzabriskie/react-draggable/pull/445)
7
8
### 4.1.0 (Oct 25, 2019)
9
10
- Add `"module"` to `package.json`. There are now three builds:
package.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
- "version": "4.1.0",
+ "version": "4.2.0",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"browser": "build/web/react-draggable.min.js",
0 commit comments