Patch Changes
-
#1708
4c1e05d
Thanks @GuillaumeSalles! - Ensure PositionObserver recompute element rect if IntersectionObserver is scheduled in a different frame -
#1707
a97b10c
Thanks @github-actions! - Feedback:- Fixed a bug where the initial
translate
string was incorrectly formed, causing it not to be applied. - Fixed a bug with the placeholder ResizeObserver shape update
- Fixed a bug with the initial shape of the Feedback element when the source element unmounts and re-mounts during a drag operation
- Fixed a bug with the initial
transition
when setting up the Feedback element
- Fixed a bug where the initial
-
#1707
caa3273
Thanks @github-actions! - PositionObserver: Fixed a bug with observing elements contained within same origin iframes. Due to limitations withIntersectionObserver
, we need to also attach position observers on the containing iframe to ensure the position of elements nested withing the iframe is updated if the iframe position changes. -
#1707
cb47da3
Thanks @github-actions! - DOMRectangle: Fixed a bug with projected transforms where scale was not properly being taken into account. -
#1707
f295344
Thanks @github-actions! - KeyboardSensor: Delegated the responsibility of ending the drag operation when the window resizes to the Feedback plugin, as we only need to end the operation if the feedback element's window resizes, which can be different from the source element window. -
Updated dependencies []:
- @dnd-kit/abstract@0.1.14
- @dnd-kit/collision@0.1.14
- @dnd-kit/geometry@0.1.14
- @dnd-kit/state@0.1.14