Skip to content

Commit a82414c

Browse files
chore(main): release 1.1.4 (#113)
1 parent f45c596 commit a82414c

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.4](https://github.com/gravity-ui/graph/compare/v1.1.3...v1.1.4) (2025-07-10)
4+
5+
6+
### chore
7+
8+
* release 1.1.4 ([f45c596](https://github.com/gravity-ui/graph/commit/f45c596e271d7d696a4b11960e8d7a208c3bbb4a))
9+
10+
11+
### Features
12+
13+
* **Graph:** Add method to get elements in viewport ([9f10e1c](https://github.com/gravity-ui/graph/commit/9f10e1c37a654bc6a1c901601d638a63b930ce8e))
14+
15+
16+
### Bug Fixes
17+
18+
* **Layer:** fix Layer lifecycle ([#112](https://github.com/gravity-ui/graph/issues/112)) ([9f10e1c](https://github.com/gravity-ui/graph/commit/9f10e1c37a654bc6a1c901601d638a63b930ce8e))
19+
320
## [1.1.3](https://github.com/gravity-ui/graph/compare/v1.1.2...v1.1.3) (2025-07-09)
421

522

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

0 commit comments

Comments
 (0)