Skip to content

Commit

Permalink
chore(main): release 4.18.0 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Jan 26, 2024
1 parent 290d2cd commit 4c59119
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.18.0](https://github.com/gravity-ui/chartkit/compare/v4.17.0...v4.18.0) (2024-01-26)


### Features

* **D3 plugin:** add halo to scatter hover series ([#394](https://github.com/gravity-ui/chartkit/issues/394)) ([af2ac7c](https://github.com/gravity-ui/chartkit/commit/af2ac7c6ec3e104ac060b342a9f8ebb88e3e646c))
* **D3 plugin:** Stacked percentage charts (bar-x, bar-y, area) ([#391](https://github.com/gravity-ui/chartkit/issues/391)) ([590f342](https://github.com/gravity-ui/chartkit/commit/590f342f01ec1fcc9b1dadf99942712b657526b3))
* **d3:** Add text for center in donut charts ([#389](https://github.com/gravity-ui/chartkit/issues/389)) ([da86362](https://github.com/gravity-ui/chartkit/commit/da86362a1248606a483c82d77e00906fba8130dc))


### Bug Fixes

* bumped yagr to 4.2.1 (fixing .setSeries updates) ([#395](https://github.com/gravity-ui/chartkit/issues/395)) ([ada09ed](https://github.com/gravity-ui/chartkit/commit/ada09ed17414b95aada4eb6d148b9df462430c1c))
* **D3 plugin:** When updating data to empty, an unhandled error is thrown ([#396](https://github.com/gravity-ui/chartkit/issues/396)) ([290d2cd](https://github.com/gravity-ui/chartkit/commit/290d2cd2f0ce8e70e89cca17daae8c123c41970e))

## [4.17.0](https://github.com/gravity-ui/chartkit/compare/v4.16.0...v4.17.0) (2024-01-18)


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": "4.17.0",
"version": "4.18.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 4c59119

Please sign in to comment.