Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 45075a8

Browse files
committed
release v4.2.0
1 parent 9199365 commit 45075a8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
38
### 4.1.0 (Oct 25, 2019)
49

510
- Add `"module"` to `package.json`. There are now three builds:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "React draggable component",
55
"main": "build/cjs/cjs.js",
66
"browser": "build/web/react-draggable.min.js",

0 commit comments

Comments
 (0)