Skip to content

Commit ed035ab

Browse files
chore(main): release 0.5.0 (#94)
1 parent 59700fa commit ed035ab

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/gravity-ui/graph/compare/v0.4.3...v0.5.0) (2025-06-19)
4+
5+
6+
### Features
7+
8+
* add double-click event support for graph components ([#92](https://github.com/gravity-ui/graph/issues/92)) ([df6ed69](https://github.com/gravity-ui/graph/commit/df6ed698a952d3e1863b9e86400fdd460c04833c))
9+
10+
11+
### Bug Fixes
12+
13+
* update anchors before geometry to fix React positioning ([#98](https://github.com/gravity-ui/graph/issues/98)) ([59700fa](https://github.com/gravity-ui/graph/commit/59700fa88a371c75c2abf13ef8aedc77fcc729c8))
14+
315
## [0.4.3](https://github.com/gravity-ui/graph/compare/v0.4.2...v0.4.3) (2025-05-14)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/graph",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Modern graph editor component",
55
"main": "build/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)