Skip to content

Releases: gravity-ui/graph

v1.1.2

09 Jul 13:08
5fad9f0

Choose a tag to compare

1.1.2 (2025-07-09)

v1.1.0

06 Jul 17:07
ee31950

Choose a tag to compare

1.1.0 (2025-07-06)

Features

v1.0.1

27 Jun 09:20
e8f3a1a

Choose a tag to compare

1.0.1 (2025-06-27)

Bug Fixes

v1.0.0

20 Jun 23:03
ced56d7

Choose a tag to compare

1.0.0 (2025-06-20)

⚠ BREAKING CHANGES

  • React components moved to separate module

🚨 v1.0 Breaking Changes: React components moved to @gravity-ui/graph/react. Migration Guide →

chore

refactor

  • separate React dependencies from core library (#74) (12648c4)

v0.5.0

19 Jun 16:22
ed035ab

Choose a tag to compare

0.5.0 (2025-06-19)

Features

  • add double-click event support for graph components (#92) (df6ed69)

Bug Fixes

  • update anchors before geometry to fix React positioning (#98) (59700fa)

v0.4.3

14 May 13:54
b52d056

Choose a tag to compare

0.4.3 (2025-05-14)

Bug Fixes

  • layers: set attached flag on start to enable proper detach/remount (#82) (a01be39)
  • store: always deep-clone state on export to prevent frozen/proxied object errors (#87) (a936de5)

v0.4.2

28 Apr 14:33
0136ee1

Choose a tag to compare

0.4.2 (2025-04-28)

Bug Fixes

  • Layer: streamline context setting in afterInit and createCanvas methods (a7b93e3)

v0.4.1

28 Apr 14:05
a428b2d

Choose a tag to compare

0.4.1 (2025-04-28)

Bug Fixes

  • package.json: update copy-styles command to use quotes for path consistency (#76) (172254a)

v0.4.0

28 Apr 09:39
94dd3dd

Choose a tag to compare

0.4.0 (2025-04-27)

Features

  • add useLayer hook for managing graph layers and enhance documentation (c7e083f)
  • Camera: add methods for converting relative coordinates to absolute screen space (84a8111)
  • DevTools: introduce DevToolsLayer for enhanced graph debugging and measurement (d450e12)
  • export useLayer hook from index file to enhance layer management (43d4e9c)
  • Layers: add an AbortController to manage events (#64) (714fb0e)
  • NewBlockLayer, ConnectionLayer: added validation and duplication of blocks by a group (#62) (4df468d)

Bug Fixes

  • Events: remove mousemove event from API/docs: it was never actually dispatched (8393772)
  • Group: stop click event propagation to prevent selection reset (#65) (7b438de)
  • Improve block signal handling and add $blocksReactiveState for full state tracking (48c78aa)
  • make showConnectionArrows setting properly control arrow visibility (#67) (8139e37)

v0.3.1

19 Mar 15:36
463ba0d

Choose a tag to compare

0.3.1 (2025-03-19)

chore

Features

  • canvas: allow customize below layer (#56) (8b20838)

Bug Fixes

  • delayed anchor render on html layer (#54) (da92917)
  • Delegate pointer-events from the BlockGroupLayer to the Camera on interact with groups (#57) (450475b)
  • improve anchors props type (#52) (0553bfa)