Major
- Remove
DragDropContext
decorator. (#1439) - Update BackendFactory function in
dnd-core
to accept a configuration object. (#1439) - Construct the Backend outside of the
DragDropManagerImpl
class (#1439)
Minor
- Add
react-dnd-touch-backend
library - Update
DndProvider
to accept an 'options' prop with backend configuration - Correct state staleness issues when using hooks-based API (#1429, #1437)
Patch
- Prevent starting a react-dnd drag operation if a dragstart event has it's default-prevented (#1426)