Skip to content

Commit 3c98885

Browse files
chore(main): release 1.5.0
1 parent 81ea6c2 commit 3c98885

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.5.0](https://github.com/gravity-ui/graph/compare/v1.4.0...v1.5.0) (2025-10-21)
4+
5+
6+
### Features
7+
8+
* **Camera:** add auto-panning ([#165](https://github.com/gravity-ui/graph/issues/165)) ([562dbbc](https://github.com/gravity-ui/graph/commit/562dbbc6a7eb2819e205f583d775a009ef100c19))
9+
10+
11+
### Bug Fixes
12+
13+
* **GraphPlayground:** implement unique block index generation using timestamp ([81ea6c2](https://github.com/gravity-ui/graph/commit/81ea6c27e8665543f2c815037b00443a8db96553))
14+
315
## [1.4.0](https://github.com/gravity-ui/graph/compare/v1.3.6...v1.4.0) (2025-10-06)
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.4.0",
3+
"version": "1.5.0",
44
"description": "Modern graph editor component",
55
"main": "build/index.js",
66
"module": "build/index.js",

0 commit comments

Comments
 (0)