Skip to content

Commit

Permalink
chore: changelog (#6481)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 authored Sep 30, 2024
1 parent ff5bbc0 commit 1470c2e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
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"
}
}
}

0 comments on commit 1470c2e

Please sign in to comment.