Releases: clauderic/dnd-kit
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies [
2ccc27c
,e0d80f5
,794cf2f
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1443
2ccc27c
Thanks @clauderic! - Addedstatus
property to draggable instances to know the current status of a draggable instance. Useful to know if an instance is being dropped. -
#1443
e0d80f5
Thanks @clauderic! - Refactor the lifecycle to allowmanager
to be optional and provided later during the lifecycle ofdraggable
/droppable
/sortable
instances. -
#1443
794cf2f
Thanks @clauderic! - Removedoptions
andoptions.register
fromEntity
base class. Passing anundefined
manager when instantiatingDraggable
andDroppable
now has the same effect. -
Updated dependencies [
a4d9150
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
8530c12
Thanks @clauderic! - Fixed lifecycle related issues. -
#1440
86e5191
Thanks @clauderic! - Fixed a bug whereuseDraggable
,useDroppable
anduseSortable
would not un-register from the old manager and re-register themselves with the new manager when its reference changes. -
8530c12
Thanks @clauderic! - Add lazy import forDragDropProvider
. -
#1440
5ccd5e6
Thanks @clauderic! - Update modifiers on theDraggable
instances whenuseDraggable
receives updated modifiers -
#1440
8f421ee
Thanks @clauderic! - Add"use client"
hints to@dnd-kit/react
exports. -
Updated dependencies [
8530c12
,8e45c2a
,5ccd5e6
,886de33
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies [
5ccd5e6
,886de33
]:- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies []:
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
8530c12
Thanks @clauderic! - Fixed lifecycle related issues. -
#1440
8e45c2a
Thanks @clauderic! - Better handling of elements that havetransform
ortranslate
applied. The Feedback and Sortable plugins now no longer need to ignore transforms as theDOMRectangle
can compute the projected final coordinates of an element that has transforms applied even if it is currently being animated by looking at the last animation keyframe. -
Updated dependencies [
5ccd5e6
,886de33
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies [
5ccd5e6
,886de33
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1440
5ccd5e6
Thanks @clauderic! - Add the ability for modifiers to be set dynamically on theDraggable
instances -
#1440
886de33
Thanks @clauderic! - IntroducedSnapModifier
to snap to grid -
Updated dependencies []:
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- #1430
6c84308
Thanks @clauderic! - -deepEqual
: Handle comparingSet
instances