Skip to content

Commit 466dc90

Browse files
chore(main): release 1.3.0 (#147)
1 parent 2bcb7d9 commit 466dc90

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/gravity-ui/graph/compare/v1.2.2...v1.3.0) (2025-09-24)
4+
5+
6+
### Features
7+
8+
* **CameraService:** add viewport insets management and update related methods ([#141](https://github.com/gravity-ui/graph/issues/141)) ([ce7afbc](https://github.com/gravity-ui/graph/commit/ce7afbc2914950aa802dcbe61ebf27bf0879aae8))
9+
* Introduce CursorLayer ([#149](https://github.com/gravity-ui/graph/issues/149)) ([2bcb7d9](https://github.com/gravity-ui/graph/commit/2bcb7d9310ba419547ca296e0477ac807fe4e9ca))
10+
* Unified Selection service ([#133](https://github.com/gravity-ui/graph/issues/133)) ([f267984](https://github.com/gravity-ui/graph/commit/f2679842d1df616ea66ba87ad7a5b18d8f951ae6))
11+
12+
13+
### Bug Fixes
14+
15+
* **BlocksList:** improve hitTest update handling ([#145](https://github.com/gravity-ui/graph/issues/145)) ([5c8bfc7](https://github.com/gravity-ui/graph/commit/5c8bfc789239dda666656067ca80f3b9d7baef99))
16+
* fix drag block on multiple selection ([0a5ca66](https://github.com/gravity-ui/graph/commit/0a5ca66206e26998687a9fea794dfa58e866b20d))
17+
* fix resolve unstable state on empty graph ([#151](https://github.com/gravity-ui/graph/issues/151)) ([0559302](https://github.com/gravity-ui/graph/commit/055930293661e1b9cb1a1f5f46436f3d3946c333))
18+
319
## [1.2.2](https://github.com/gravity-ui/graph/compare/v1.2.1...v1.2.2) (2025-09-17)
420

521

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

0 commit comments

Comments
 (0)