diff --git a/packages/s2-core/CHANGELOG.md b/packages/s2-core/CHANGELOG.md index 6bd530fd7b..cd50050459 100644 --- a/packages/s2-core/CHANGELOG.md +++ b/packages/s2-core/CHANGELOG.md @@ -1,4 +1,21 @@ -# [@antv/s2-v1.53.0-alpha.4](https://github.com/antvis/S2/compare/@antv/s2-v1.53.0-alpha.3...@antv/s2-v1.53.0-alpha.4) (2023-12-07) +# [@antv/s2-v1.53.0](https://github.com/antvis/S2/compare/@antv/s2-v1.52.1...@antv/s2-v1.53.0) (2023-12-08) + + +### Bug Fixes + +* **interaction:** 修复数值单元格取消选中 & 点击空白处取消选中时没触发 GLOBAL_SELECTED 事件 ([#2449](https://github.com/antvis/S2/issues/2449)) ([07f7201](https://github.com/antvis/S2/commit/07f72012a6ec4dd00409f4962b8108f0b4e432fe)), closes [#2447](https://github.com/antvis/S2/issues/2447) +* seriesNumberHeader 不应该使用 custom row cell ([#2459](https://github.com/antvis/S2/issues/2459)) ([fd1b883](https://github.com/antvis/S2/commit/fd1b883a9b03ee8f40d9126c7706bcfdc661c20c)) +* **table-sheet:** 修复明细表 tooltip 展示了错误的汇总数据的问题 ([#2457](https://github.com/antvis/S2/issues/2457)) ([51bc110](https://github.com/antvis/S2/commit/51bc1105d8c52bd46cc89dfe2698b0fe42745c69)) +* **table-sheet:** 修复明细表排序后开启行列冻结, 冻结行展示错误 close [#2388](https://github.com/antvis/S2/issues/2388) ([#2453](https://github.com/antvis/S2/issues/2453)) ([741e27a](https://github.com/antvis/S2/commit/741e27aab78b4b415d5f9e49760b401c93a84ca9)) +* 修复透视表数据为空时,行列交叉单元格缺失的问题 ([#2452](https://github.com/antvis/S2/issues/2452)) ([87202f5](https://github.com/antvis/S2/commit/87202f581bd97adfd86a92be4ba1aca37f730af4)) +* 区分 GuiIcon 报错类型 close [#2345](https://github.com/antvis/S2/issues/2345) ([#2451](https://github.com/antvis/S2/issues/2451)) ([02f0b3b](https://github.com/antvis/S2/commit/02f0b3b5c966b6652b692d35893700829671415e)) + + +### Features + +* 交叉表支持冻结首行能力 ([#2416](https://github.com/antvis/S2/issues/2416)) ([b81b795](https://github.com/antvis/S2/commit/b81b7957b9e8b8e1fbac9ebc6cacdf45a14e5412)) + +# [@antv/s2-v1.52.1](https://github.com/antvis/S2/compare/@antv/s2-v1.52.0...@antv/s2-v1.52.1) (2023-12-01) ### Bug Fixes diff --git a/packages/s2-core/package.json b/packages/s2-core/package.json index c959204aba..ea54703b12 100644 --- a/packages/s2-core/package.json +++ b/packages/s2-core/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@antv/s2", - "version": "1.53.0-alpha.4", + "version": "1.53.0", "main": "lib/index.js", "unpkg": "dist/index.min.js", "module": "esm/index.js", diff --git a/packages/s2-react/CHANGELOG.md b/packages/s2-react/CHANGELOG.md index 51fcb04f9c..073f0e5c3f 100644 --- a/packages/s2-react/CHANGELOG.md +++ b/packages/s2-react/CHANGELOG.md @@ -1,4 +1,17 @@ -# [@antv/s2-react-v1.45.0-alpha.3](https://github.com/antvis/S2/compare/@antv/s2-react-v1.45.0-alpha.2...@antv/s2-react-v1.45.0-alpha.3) (2023-12-07) +# [@antv/s2-react-v1.45.0](https://github.com/antvis/S2/compare/@antv/s2-react-v1.44.3...@antv/s2-react-v1.45.0) (2023-12-08) + + +### Bug Fixes + +* **table-sheet:** 修复明细表 tooltip 展示了错误的汇总数据的问题 ([#2457](https://github.com/antvis/S2/issues/2457)) ([51bc110](https://github.com/antvis/S2/commit/51bc1105d8c52bd46cc89dfe2698b0fe42745c69)) +* **table-sheet:** 修复明细表排序后开启行列冻结, 冻结行展示错误 close [#2388](https://github.com/antvis/S2/issues/2388) ([#2453](https://github.com/antvis/S2/issues/2453)) ([741e27a](https://github.com/antvis/S2/commit/741e27aab78b4b415d5f9e49760b401c93a84ca9)) + + +### Features + +* 交叉表支持冻结首行能力 ([#2416](https://github.com/antvis/S2/issues/2416)) ([b81b795](https://github.com/antvis/S2/commit/b81b7957b9e8b8e1fbac9ebc6cacdf45a14e5412)) + +# [@antv/s2-react-v1.44.3](https://github.com/antvis/S2/compare/@antv/s2-react-v1.44.2...@antv/s2-react-v1.44.3) (2023-12-01) ### Bug Fixes diff --git a/packages/s2-react/package.json b/packages/s2-react/package.json index f914c31a51..2a7d3ff229 100644 --- a/packages/s2-react/package.json +++ b/packages/s2-react/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@antv/s2-react", - "version": "1.45.0-alpha.3", + "version": "1.45.0", "main": "lib/index.js", "unpkg": "dist/index.min.js", "module": "esm/index.js",