From bbdbd3408e167138f75cd5a9c8ffff28b34ad4cf Mon Sep 17 00:00:00 2001 From: Bairui Su Date: Mon, 24 Jun 2024 17:24:26 +0800 Subject: [PATCH] chore: relese 5.1.23 (#6316) --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- site/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa8463c57..ddbec14d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 095c58cd11..23f1f4e5d5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/site/package.json b/site/package.json index 6b51f2d069..b2fc6f492e 100644 --- a/site/package.json +++ b/site/package.json @@ -1,5 +1,5 @@ { - "version": "5.1.22", + "version": "5.1.23", "scripts": { "start": "dumi dev", "build": "dumi build",