Releases: clauderic/dnd-kit
@dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1592
cef9b46
Thanks @github-actions! - Fix global modifiers set onDragDropManager
/<DragDropProvider>
being destroyed after the first drag operation. -
#1592
7c175e1
Thanks @github-actions! - Fix element refs not being synchronized properly. -
#1592
280b7e2
Thanks @github-actions! - Fixed stale modifiers when usinguseSortable
. -
Updated dependencies [
550a868
,c1dadef
,75e23b6
,cef9b46
,730064b
,808f184
,c4e7a7c
,280b7e2
,84b75fc
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1592
808f184
Thanks @github-actions! - Fix reconciliation of optimistic updates inmove
helper. -
Updated dependencies [
c1dadef
,cef9b46
]:- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies []:
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
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]
@dnd-kit/[email protected]
Patch Changes
- Updated dependencies [
c1dadef
,cef9b46
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1592
c1dadef
Thanks @github-actions! - Fire a cancelleddragend
event when a drag operation is interrupted by theDragDropManager
being destroyed during an operation. -
#1592
cef9b46
Thanks @github-actions! - Fix global modifiers set onDragDropManager
/<DragDropProvider>
being destroyed after the first drag operation. -
Updated dependencies []:
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1567
081b7f2
Thanks @chrisvxd! - Add source maps to output. -
#1554
7aeac23
Thanks @chrisvxd! - fix: don't lockup in React strict mode when using DragDropManager with the default manager -
#1454
d26fafe
Thanks @github-actions! - Prevent un-necessary re-renders of unuseduseSignal
values. -
#1454
d302511
Thanks @github-actions! - Prevent unstableref
from being set to undefined during a drag operation on draggable sources during a drag operation. -
#1591
548f011
Thanks @chrisvxd! - Address typo in React 19 peer dependency. -
#1590
5e55b89
Thanks @chrisvxd! - Add React 19 to list of supported peer dependencies. -
#1454
a5a556a
Thanks @github-actions! - Fixed React lifecycle regressions related to StrictMode. -
#1454
e2f5d93
Thanks @github-actions! -useSortable
: Make suregroup
andindex
are updated at the same time. -
#1454
ff17c04
Thanks @github-actions! - Allow dependencies to be passed touseComputed
hook. -
#1454
3312dcf
Thanks @github-actions! - Use layout effect to register instances in theuseInstance
hook. This fixes issues with effects running after the browser has painted during drag operations, which can result in invalid shapes or flickering. -
Updated dependencies [
984b5ab
,081b7f2
,d436037
,94920c8
,a04d3f8
,0676276
,8053e4b
,f400106
,c597b3f
,a8542de
,a9798f4
,f7458d9
,b750c05
,e70b29a
,3d0b00a
,e6a8e01
,7ef9864
,4d1a030
,51be6df
,fe76033
,62a8118
,a5933d8
,0c7bf85
,f219549
,bfc8ab2
,a5a556a
,b5edff1
,96f28ef
,3fb972e
,5b36f8f
,69bfad7
,c42a11b
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#1567
081b7f2
Thanks @chrisvxd! - Add source maps to output. -
#1454
d272e76
Thanks @github-actions! - Fix a bug where the source would accidentally be moved below the target index due to rounding errors. -
#1454
1998c20
Thanks @github-actions! - Updated themove
helper to accept anevent
instead ofsource
andtarget
. -
Updated dependencies [
984b5ab
,081b7f2
,a04d3f8
,a8542de
,f7458d9
,e70b29a
,4d1a030
,a5933d8
,a5a556a
,96f28ef
]:- @dnd-kit/[email protected]