Skip to content

v1.7.0

Latest

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 11 Dec 19:24
007538d

1.7.0 (2025-12-11)

⚠ BREAKING CHANGES

  • GraphComponent: diffX/diffY in onDragUpdate callback now represent absolute displacement from drag start position instead of incremental frame-to-frame values.

chore

Features

  • Add helpers to subsribe events for GraphComponent (#189) (25fd4c8)
  • GraphComponent: emit event on component unmount (#196) (0de6d11)
  • GraphComponent: provide absolute diff from drag start in onDrag callback (#194) (696f4b7)
  • introduce DragSystem (#198) (ab2b5ef)

Bug Fixes

  • consider renderOrder in hit test sorting for overlapping blocks (#197) (fa9c492)