Patch Changes
-
#1592
550a868
Thanks @github-actions! - Addedaria-grabbed
to the list of attributes added by the Accessibility plugin.Setting aria-grabbed to true indicates that the element has been selected for dragging. Setting aria-grabbed to false indicates that the element can be grabbed for a drag-and-drop operation, but is not currently grabbed.
While the
aria-grabbed
attribute has been deprecated in ARIA 1.1, in practice, since the accessibility API features for accessible drag and drop still don’t exist and likely won’t for several years, these attributes will continue to be supported by browsers and reflected in the accessibility tree for some years to come until a new API is introduced to replace it. -
#1592
75e23b6
Thanks @github-actions! - Addedaria-grabbed
andaria-pressed
to the list of attributes that are not synchronized between the draggable element and its placeholder. -
#1592
cef9b46
Thanks @github-actions! - Fix global modifiers set onDragDropManager
/<DragDropProvider>
being destroyed after the first drag operation. -
#1592
730064b
Thanks @github-actions! - Fix incorrect type for modifiers. -
#1592
808f184
Thanks @github-actions! - Fix reconciliation of optimistic updates inmove
helper. -
#1592
c4e7a7c
Thanks @github-actions! - Fixed positioning ofFeedback
plugin whendirection
is set tortl
. -
#1592
280b7e2
Thanks @github-actions! - Fixed stale modifiers when usinguseSortable
. -
#1592
84b75fc
Thanks @github-actions! - Fixedelement
not being set on initialization ofSortable
instance even if anelement
was provided as input. -
Updated dependencies [
c1dadef
,cef9b46
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]