Skip to content

Commit d7f2b76

Browse files
chore(main): release 1.5.0 (#166)
1 parent c769d55 commit d7f2b76

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/gravity-ui/graph/compare/v1.4.0...v1.5.0) (2025-10-22)
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+
* **Camera:** implement configurable mouse wheel behavior for zooming and scrolling ([#173](https://github.com/gravity-ui/graph/issues/173)) ([c769d55](https://github.com/gravity-ui/graph/commit/c769d55fc91b979a8fa242d5dece17cbf14c653c))
10+
* introduce CSSVariablesLayer ([#142](https://github.com/gravity-ui/graph/issues/142)) ([f66ee7b](https://github.com/gravity-ui/graph/commit/f66ee7bb1daf77118b86bc7878c5161fe0dc1572))
11+
12+
13+
### Bug Fixes
14+
15+
* **GraphPlayground:** implement unique block index generation using timestamp ([81ea6c2](https://github.com/gravity-ui/graph/commit/81ea6c27e8665543f2c815037b00443a8db96553))
16+
317
## [1.4.0](https://github.com/gravity-ui/graph/compare/v1.3.6...v1.4.0) (2025-10-06)
418

519

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)