Skip to content

Commit 4572b0f

Browse files
chore(main): release 1.43.1 (#525)
1 parent 29e190b commit 4572b0f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [1.43.1](https://github.com/gravity-ui/charts/compare/v1.43.0...v1.43.1) (2026-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve layer order for line series mixed with other series types ([#526](https://github.com/gravity-ui/charts/issues/526)) ([ad87cf5](https://github.com/gravity-ui/charts/commit/ad87cf56499574d746ff84ddacbf7dff4c77778f))
9+
* respect chart margins in title positioning and wrapping ([#527](https://github.com/gravity-ui/charts/issues/527)) ([29e190b](https://github.com/gravity-ui/charts/commit/29e190b0a5c8324881208cbab952ffa0394723d5))
10+
* use Pointer Events API to detect input type instead of static touch detection ([#524](https://github.com/gravity-ui/charts/issues/524)) ([121c204](https://github.com/gravity-ui/charts/commit/121c204d2cf7e442a2cb0ff34da40b9b704fed4b))
11+
312
## [1.43.0](https://github.com/gravity-ui/charts/compare/v1.42.4...v1.43.0) (2026-03-30)
413

514

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": "1.43.0",
3+
"version": "1.43.1",
44
"description": "A flexible JavaScript library for data visualization and chart rendering using React",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)