Skip to content

Commit 463ba0d

Browse files
chore(main): release 0.3.1 (#53)
1 parent 9b43f89 commit 463ba0d

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/gravity-ui/graph/compare/v0.3.0...v0.3.1) (2025-03-19)
4+
5+
6+
### chore
7+
8+
* release 0.3.1 ([9b43f89](https://github.com/gravity-ui/graph/commit/9b43f89c36a259c7121268da4d53fcb0517b20c9))
9+
10+
11+
### Features
12+
13+
* **canvas:** allow customize below layer ([#56](https://github.com/gravity-ui/graph/issues/56)) ([8b20838](https://github.com/gravity-ui/graph/commit/8b208381a8a3ff6fee3d9d2252155661f273083c))
14+
15+
16+
### Bug Fixes
17+
18+
* delayed anchor render on html layer ([#54](https://github.com/gravity-ui/graph/issues/54)) ([da92917](https://github.com/gravity-ui/graph/commit/da929176ed073aef30a572671caf9b9e5b9d7a47))
19+
* Delegate pointer-events from the BlockGroupLayer to the Camera on interact with groups ([#57](https://github.com/gravity-ui/graph/issues/57)) ([450475b](https://github.com/gravity-ui/graph/commit/450475bfc7ac369a408565611ca57afab995297a))
20+
* improve anchors props type ([#52](https://github.com/gravity-ui/graph/issues/52)) ([0553bfa](https://github.com/gravity-ui/graph/commit/0553bfa4687eadbcc2d314a6d31254266eccbb3e))
21+
322
## [0.3.0](https://github.com/gravity-ui/graph/compare/v0.2.1...v0.3.0) (2025-03-05)
423

524

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": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Modern graph editor component",
55
"main": "build/index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)