Skip to content

Releases: gravity-ui/graph

v1.11.2

Choose a tag to compare

@gravity-ui gravity-ui released this 08 Jul 13:29
7121425

1.11.2 (2026-07-08)

Bug Fixes

  • camera: restore pan on non-draggable graph components (#309) (25021a7)
  • connections: guard isPointInStroke before graph initialization (#307) (ddc252a)

v1.11.1

Choose a tag to compare

@gravity-ui gravity-ui released this 29 Jun 22:18
681afee

1.11.1 (2026-06-29)

chore

Features

  • camera: add committed $camera signal and Layer.onCameraChange hook (#303) (12c24d3)

Bug Fixes

  • hittest pending entities update (#297) (ad2cdfe)
  • wheel: improve cross-platform wheel intent and suppress text selection on drag (#304) (cc41fca)
  • wheel: improve Mac Chrome trackpad intent and wheel policy API(#306) (1d39a7e)

v1.11.0

Choose a tag to compare

@gravity-ui gravity-ui released this 24 Jun 10:34
05c70a5

1.11.0 (2026-06-24)

⚠ BREAKING CHANGES

  • camera: remove setting resolveWheelDevice

chore

Features

  • camera: add wheel intent resolver and fix layer DPR observation (#302) (f1793f5)

Bug Fixes

  • ConnectionState: unify connection selection with block selection pattern (#300) (b0a573b)

v1.10.3

Choose a tag to compare

@gravity-ui gravity-ui released this 30 Apr 08:10
4c936df

1.10.3 (2026-04-29)

Bug Fixes

  • camera: don't apply PAN_SPEED to pointer drag (#295) (a1e40d7)
  • groups: toggle selection on meta-click (#294) (91371fb)

v1.10.2

Choose a tag to compare

@gravity-ui gravity-ui released this 27 Apr 10:29
31328af

1.10.2 (2026-04-27)

chore

Features

  • coalesced blocks-geometry-change on position updates (#289) (52b50d2)

Bug Fixes

  • dragListener: prevent spurious DRAG_UPDATE after drag ends (#290) (e434b9f)
  • Groups: prevent stale state from overwriting drag position in subscribeToGroup (#291) (8efdc12)

v1.10.1

Choose a tag to compare

@gravity-ui gravity-ui released this 21 Apr 14:12
3e5a81e

1.10.1 (2026-04-21)

chore

Features

  • camera: add PAN_SPEED constant to configure camera pan speed (#287) (7f43ff7)

v1.10.0

Choose a tag to compare

@gravity-ui gravity-ui released this 16 Apr 09:50
ed3a658

1.10.0 (2026-04-15)

Features

Bug Fixes

  • camera: pan with middle mouse button instead of dragging blocks (#286) (28b3fdd)
  • Group: add resolver for groups selection bucket (#281) (c5fce35)
  • Group: support snapping in group (#283) (80ea0fc)

v1.9.3

Choose a tag to compare

@gravity-ui gravity-ui released this 27 Mar 09:23
bc70e2c

1.9.3 (2026-03-27)

Bug Fixes

  • Graph: enhance color and constant management to preserve updates across unrelated changes (#278) (6bd7f3d)

v1.9.2

Choose a tag to compare

@gravity-ui gravity-ui released this 25 Mar 10:24
7cb5e31

1.9.2 (2026-03-25)

Bug Fixes

  • Camera: fix device detector. add setting to override device detector (#273) (d9a3ad7)
  • fix blocks flashing on mount at zero-zero position (#268) (055ce4f)
  • include bezier control points in connection hitbox calculation (#275) (93b718e)

v1.9.1

Choose a tag to compare

@gravity-ui gravity-ui released this 19 Mar 00:00
ae7de43

1.9.1 (2026-03-18)

Bug Fixes