github clauderic/dnd-kit @dnd-kit/abstract@0.0.9

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

Patch Changes

  • #1600 e36d954 Thanks @github-actions! - Added nativeEvent property to dragstart, dragmove and dragend events. This can be used to distinguish user triggered events from sensor triggered events, as user or plugin triggered events will typically not have an associated event attached.

  • #1600 b7f1cf8 Thanks @github-actions! - Fixed a bug in the CollisionObserver where the initial set of collisions when a drag operation is initiated were not being set and notified.

  • #1600 3e629cc Thanks @github-actions! - Added the option to trigger move actions that are not propagated to dragmove listeners. This can be useful when firing a dragmove action in response to another dragmove event to avoid an infinite loop.

  • #1600 ce31da7 Thanks @github-actions! - Added dragOperation.shape.initial to the list of dependencies that cause the transform and modifiers to be re-calculated.

  • Updated dependencies [60e7297, 8ae7014]:

    • @dnd-kit/geometry@0.0.9
    • @dnd-kit/state@0.0.9

Don't miss a new dnd-kit release

NewReleases is sending notifications on new releases.