Skip to content

Releases: gravity-ui/graph

v1.10.3

30 Apr 08:10
4c936df

Choose a tag to compare

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

27 Apr 10:29
31328af

Choose a tag to compare

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

21 Apr 14:12
3e5a81e

Choose a tag to compare

1.10.1 (2026-04-21)

chore

Features

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

v1.10.0

16 Apr 09:50
ed3a658

Choose a tag to compare

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

27 Mar 09:23
bc70e2c

Choose a tag to compare

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

25 Mar 10:24
7cb5e31

Choose a tag to compare

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

19 Mar 00:00
ae7de43

Choose a tag to compare

1.9.1 (2026-03-18)

Bug Fixes

v1.9.0

18 Mar 22:20
9841dde

Choose a tag to compare

1.9.0 (2026-03-18)

Features

Bug Fixes

  • Block: remove lodash dependency and update noop usage (#263) (04a0ecc)
  • colorUtils: fix resolving color and apply aplha (#267) (9d746e3)
  • Events: fix resolve coords for touch event (#266) (329db95)
  • reset usableRect in setEntities to prevent stale zoom target (#270) (e519442)

v1.8.6

05 Mar 10:07
4f7d692

Choose a tag to compare

1.8.6 (2026-03-04)

Bug Fixes

  • LayersService: handle devicePixelRatio changes when moving window between monitors (#260) (a6f52f8)

v1.8.5

03 Mar 08:57
d6cceda

Choose a tag to compare

1.8.5 (2026-03-02)

chore

Features

Bug Fixes

  • Block: make block.viewComponent signal (#256) (89e4fd2)
  • ConnectionState: fix resolving BlockState (#252) (e81896f)
  • debounce: fix undefined is not iterable issue (725440f)
  • debounce: fix canceling debounce function (#254) (b2db0b2)
  • MiniMapLayer: refactor MinimapLayer (#258) (085cd23)