Patch Changes
-
#1658
42bec2c
Thanks @github-actions! - Add 'use client' directive to DragDropProvider componentThis change ensures proper client-side rendering in Next.js applications by explicitly marking the DragDropProvider component as a client component.
-
#1658
ee55f58
Thanks @github-actions! - Refactor the drag operation system to improve code organization and maintainability:- Split
dragOperation.ts
into multiple focused files:operation.ts
- Core drag operation logicstatus.ts
- Status managementactions.ts
- Drag actions
- Update imports and exports to reflect new file structure
- Improve type definitions and exports
- Split
-
Updated dependencies [
ee55f58
,4682570
,f8d69b0
,d04e9a2
,ee55f58
,374f81f
]:- @dnd-kit/state@0.1.2
- @dnd-kit/abstract@0.1.2
- @dnd-kit/dom@0.1.2