From 79300964251911ce515bca9d3c6b9c15022d0905 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:00:15 +0300 Subject: [PATCH] chore(main): release 5.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d97706dd..b88debde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [5.2.0](https://github.com/gravity-ui/chartkit/compare/v5.1.0...v5.2.0) (2024-03-12) + + +### Features + +* **D3 plugin:** add cursor option for series ([#441](https://github.com/gravity-ui/chartkit/issues/441)) ([32d4e6f](https://github.com/gravity-ui/chartkit/commit/32d4e6f8aa8c00f47d3ae33be6d45571a3429069)) +* **D3 plugin:** add cursor option for series ([#444](https://github.com/gravity-ui/chartkit/issues/444)) ([32d4e6f](https://github.com/gravity-ui/chartkit/commit/32d4e6f8aa8c00f47d3ae33be6d45571a3429069)) + + +### Bug Fixes + +* add tslib to dependencies ([#446](https://github.com/gravity-ui/chartkit/issues/446)) ([5108bd5](https://github.com/gravity-ui/chartkit/commit/5108bd5b2deab8b36649797fe95bbba69304b37f)) +* **D3 plugin:** fix click event handler ([#436](https://github.com/gravity-ui/chartkit/issues/436)) ([71801cf](https://github.com/gravity-ui/chartkit/commit/71801cf59b9a51191b310652062e6877d5bb06f3)) +* **D3 plugin:** fix click event handler ([#443](https://github.com/gravity-ui/chartkit/issues/443)) ([71801cf](https://github.com/gravity-ui/chartkit/commit/71801cf59b9a51191b310652062e6877d5bb06f3)) +* **d3:** fix click event handler ([71801cf](https://github.com/gravity-ui/chartkit/commit/71801cf59b9a51191b310652062e6877d5bb06f3)) +* fix chart config with params methods for Highcharts with split pane ([#447](https://github.com/gravity-ui/chartkit/issues/447)) ([7a7b2da](https://github.com/gravity-ui/chartkit/commit/7a7b2dae08b4eb024a3e7f3b705db97ef4a536b2)) + ## [5.1.0](https://github.com/gravity-ui/chartkit/compare/v5.0.0...v5.1.0) (2024-02-20) diff --git a/package-lock.json b/package-lock.json index 20fb4796..2feea141 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.1.0", + "version": "5.2.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index c9dd1441..39582ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.1.0", + "version": "5.2.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",