Skip to content

Commit

Permalink
chore(main): release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot committed Mar 12, 2024
1 parent 7a7b2da commit 7930096
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:gravity-ui/ChartKit.git",
Expand Down

0 comments on commit 7930096

Please sign in to comment.