Skip to content

Releases: gravity-ui/graph

v1.2.0-rc

04 Sep 11:04
7bfd237

Choose a tag to compare

1.2.0-rc (2025-09-04)

chore

Features

  • add declarative way to add layers on the graph canvas (#120) (fa77af8)
  • ConnectionState: add link to BlockConnection in ConnectionState (#124) (f1f802e)
  • export scheduler tools from lib (#132) (f4048a9)
  • GraphComponent, HitBox: introduce interactive and non-boundary components (#130) (ec53993)
  • introduce Port System (#128) (6e062fe)
  • make selected and anchors fields optional in TBlock type (#129) (badfdfb)

Bug Fixes

  • ConnectionState: fix breaking change with $sourceBlock and $targetBloc (6587d5a)
  • fix getCoord in safari (fa6f463)
  • make cursor field writable (#127) (01a7e10)
  • PortList: fix performance issue on update portsMap (04b5d37)
  • zoom: return valid rect instead of Infinity when blocks not found (#123) (9ad6828)

v1.1.4

10 Jul 13:19
a82414c

Choose a tag to compare

1.1.4 (2025-07-10)

chore

Features

  • Graph: Add method to get elements in viewport (9f10e1c)

Bug Fixes

v1.1.3

09 Jul 15:54
44198dd

Choose a tag to compare

1.1.3 (2025-07-09)

Bug Fixes

  • fix add/remove hitbox item (3b0bb42)

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)