Skip to content

Commit 694ea23

Browse files
Merge pull request #43 from azuqua/maxcutler/v5
v5.0.0
2 parents c940217 + 11c79fe commit 694ea23

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
### `v5.0.0`
4+
* Added React 16 support
5+
36
### `v4.0.0`
47
* Change `speed` prop to `strengthMultiplier`
58
* Adds a hard dependency on using `react-dnd` which was theoretically

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-scrollzone",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "A cross browser solution to scrolling during drag and drop.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)