Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: change log #6481

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [5.2.6](https://github.com/antvis/g2/compare/5.2.5...5.2.6) (2024-09-30)


### Bug Fixes

* update the position of lineXY with arrow ([#6442](https://github.com/antvis/g2/issues/6442)) ([3d426cc](https://github.com/antvis/g2/commit/3d426cc8a8937b94e21b8e92d72a9ae2e2a77b89))
* when update the position of tooltip, calculate the containerOffset ([#6469](https://github.com/antvis/g2/issues/6469)) ([ed5a1d6](https://github.com/antvis/g2/commit/ed5a1d6b9148b78c86bdbeaa4d36ce0ecab09c53))
* 订正slider组件属性文件 ([#6467](https://github.com/antvis/g2/issues/6467)) ([5c5f97a](https://github.com/antvis/g2/commit/5c5f97a6fc7c3f3407d67024bf49934d42ac4d28))


### Features

* add columnWidthRatio configuration to the style of the interval ([#6474](https://github.com/antvis/g2/issues/6474)) ([ff5bbc0](https://github.com/antvis/g2/commit/ff5bbc0f660efb9af870fcc0d5581639606e887f))



## [5.2.5](https://github.com/antvis/g2/compare/5.2.4...5.2.5) (2024-08-30)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
"version": "5.2.5",
"version": "5.2.6",
"description": "the Grammar of Graphics in Javascript",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -177,4 +177,4 @@
"bugs": {
"url": "https://github.com/antvis/g2/issues"
}
}
}
Loading