github clauderic/dnd-kit @dnd-kit/dom@0.1.14

latest releases: @dnd-kit/state@0.1.21, @dnd-kit/react@0.1.21, @dnd-kit/helpers@0.1.21...
3 months ago

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
  • #1707 caa3273 Thanks @github-actions! - PositionObserver: Fixed a bug with observing elements contained within same origin iframes. Due to limitations with IntersectionObserver, 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

Don't miss a new dnd-kit release

NewReleases is sending notifications on new releases.