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

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

Patch Changes

  • #1669 8fecc41 Thanks @github-actions! - PointerSensor: Add support for multiple activator elements via activatorElements option to configure multiple elements that can trigger drag operations.

  • #1669 a9c17df Thanks @github-actions! - Fix Feedback drop animation in Safari by always requesting an animation frame before performing the drop animation.

  • #1669 f31589a Thanks @github-actions! - KeyboardSensor: Improve configuration options

    • Add configurable offset for keyboard movements (number or {x, y})
    • Add static defaults and configure properties for better configuration
    • Support different x and y offset values for offset
  • #1669 616db17 Thanks @github-actions! - Refactor PointerSensor configuration:

    • Partially configuring the pointer sensor no longer overrides other defaults. If you wish to override all defaults, you must explicitly set each option.
    • Moved default pointer sensor configuration into to PointerSensor class.
    • Add static defaults property to PointerSensor class for easier configuration and extension.
  • Updated dependencies []:

    • @dnd-kit/abstract@0.1.5
    • @dnd-kit/collision@0.1.5
    • @dnd-kit/geometry@0.1.5
    • @dnd-kit/state@0.1.5

Don't miss a new dnd-kit release

NewReleases is sending notifications on new releases.