Releases: clauderic/dnd-kit
@dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1606
76d2d65
Thanks @github-actions! - Introduce theuseDragDropMonitor
hook to the@dnd-kit/react
package. This hook allows you to monitor drag and drop events within aDragDropProvider
. -
349f0c0
Thanks @clauderic! - Fixed incorrect types for theuseDragDropMonitor
hook. -
Updated dependencies [
2c53eb9
,3155941
,082836e
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies []:
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies []:
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1606
2c53eb9
Thanks @github-actions! - Use thedraggable.isDragging
property instead ofdraggable.isDragSource
to setaria-grabbing
andaria-pressed
attributes. -
#1606
3155941
Thanks @github-actions! - Fixed a bug with theFeedback
plugin where the placeholder element was visible for a brief moment during the drop animation instead of being hidden until the animation completes. -
#1606
082836e
Thanks @github-actions! - Fixed a bug with thePointerSensor
where it was possible for it to activate while a drag operation was already in progress. -
Updated dependencies []:
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies []:
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies []:
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1600
d86bbc7
Thanks @github-actions! - Addedalignment
configuration option to draggable instances to let consumers decide how to align the draggable during the drop animation and while keyboard sorting. Defaults to the center of the target shape. -
#1600
2b76c19
Thanks @github-actions! - Addedstyle
andtag
props to<DragOverlay>
component. -
#1600
b8898bc
Thanks @github-actions! - Re-exportisSortable
from@dnd-kit/react/sortable
so React consumers don't have to import it from@dnd-kit/dom/sortable
. -
#1600
c5f25c8
Thanks @github-actions! - Force synchronous re-render whenisDragSource
property is updated fromtrue
tofalse
to enable seamless transition into idle state after drop animation. Without this change, the drop animation can finish before React has had a chance to update the drag source styles back to its idle state, which can cause some flickering. -
Updated dependencies [
e36d954
,bb4abcd
,d86bbc7
,f433fb2
,7dc0103
,cff3c3c
,b7f1cf8
,f87d633
,860759b
,54e416f
,3e629cc
,c51778d
,86ed6c8
,afedea9
,ce31da7
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies [
e36d954
,b7f1cf8
,3e629cc
,ce31da7
]:- @dnd-kit/[email protected]