Releases: clauderic/dnd-kit
Releases · clauderic/dnd-kit
@dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- #1038
da888ee
Thanks @WillDonohoe! - Fix errors with calls togetComputedStyle
in Firefox when destructuring from the window object
@dnd-kit/[email protected]
Patch Changes
-
#788
da94c02
Thanks @clauderic! - Bug fixes for React 18 Strict Mode -
Updated dependencies [
da94c02
]:- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
- #788
da94c02
Thanks @clauderic! - Bug fixes for React 18 Strict Mode
@dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#823
b065c37
Thanks @DaniGuardiola! - Add missing peer dependency to @dnd-kit/modifiers -
Updated dependencies [
da7c60d
]:- @dnd-kit/[email protected]
- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
Updated dependencies [
da7c60d
]:- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
-
#792
b6970e7
Thanks @clauderic! - ThehasSortableData
type-guard that is exported by @dnd-kit/sortable has been updated to also accept theActive
andOver
interfaces so it can be used in events such asonDragStart
,onDragOver
, andonDragEnd
. -
Updated dependencies [
eaa6e12
]:- @dnd-kit/[email protected]
@dnd-kit/[email protected]
Patch Changes
4a5132d
Thanks @clauderic! - Removed a strayconsole.log
in theKeyboardSensor
@dnd-kit/[email protected]
Patch Changes
- #797
eaa6e12
Thanks @clauderic! - Fixed a regression in theKeyboardSensor
scrolling logic.