diff --git a/CHANGELOG.md b/CHANGELOG.md index d97706dd..8af4a3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [5.2.0](https://github.com/gravity-ui/chartkit/compare/v5.1.0...v5.2.0) (2024-03-14) + + +### 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)) +* **Yagr plugin:** add `legendColorKey` property to series options ([#440](https://github.com/gravity-ui/chartkit/issues/440)) ([ae6a00f](https://github.com/gravity-ui/chartkit/commit/ae6a00f5751047c7509d8942de28a517d375e255)) + + +### 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)) +* move @gravity-ui/i18n to dependencies ([#450](https://github.com/gravity-ui/chartkit/issues/450)) ([8853135](https://github.com/gravity-ui/chartkit/commit/8853135a561061bb0d30a85b70a8c0dd43d5506a)) + ## [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 0509c1ba..fd922184 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 f62f3c96..40aa8054 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",