diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 97cc405999..d9bdec78bf 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -50,8 +50,8 @@ jobs: - name: Install dependencies run: yarn - # - name: Build - # run: yarn build + - name: Build + run: yarn build # 自动发布完成后 触发 github.release.published 事件 # 如果是 action 自带的 机器人 token, 出于安全考虑, github 会禁止循环触发, 使用真实用户的 token 可解决这个问题 diff --git a/packages/s2-core/CHANGELOG.md b/packages/s2-core/CHANGELOG.md index 63a9549fb7..1837175e7b 100644 --- a/packages/s2-core/CHANGELOG.md +++ b/packages/s2-core/CHANGELOG.md @@ -1,3 +1,16 @@ +# [@antv/s2-v1.54.0](https://github.com/antvis/S2/compare/@antv/s2-v1.53.0...@antv/s2-v1.54.0) (2023-12-15) + + +### Bug Fixes + +* 修复初始化渲染未完成时headNode NPE问题 ([#2479](https://github.com/antvis/S2/issues/2479)) ([15b11b1](https://github.com/antvis/S2/commit/15b11b1d683459c0d8a5acd0784c4058d54dbb8f)) +* 修复多列文本单元格 hover 时报错 ([#2472](https://github.com/antvis/S2/issues/2472)) ([0684ab5](https://github.com/antvis/S2/commit/0684ab598a66a301fc34308dfe751cd8cce082f4)) + + +### Features + +* **perf:** 优化 dataset 数据结构转化,以及交互过程中 layout性能 ([#2476](https://github.com/antvis/S2/issues/2476)) ([6fa8fbb](https://github.com/antvis/S2/commit/6fa8fbb054dc1dd9964b33a5ac8ec0d7fbee723e)) + # [@antv/s2-v1.53.0](https://github.com/antvis/S2/compare/@antv/s2-v1.52.1...@antv/s2-v1.53.0) (2023-12-08) diff --git a/packages/s2-core/package.json b/packages/s2-core/package.json index ea54703b12..0bc11bcb36 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", + "version": "1.54.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 79f7d75129..a60b02a6cf 100644 --- a/packages/s2-react/CHANGELOG.md +++ b/packages/s2-react/CHANGELOG.md @@ -1,3 +1,27 @@ +# [@antv/s2-react-v1.46.0](https://github.com/antvis/S2/compare/@antv/s2-react-v1.45.0...@antv/s2-react-v1.46.0) (2023-12-15) + + +### Bug Fixes + +* **tooltip:** 修复字段描述为英文时展示不全 ([#2466](https://github.com/antvis/S2/issues/2466)) ([70ebc50](https://github.com/antvis/S2/commit/70ebc508e58104bacc287b8c7a10ff6cadda2013)) + + +### Features + +* **perf:** 优化 dataset 数据结构转化,以及交互过程中 layout性能 ([#2476](https://github.com/antvis/S2/issues/2476)) ([6fa8fbb](https://github.com/antvis/S2/commit/6fa8fbb054dc1dd9964b33a5ac8ec0d7fbee723e)) + +# [@antv/s2-react-v1.46.0](https://github.com/antvis/S2/compare/@antv/s2-react-v1.45.0...@antv/s2-react-v1.46.0) (2023-12-15) + + +### Bug Fixes + +* **tooltip:** 修复字段描述为英文时展示不全 ([#2466](https://github.com/antvis/S2/issues/2466)) ([70ebc50](https://github.com/antvis/S2/commit/70ebc508e58104bacc287b8c7a10ff6cadda2013)) + + +### Features + +* **perf:** 优化 dataset 数据结构转化,以及交互过程中 layout性能 ([#2476](https://github.com/antvis/S2/issues/2476)) ([6fa8fbb](https://github.com/antvis/S2/commit/6fa8fbb054dc1dd9964b33a5ac8ec0d7fbee723e)) + # [@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) diff --git a/packages/s2-react/package.json b/packages/s2-react/package.json index f04c4e2d57..4fbc9ea27f 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", + "version": "1.46.0", "main": "lib/index.js", "unpkg": "dist/index.min.js", "module": "esm/index.js", diff --git a/packages/s2-vue/CHANGELOG.md b/packages/s2-vue/CHANGELOG.md index 0c4b93b21d..93ea10593a 100644 --- a/packages/s2-vue/CHANGELOG.md +++ b/packages/s2-vue/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@antv/s2-vue-v1.6.0](https://github.com/antvis/S2/compare/@antv/s2-vue-v1.5.0...@antv/s2-vue-v1.6.0) (2023-12-15) + + +### Features + +* **perf:** 优化 dataset 数据结构转化,以及交互过程中 layout性能 ([#2476](https://github.com/antvis/S2/issues/2476)) ([6fa8fbb](https://github.com/antvis/S2/commit/6fa8fbb054dc1dd9964b33a5ac8ec0d7fbee723e)) + # [@antv/s2-vue-v1.5.0](https://github.com/antvis/S2/compare/@antv/s2-vue-v1.4.0...@antv/s2-vue-v1.5.0) (2022-12-09) diff --git a/packages/s2-vue/package.json b/packages/s2-vue/package.json index 41265e0844..fe42925fd6 100644 --- a/packages/s2-vue/package.json +++ b/packages/s2-vue/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@antv/s2-vue", - "version": "1.5.0", + "version": "1.6.0", "main": "lib/index.js", "unpkg": "dist/index.min.js", "module": "esm/index.js",