- Detach global event listeners when no drag-aware components are mounted.
- Deprecate
configureDragDrop
as an instance method. It needs to be moved tostatics
, and all methods inside should receivecomponent
as first parameter instead of usingthis
. The old API works in this version but will be removed in the next one.