Update react-dnd to the latest version 🚀 #1033
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There have been updates to the react-dnd monorepo:
devDependency
react-dnd was updated from7.3.2
to7.4.0
.devDependency
react-dnd-html5-backend was updated from7.2.0
to7.4.0
.These versions are not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
This monorepo update includes releases of one or more dependencies which all belong to the react-dnd group definition.
Release Notes for v7.4.0 Release
Minor
collector
functions inDragSource
andDropTarget
that includes the props of the current component. (e.g.collect(connect, monitor, props)
connectDragSource(ref)
)DragPreviewImage
renderless component that wires up Drag Preview images.react-dnd-test-utils
package, which exposes thewrapInTestContext
utility functionPatch
Commits
The new version differs by 46 commits.
941dc2e
v7.4.0
ffd92e5
docs: reference the react-dnd-test-utils package in the testing doc
e891105
Improve Decorator Typings (#1291)
dcbda3c
fix: remove cyclic dependency
b5b1a37
Merge pull request #1284 from react-dnd/feature/collect_props_arg
874f33a
docs: fixed markdown in droptarget top level api (#1288)
6876ef9
build: fixed the order as lerna was not building in proper order (#1289)
e6e7cb5
revert: use recompose for the isClassComponent check
07ae870
Merge branch 'feature/collect_props_arg' of github.com:react-dnd/react-dnd into feature/collect_props_arg
34b87b1
test: fix tests
576d148
test: work on tests
5682439
test: add test-utils package, add test for connector functions
77f36b8
Merge branch 'master' into feature/collect_props_arg
7fb94a5
fix: throw error when a DragSource or DropTarget is rendered outside DragDropContext (#1132) (#1286)
9840c38
docs: document the props arg to the collector fns
There are 46 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴