From e81f6488ec7be25c8e68afb74643316177806657 Mon Sep 17 00:00:00 2001 From: "gravity-ui[bot]" <207856522+gravity-ui[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:39:06 +0000 Subject: [PATCH] chore(main): release 1.11.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12491ad1..aec9d71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.11.1](https://github.com/gravity-ui/graph/compare/v1.11.0...v1.11.1) (2026-06-29) + + +### chore + +* release 1.11.1 ([1b7175c](https://github.com/gravity-ui/graph/commit/1b7175cf2964f3020dc0273e70f66d8a22aa78d0)) + + +### Features + +* **camera:** add committed $camera signal and Layer.onCameraChange hook ([#303](https://github.com/gravity-ui/graph/issues/303)) ([12c24d3](https://github.com/gravity-ui/graph/commit/12c24d3f29aa202578c63227b68a780eae06e288)) + + +### Bug Fixes + +* hittest pending entities update ([#297](https://github.com/gravity-ui/graph/issues/297)) ([ad2cdfe](https://github.com/gravity-ui/graph/commit/ad2cdfe86db06ce2457934870689a7c4464abc9d)) +* **wheel:** improve cross-platform wheel intent and suppress text selection on drag ([#304](https://github.com/gravity-ui/graph/issues/304)) ([cc41fca](https://github.com/gravity-ui/graph/commit/cc41fcaf63bac97d2e2d1640619f4cb0d4d31fe8)) +* **wheel:** improve Mac Chrome trackpad intent and wheel policy API([#306](https://github.com/gravity-ui/graph/issues/306)) ([1d39a7e](https://github.com/gravity-ui/graph/commit/1d39a7ec25e7ccda3137932e24870b99bc08c641)) + ## [1.11.0](https://github.com/gravity-ui/graph/compare/v1.10.3...v1.11.0) (2026-06-24) diff --git a/package-lock.json b/package-lock.json index 0183f7e5..fc7b8dc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/graph", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/graph", - "version": "1.11.0", + "version": "1.11.1", "license": "MIT", "dependencies": { "@preact/signals-core": "^1.12.2", diff --git a/package.json b/package.json index f681ad60..8dad6a8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/graph", - "version": "1.11.0", + "version": "1.11.1", "description": "Modern graph editor component", "main": "build/index.js", "module": "build/index.js",