Skip to content

Commit e0d1b08

Browse files
chore(main): release 1.8.1-rc.4
1 parent a3ea095 commit e0d1b08

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [1.8.1-rc.4](https://github.com/gravity-ui/graph/compare/v1.8.0-rc.4...v1.8.1-rc.4) (2026-01-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **BlockList:** render items to wrapper instead to portal direcly to improve reconcilation ([a3ea095](https://github.com/gravity-ui/graph/commit/a3ea0958097ef62c130678a6e3e2873e26b9e1de))
9+
* **useSignal:** useLayoutEffect to faster get signal-value ([a3ea095](https://github.com/gravity-ui/graph/commit/a3ea0958097ef62c130678a6e3e2873e26b9e1de))
10+
311
## [1.8.0-rc.4](https://github.com/gravity-ui/graph/compare/v1.8.0-rc.3...v1.8.0-rc.4) (2026-01-21)
412

513

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

0 commit comments

Comments
 (0)