From 2f0f0e0262b6b692e7bdd06cdba416a0540d3a6d Mon Sep 17 00:00:00 2001 From: Bairui Su Date: Tue, 16 Jan 2024 17:50:18 +0800 Subject: [PATCH] chore: update to 5.1.15 (#6043) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- site/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edd193f65..577d97eb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [5.1.15](https://github.com/antvis/g2/compare/5.1.14...5.1.15) (2024-01-16) + + +### Bug Fixes + +* **api:** auotFit sizeOf width > auto width > default width ([#6013](https://github.com/antvis/g2/issues/6013)) ([0f992d2](https://github.com/antvis/g2/commit/0f992d2abb3eb7752aa0f146ba2a654d12667b73)) +* **api:** scrollbar value 态silder values ([#6033](https://github.com/antvis/g2/issues/6033)) ([cded9ed](https://github.com/antvis/g2/commit/cded9ed5a5116e460085f0bbb82aa6a5051aa1ff)) +* fix point scale generates gradient color ([#5977](https://github.com/antvis/g2/issues/5977)) ([039716f](https://github.com/antvis/g2/commit/039716f73b3e96138d5cdaec52f4d500268d9ab5)) +* **slider:** adjust tooltip's position when clipped ([#6042](https://github.com/antvis/g2/issues/6042)) ([c6a5ee4](https://github.com/antvis/g2/commit/c6a5ee43dc45b6c437acdbec23fd232ea58a56f4)) + + +### Features + +* treemap drilldown 1.0.0 ([#6038](https://github.com/antvis/g2/issues/6038)) ([935df1b](https://github.com/antvis/g2/commit/935df1bde641a57ce30da33848268e064a5a1255)) + + + ## [5.1.14](https://github.com/antvis/g2/compare/5.1.13...5.1.14) (2024-01-05) diff --git a/package.json b/package.json index 6b2b078ed4..619336450f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2", - "version": "5.1.14", + "version": "5.1.15", "description": "the Grammar of Graphics in Javascript", "license": "MIT", "main": "lib/index.js", diff --git a/site/package.json b/site/package.json index 0455578c8f..de031f5f7a 100644 --- a/site/package.json +++ b/site/package.json @@ -1,5 +1,5 @@ { - "version": "5.1.14", + "version": "5.1.15", "scripts": { "start": "dumi dev", "build": "dumi build",