This repository has been archived by the owner on Jun 18, 2018. It is now read-only.
Releases: react-dnd/dnd-core
Releases · react-dnd/dnd-core
v2.1.0
v2.0.2
v2.0.1
- Unregistering sources and targets now happens on the next tick (react-dnd/react-dnd#296 (comment))
v1.3.0
v1.2.2
v1.2.1
- Don't notify subscribers of particular handlers when a handler is added or removed. This should help work around react-dnd/react-dnd#277. In future versions of React DnD, react-dnd/react-dnd#278 will help ensure a more correct behavior.
v1.2.0
- Rewrite from Flummox to Redux to simplify the code, make it lighter and fix issues like react-dnd/react-dnd#253