From 311ee0a2a5dbda0db1223faa1135c37eafe13a61 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Wed, 16 Sep 2026 11:36:59 +0200 Subject: [PATCH] chore(main): release 1.32.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c6ef7..8d8a296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.32.0](https://github.com/gravity-ui/timeline/compare/v1.31.0...v1.32.0) (2026-09-16) + + +### Features + +* **Camera:** add configurable zoom sensitivity [YTFRONT-6029] ([5816206](https://github.com/gravity-ui/timeline/commit/5816206c2652b77b5640f00df1db78bc553e124f)) +* **Canvas:** resolve CSS fonts [YTFRONT-6029] ([d373383](https://github.com/gravity-ui/timeline/commit/d37338378cf37c76c572b6374699d685351e7ce6)) +* **Events:** cursor parameter [YTFRONT-6029] ([b06c195](https://github.com/gravity-ui/timeline/commit/b06c1958b3306a0966b0771acb983e90291d7ec7)) +* **Timeline:** add timeline range change event [YTFRONT-6029] ([dff7bc0](https://github.com/gravity-ui/timeline/commit/dff7bc0c1358e9b6a43ddfc6bf9b59ce238e8a2b)) + + +### Bug Fixes + +* **Camera:** infinite range [YTFRONT-6029] ([af59179](https://github.com/gravity-ui/timeline/commit/af59179ea60f18728a7d10ff56ae36b998255e3d)) + ## [1.31.0](https://github.com/gravity-ui/timeline/compare/v1.30.0...v1.31.0) (2026-09-14) diff --git a/package-lock.json b/package-lock.json index a5bb0b0..0a1157f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/timeline", - "version": "1.31.0", + "version": "1.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/timeline", - "version": "1.31.0", + "version": "1.32.0", "license": "MIT", "dependencies": { "dayjs": "^1.11.13", diff --git a/package.json b/package.json index 217ddc0..90a2673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/timeline", - "version": "1.31.0", + "version": "1.32.0", "description": "Interactive timeline component for React with zoom, pan and custom event rendering capabilities.", "main": "build/index.js", "module": "build/index.js",