Skip to content

Commit 2d4be98

Browse files
chore(main): release 1.8.0
1 parent dbdefa9 commit 2d4be98

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+
## [1.8.0](https://github.com/gravity-ui/graph/compare/v1.7.2...v1.8.0) (2025-12-23)
4+
5+
6+
### Features
7+
8+
* add threshold for dragListener and set default threshold=5 ([dbdefa9](https://github.com/gravity-ui/graph/commit/dbdefa9f2c8b5909df11ad77ca74c405bd4dd57f))
9+
10+
11+
### Bug Fixes
12+
13+
* prevent preventDefault of native event. ([#205](https://github.com/gravity-ui/graph/issues/205)) ([dbdefa9](https://github.com/gravity-ui/graph/commit/dbdefa9f2c8b5909df11ad77ca74c405bd4dd57f))
14+
315
## [1.7.2](https://github.com/gravity-ui/graph/compare/v1.7.1...v1.7.2) (2025-12-16)
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": "1.7.2",
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)