clauderic/dnd-kit
 Watch   
 Star   
 Fork   
2026-06-11 21:05:26
dnd-kit

@dnd-kit/abstract@0.5.0

Patch Changes

  • #2067 e4d1a7e Thanks @Philipp91! - Supply correct Options type in return type of plugin configurator()

  • Updated dependencies []:

    • @dnd-kit/geometry@0.5.0
    • @dnd-kit/state@0.5.0
2026-06-11 21:05:26
dnd-kit

@dnd-kit/svelte@0.5.0

Minor Changes

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

2026-06-11 21:05:26
dnd-kit

@dnd-kit/vue@0.5.0

Minor Changes

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

  • #2052 ecb43d6 Thanks @clauderic! - Fix onUnmounted warning in Vue DragOverlay by using watchEffect's onCleanup callback instead of the onUnmounted lifecycle hook

  • #2043 a6bd445 Thanks @clauderic! - Include sourcemap files in published packages. The build emits .map files alongside each entry point and writes //# sourceMappingURL=... comments into the bundles, but the files field in package.json did not list the maps, so they were excluded from the npm tarball. Bundlers attempting to load the referenced maps would fail with ENOENT, producing warnings (or build failures in strict CI setups).

  • Updated dependencies [e4d1a7e, e25b1b1, 00fd955, e4792f3, f23afe0, 2dd8d0e]:

    • @dnd-kit/abstract@0.5.0
    • @dnd-kit/dom@0.5.0
    • @dnd-kit/state@0.5.0
2026-06-11 21:05:26
dnd-kit

@dnd-kit/dom@0.5.0

Minor Changes

  • #2046 f23afe0 Thanks @aidenfoxx! - Updated OptimisticSortingPlugin to support non-contiguous sortable indexes.

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

  • #2057 e25b1b1 Thanks @timagixe! - Allow pointer dragging from descendants of interactive draggable elements, such as text inside sortable anchor elements.

  • #2020 00fd955 Thanks @namgi2386! - Fix DragOverlay flickering after drop

  • #2079 e4792f3 Thanks @silence717! - Fix TypeError: Cannot read properties of undefined (reading 'split') in parseScale/parseTranslate on browsers that do not support the individual scale/translate CSS transform properties (Chromium < 104), where getComputedStyle returns undefined instead of 'none'.

  • Updated dependencies [e4d1a7e]:

    • @dnd-kit/abstract@0.5.0
    • @dnd-kit/collision@0.5.0
    • @dnd-kit/geometry@0.5.0
    • @dnd-kit/state@0.5.0
2026-06-11 21:05:26
dnd-kit

@dnd-kit/collision@0.5.0

Patch Changes

  • Updated dependencies [e4d1a7e]:
    • @dnd-kit/abstract@0.5.0
    • @dnd-kit/geometry@0.5.0
2026-06-11 21:05:26
dnd-kit
2026-06-11 21:05:26
dnd-kit

@dnd-kit/helpers@0.5.0

Patch Changes

  • #2074 90ddfcd Thanks @timagixe! - Fix grouped record sorting with numeric group IDs

  • #2027 a7ee830 Thanks @sourabh945! - fix a check for the 'id' in items that causing TypeError in SortableContext add the gaurdrail for chekcing the item is not null.

  • Updated dependencies [e4d1a7e]:

    • @dnd-kit/abstract@0.5.0
2026-06-11 21:05:26
dnd-kit

@dnd-kit/solid@0.5.0

Minor Changes

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

  • #2031 33ce050 Thanks @clauderic! - Fixed DragDropProvider evaluating its children JSX twice on initial mount in @dnd-kit/solid. The provider now strips children from the props it forwards to DragDropManager, preventing the manager constructor's spread ({...input}) from invoking Solid's children getter and synthesizing an orphan component subtree whose reactive scope was never disposed.

  • #2043 a6bd445 Thanks @clauderic! - Include sourcemap files in published packages. The build emits .map files alongside each entry point and writes //# sourceMappingURL=... comments into the bundles, but the files field in package.json did not list the maps, so they were excluded from the npm tarball. Bundlers attempting to load the referenced maps would fail with ENOENT, producing warnings (or build failures in strict CI setups).

  • Updated dependencies [e4d1a7e, e25b1b1, 00fd955, e4792f3, f23afe0, 2dd8d0e]:

    • @dnd-kit/abstract@0.5.0
    • @dnd-kit/dom@0.5.0
    • @dnd-kit/state@0.5.0
2026-06-11 21:05:26
dnd-kit

@dnd-kit/react@0.5.0

Minor Changes

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

  • #2021 de5a0f4 Thanks @lixiaoyan! - Fixed useDraggable and useSortable reassigning the underlying entity's sensors on every render when sensors was passed as an inline array. The sensors prop is now compared with deepEqual (matching the existing behavior of modifiers, plugins, and DragDropProvider), preventing unnecessary mutations to the plugin registry that could disrupt in-progress sensor activation.

  • #2043 a6bd445 Thanks @clauderic! - Include sourcemap files in published packages. The build emits .map files alongside each entry point and writes //# sourceMappingURL=... comments into the bundles, but the files field in package.json did not list the maps, so they were excluded from the npm tarball. Bundlers attempting to load the referenced maps would fail with ENOENT, producing warnings (or build failures in strict CI setups).

  • Updated dependencies [e4d1a7e, e25b1b1, 00fd955, e4792f3, f23afe0, 2dd8d0e]:

    • @dnd-kit/abstract@0.5.0
    • @dnd-kit/dom@0.5.0
    • @dnd-kit/state@0.5.0
2026-06-11 21:05:26
dnd-kit

@dnd-kit/geometry@0.5.0

Patch Changes

  • Updated dependencies []:
    • @dnd-kit/state@0.5.0