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.
2 parents c940217 + 11c79fe commit 694ea23Copy full SHA for 694ea23
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+### `v5.0.0`
4
+* Added React 16 support
5
+
6
### `v4.0.0`
7
* Change `speed` prop to `strengthMultiplier`
8
* Adds a hard dependency on using `react-dnd` which was theoretically
package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-scrollzone",
- "version": "4.0.0",
+ "version": "5.0.0",
"description": "A cross browser solution to scrolling during drag and drop.",
"main": "lib/index.js",
"scripts": {
0 commit comments