From 893b6bf44ef23e2da64d4227aad4b894a606483b Mon Sep 17 00:00:00 2001 From: Jinke Li Date: Tue, 30 Apr 2024 07:59:38 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20=E6=9B=B4=E6=96=B0=20ch?= =?UTF-8?q?angelog=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/s2-core/CHANGELOG.md | 9 +++++++++ packages/s2-core/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/s2-core/CHANGELOG.md b/packages/s2-core/CHANGELOG.md index ae9b242cbf..905c2ce3fd 100644 --- a/packages/s2-core/CHANGELOG.md +++ b/packages/s2-core/CHANGELOG.md @@ -1,3 +1,12 @@ +# [@antv/s2-v1.55.3](https://github.com/antvis/S2/compare/@antv/s2-v1.55.2...@antv/s2-v1.55.3) (2024-04-30) + + +### Bug Fixes + +* 修复维值带有 '-' 时刷选复制无法复制表头 close [#2684](https://github.com/antvis/S2/issues/2684) ([#2691](https://github.com/antvis/S2/issues/2691)) ([0c0e888](https://github.com/antvis/S2/commit/0c0e8881d1d88ad7596fa29aeecdf7bc86381b1c)) +* 修复计算列宽时计算的文字宽度和判断文本是否溢出隐藏的文字宽度不一致的问题 ([#2689](https://github.com/antvis/S2/issues/2689)) ([49aa4cf](https://github.com/antvis/S2/commit/49aa4cfbf44ad73631c007fe3a9f480dbdfeaed6)) +* 修复非滚动引起的渲染也会触发滚动事件的问题 ([#2692](https://github.com/antvis/S2/issues/2692)) ([7bfe0f5](https://github.com/antvis/S2/commit/7bfe0f5f1536e6193abd30f216a2ea302ea01cd9)) + # [@antv/s2-v1.55.2](https://github.com/antvis/S2/compare/@antv/s2-v1.55.1...@antv/s2-v1.55.2) (2024-04-26) diff --git a/packages/s2-core/package.json b/packages/s2-core/package.json index c62988ed85..94166d74e2 100644 --- a/packages/s2-core/package.json +++ b/packages/s2-core/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@antv/s2", - "version": "1.55.2", + "version": "1.55.3", "main": "lib/index.js", "unpkg": "dist/index.min.js", "jsdelivr": "dist/index.min.js",