You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added APIs For Draggables, separating the logic between what is grabbable and what actually drags.
Added a DropArea.asBucket function to create a drop area that accepts elements, dispatches some events, and doesn't draw them (they just disappear).
New DragDropContext to capture events in a wider area than a droparea. This lets the user drag things around in an inuitive way without changing where things can be dropped.
New DragDropContext to capture events in a wider area than a droparea. This lets the user drag things around in an inuitive way without changing where things can be dropped.
Removed
Removed APIs for creating DropAreas from DragHandles, as DragHandles now immediately turn into ReactElements and cannot be deferred to render later.