Patch Changes
-
#1553
984b5ab
Thanks @chrisvxd! - Reconfigure the manager when the input changes. -
#1567
081b7f2
Thanks @chrisvxd! - Add source maps to output. -
#1454
a04d3f8
Thanks @github-actions! - Rework how collisions are detected and how the position of elements is observed using a newPositionObserver
. -
#1454
a8542de
Thanks @github-actions! - Fix issues withcollisionPriority
not being respected. -
#1454
f7458d9
Thanks @github-actions! - Fixed a bug where theaccept
function ofDroppable
was never invoked if thedraggable
did not have atype
set. -
#1454
e70b29a
Thanks @github-actions! - Make sure the generic forDragDropManager
is passed through toEntity
so that themanager
reference on classes extendingEntity
is strongly typed. -
#1454
4d1a030
Thanks @github-actions! - Make sure the cleanup function of effects is invoked when registering a new instance with the sameid
before the old instance has been unregistered. -
#1454
a5933d8
Thanks @github-actions! - Move responsibility fromCollisionObserver
toCollisionNotifier
to check if the previous collisions are equal to the next collisions. -
#1454
a5a556a
Thanks @github-actions! - Fixed React lifecycle regressions related to StrictMode. -
#1448
96f28ef
Thanks @lfades! - Allow entities to receive a new id during the lifecycle of the entity -
Updated dependencies [
081b7f2
,b750c05
,71dc39f
]:- @dnd-kit/geometry@0.0.6
- @dnd-kit/state@0.0.6