Skip to content

Commit ab9dd44

Browse files
chore(main): release 1.8.5
1 parent 357f5b0 commit ab9dd44

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.8.5](https://github.com/gravity-ui/graph/compare/v1.8.4...v1.8.5) (2026-03-02)
4+
5+
6+
### chore
7+
8+
* release 1.8.5 ([357f5b0](https://github.com/gravity-ui/graph/commit/357f5b08636be84b2d7418cb4b10da71e882e7ed))
9+
10+
11+
### Features
12+
13+
* Add setting emulateMouseEventsOnCameraChange ([#255](https://github.com/gravity-ui/graph/issues/255)) ([253007b](https://github.com/gravity-ui/graph/commit/253007b1550643d034c05d5af03ae3a57cafafe2))
14+
* **GraphBlock:** Add ref prop ([69079bc](https://github.com/gravity-ui/graph/commit/69079bc3935277f423aa7a87af7d9e67cfbd3ea1))
15+
* some improvements ([#251](https://github.com/gravity-ui/graph/issues/251)) ([69079bc](https://github.com/gravity-ui/graph/commit/69079bc3935277f423aa7a87af7d9e67cfbd3ea1))
16+
17+
18+
### Bug Fixes
19+
20+
* **Block:** make block.viewComponent signal ([#256](https://github.com/gravity-ui/graph/issues/256)) ([89e4fd2](https://github.com/gravity-ui/graph/commit/89e4fd2388b9e057ff99a4ca1ac67cc9bfae393c))
21+
* **ConnectionState:** fix resolving BlockState ([#252](https://github.com/gravity-ui/graph/issues/252)) ([e81896f](https://github.com/gravity-ui/graph/commit/e81896f0aeee90cfcefc2ee3d7c8dcf1592779ae))
22+
* **debounce:** fix `undefined is not iterable` issue ([725440f](https://github.com/gravity-ui/graph/commit/725440fb850674fcc29376f11109e1eb73247a7e))
23+
* **debounce:** fix canceling debounce function ([#254](https://github.com/gravity-ui/graph/issues/254)) ([b2db0b2](https://github.com/gravity-ui/graph/commit/b2db0b29811d3742ba20953778d95cadd1260da2))
24+
* **MiniMapLayer:** refactor MinimapLayer ([#258](https://github.com/gravity-ui/graph/issues/258)) ([085cd23](https://github.com/gravity-ui/graph/commit/085cd230d80be261868e117017db6b412a9c7a2c))
25+
326
## [1.8.4](https://github.com/gravity-ui/graph/compare/v1.8.3...v1.8.4) (2026-02-17)
427

528

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

0 commit comments

Comments
 (0)