Skip to content

Commit 5a7403b

Browse files
chore(main): release 0.8.0
1 parent 8791f30 commit 5a7403b

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/gravity-ui/charts/compare/v0.7.0...v0.8.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* add borderRadius option to bar-x series ([#44](https://github.com/gravity-ui/charts/issues/44)) ([c602e65](https://github.com/gravity-ui/charts/commit/c602e657c095085136a25877facf36338bf8b343))
9+
* add sankey series type ([#46](https://github.com/gravity-ui/charts/issues/46)) ([8791f30](https://github.com/gravity-ui/charts/commit/8791f30e7eecf6130b70705bc37114b61285748e))
10+
* segment radius for pie series ([#41](https://github.com/gravity-ui/charts/issues/41)) ([b9cf354](https://github.com/gravity-ui/charts/commit/b9cf3543e9d284978fcddaaf041815e1917c9297))
11+
* yAxis plotLines ([#45](https://github.com/gravity-ui/charts/issues/45)) ([6aea3bc](https://github.com/gravity-ui/charts/commit/6aea3bcf86facdd4a019a7e612d7ac7e27006c35))
12+
13+
14+
### Bug Fixes
15+
16+
* circular dependency in useSeries ([#42](https://github.com/gravity-ui/charts/issues/42)) ([caa6a97](https://github.com/gravity-ui/charts/commit/caa6a9791013428d3cb215f5558373b01e88f3f3))
17+
* plot title color ([#39](https://github.com/gravity-ui/charts/issues/39)) ([cd2325d](https://github.com/gravity-ui/charts/commit/cd2325dacdc8418a1bb8b9d8a0ece2791e2d4c21))
18+
319
## [0.7.0](https://github.com/gravity-ui/charts/compare/v0.6.1...v0.7.0) (2025-02-18)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/charts",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "React component used to render charts",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)