Skip to content

Commit 64c5710

Browse files
chore(main): release 1.8.0-rc.3
1 parent 4a5fd70 commit 64c5710

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## [1.8.0-rc.3](https://github.com/gravity-ui/graph/compare/v1.8.0-rc.2...v1.8.0-rc.3) (2026-01-20)
4+
5+
6+
### chore
7+
8+
* release 1.8.0-rc.3 ([4a5fd70](https://github.com/gravity-ui/graph/commit/4a5fd70e83ce40de321221f3cfe07b9888d4404d))
9+
10+
11+
### Features
12+
13+
* **BlockConnection:** optimize rendering and connection updates with caching and debouncing ([a443e0a](https://github.com/gravity-ui/graph/commit/a443e0af364488a90c2bfaf88db01abad99a4ee0))
14+
* **CameraService:** add method to increase some size with scale factor ([a443e0a](https://github.com/gravity-ui/graph/commit/a443e0af364488a90c2bfaf88db01abad99a4ee0))
15+
16+
17+
### Bug Fixes
18+
19+
* **Layer:** some fixes in Layer.css ([a443e0a](https://github.com/gravity-ui/graph/commit/a443e0af364488a90c2bfaf88db01abad99a4ee0))
20+
321
## [1.8.0-rc.2](https://github.com/gravity-ui/graph/compare/v1.8.0-rc.1...v1.8.0-rc.2) (2026-01-19)
422

523

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

0 commit comments

Comments
 (0)