Skip to content

Commit

Permalink
chore: relese 5.1.23 (#6316)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Jun 24, 2024
1 parent 20f4d71 commit bbdbd34
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [5.1.23](https://github.com/antvis/g2/compare/5.1.22...5.1.23) (2024-06-24)


### Bug Fixes

* **tooltip:** dual axes with mult-series bar ([#6295](https://github.com/antvis/g2/issues/6295)) ([a5db4cc](https://github.com/antvis/g2/commit/a5db4cc4593b7e5fc5e5ec09168d181d7af6c1a2))
* **tooltip:** emit show in large dataset ([#6310](https://github.com/antvis/g2/issues/6310)) ([1542db5](https://github.com/antvis/g2/commit/1542db53a74ce7539611c4b9f84ab876f4d77d52))
* **tooltip:** font-family default to sans-serif ([#6314](https://github.com/antvis/g2/issues/6314)) ([20f4d71](https://github.com/antvis/g2/commit/20f4d716660115041ae0a86ab1b18bb32fb36846))
* **tooltip:** series enterable ([#6296](https://github.com/antvis/g2/issues/6296)) ([d4c9a28](https://github.com/antvis/g2/commit/d4c9a28f161d6bf2efb49282fa9925d9c1914561))
* **tooltip:** show error data if dataset if large ([#6307](https://github.com/antvis/g2/issues/6307)) ([1571ad4](https://github.com/antvis/g2/commit/1571ad477494cdc43a981d73cd43f6f83f4fefcf))


### Features

* add tooltip markerType ([#6292](https://github.com/antvis/g2/issues/6292)) ([2dd53ee](https://github.com/antvis/g2/commit/2dd53ee8ff5254caea673b8e4437e79c551d9d0e))



## [5.1.22](https://github.com/antvis/g2/compare/5.1.21...5.1.22) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
"version": "5.1.22",
"version": "5.1.23",
"description": "the Grammar of Graphics in Javascript",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.22",
"version": "5.1.23",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand Down

0 comments on commit bbdbd34

Please sign in to comment.