Skip to content

Commit d500bd0

Browse files
chore(main): release 1.8.0
1 parent 6fc3b55 commit d500bd0

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/gravity-ui/graph/compare/v1.7.3...v1.8.0) (2026-01-15)
4+
5+
6+
### Features
7+
8+
* add raf debouncing for useGraphEvent ([6fc3b55](https://github.com/gravity-ui/graph/commit/6fc3b555e36fe86f674aded44314a99a45dccb05))
9+
* fix border position, to prevent increasing a block size ([6fc3b55](https://github.com/gravity-ui/graph/commit/6fc3b555e36fe86f674aded44314a99a45dccb05))
10+
* **graph:** enhance event handling for mousedown to allow default prevention and improve drag functionality ([#209](https://github.com/gravity-ui/graph/issues/209)) ([2e2d443](https://github.com/gravity-ui/graph/commit/2e2d443de0e906b6a4bbea0da4b2b0a3b3aa2706))
11+
* lot of fixes ([#203](https://github.com/gravity-ui/graph/issues/203)) ([6fc3b55](https://github.com/gravity-ui/graph/commit/6fc3b555e36fe86f674aded44314a99a45dccb05))
12+
13+
14+
### Bug Fixes
15+
16+
* **ConnectionLayer:** pre-save initial sourceComponent on start creating connection ([#212](https://github.com/gravity-ui/graph/issues/212)) ([930e663](https://github.com/gravity-ui/graph/commit/930e6636d20e82ae581c062b9e469c6050b34330))
17+
318
## [1.7.3](https://github.com/gravity-ui/graph/compare/v1.7.2...v1.7.3) (2025-12-23)
419

520

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": "1.7.3",
3+
"version": "1.8.0",
44
"description": "Modern graph editor component",
55
"main": "build/index.js",
66
"module": "build/index.js",

0 commit comments

Comments
 (0)