From 855df63d7787c83170602ffb13195305b0d33727 Mon Sep 17 00:00:00 2001 From: Jinke Li Date: Fri, 22 Dec 2023 03:39:04 +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 | 16 ++++++++++++++++ packages/s2-core/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/s2-core/CHANGELOG.md b/packages/s2-core/CHANGELOG.md index 1837175e7b..3768a8b518 100644 --- a/packages/s2-core/CHANGELOG.md +++ b/packages/s2-core/CHANGELOG.md @@ -1,3 +1,19 @@ +# [@antv/s2-v1.54.2](https://github.com/antvis/S2/compare/@antv/s2-v1.54.1...@antv/s2-v1.54.2) (2023-12-22) + + +### Bug Fixes + +* 修复维度字段中包含 [&] 分隔符导致的获取数据不正确的问题 ([#2488](https://github.com/antvis/S2/issues/2488)) ([831aae1](https://github.com/antvis/S2/commit/831aae138704c4b22c09f9164489aa5de8920e73)) +* 修复行头字段为空字符串时, getDimensionValues 获取数据错误的问题 ([#2482](https://github.com/antvis/S2/issues/2482)) ([495d963](https://github.com/antvis/S2/commit/495d9634d35506ba72e6e567adc0b7c1435ec8fd)) +* 处理 getMultiData 在找不到数据时的报错信息 ([#2485](https://github.com/antvis/S2/issues/2485)) ([918e52e](https://github.com/antvis/S2/commit/918e52e9f77062ba72d6ea2622280cf256c5cc1d)) + +# [@antv/s2-v1.54.1](https://github.com/antvis/S2/compare/@antv/s2-v1.54.0...@antv/s2-v1.54.1) (2023-12-18) + + +### Bug Fixes + +* 修复行头字段为空字符串时, getDimensionValues 获取数据错误的问题 ([#2482](https://github.com/antvis/S2/issues/2482)) ([e39d5c5](https://github.com/antvis/S2/commit/e39d5c5f7feb3229f0b731a1816ca5809dffd3a5)) + # [@antv/s2-v1.54.0](https://github.com/antvis/S2/compare/@antv/s2-v1.53.0...@antv/s2-v1.54.0) (2023-12-15) diff --git a/packages/s2-core/package.json b/packages/s2-core/package.json index 7536515891..3fd0c6d5e7 100644 --- a/packages/s2-core/package.json +++ b/packages/s2-core/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@antv/s2", - "version": "1.54.0", + "version": "1.54.2", "main": "lib/index.js", "unpkg": "dist/index.min.js", "jsdelivr": "dist/index.min.js",