Patch Changes
-
#1598
0de7456
Thanks @github-actions! - Moved styles that override the default user agent styles for[popover]
into a CSS layer to avoid overriding other layered styles on the page, such as Tailwind 4. -
#1598
c9716cf
Thanks @github-actions! - AddedisDragging
andisDropping
properties todraggable
andsortable
instances. -
#1598
74eedef
Thanks @github-actions! - PointerSensor- End drag operation if
lostpointercapture
event is fired and the drag operation has not ended already. This can happen if thepointerup
event is fired in a different frame. - Prevent
contextmenu
from opening during a drag operation.
- End drag operation if
-
#1598
42e7256
Thanks @github-actions! - - Fixed an invalid CSS selector in thePreventSelection
plugin- Removed logic to prevent user selection in
Feedback
plugin (defer toPreventSelection
plugin to handle this)
- Removed logic to prevent user selection in
-
Updated dependencies [
c9716cf
,3ea0d31
,3cf4db1
]:- @dnd-kit/abstract@0.0.8
- @dnd-kit/collision@0.0.8
- @dnd-kit/geometry@0.0.8
- @dnd-kit/state@0.0.8