Skip to content

Commit

Permalink
chore: 🤖 更新 changelog 文件 (#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 authored Feb 23, 2024
1 parent 8d9c5b2 commit 1d52f89
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/s2-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [@antv/s2-v1.54.5](https://github.com/antvis/S2/compare/@antv/s2-v1.54.4...@antv/s2-v1.54.5) (2024-02-23)


### Bug Fixes

* **interaction:** 修复表格滚动后, 行列头部分单元格选中高亮效果丢失 close [#2503](https://github.com/antvis/S2/issues/2503) ([#2545](https://github.com/antvis/S2/issues/2545)) ([31cc240](https://github.com/antvis/S2/commit/31cc240a3d4bcf4d83e97bda75ecdca9276cc6d2))
* **scroll:** 修复移动端滚动至边缘时抖动 ([#2556](https://github.com/antvis/S2/issues/2556)) ([cfab9f4](https://github.com/antvis/S2/commit/cfab9f40b78bcef4c3a4ecb74f9b9f7102a0e422))
* 修复编辑表的输入框未回填格式化后的数据 close [#2528](https://github.com/antvis/S2/issues/2528) ([#2549](https://github.com/antvis/S2/issues/2549)) ([8d9c5b2](https://github.com/antvis/S2/commit/8d9c5b29ef5c05ada8fcbc9ea35b297e3e565ce3))

# [@antv/s2-v1.54.4](https://github.com/antvis/S2/compare/@antv/s2-v1.54.3...@antv/s2-v1.54.4) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/s2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@antv/s2",
"version": "1.54.4",
"version": "1.54.5",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/s2-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [@antv/s2-react-v1.46.3](https://github.com/antvis/S2/compare/@antv/s2-react-v1.46.2...@antv/s2-react-v1.46.3) (2024-02-23)


### Bug Fixes

* **interaction:** 修复表格滚动后, 行列头部分单元格选中高亮效果丢失 close [#2503](https://github.com/antvis/S2/issues/2503) ([#2545](https://github.com/antvis/S2/issues/2545)) ([31cc240](https://github.com/antvis/S2/commit/31cc240a3d4bcf4d83e97bda75ecdca9276cc6d2))
* 修复编辑表的输入框未回填格式化后的数据 close [#2528](https://github.com/antvis/S2/issues/2528) ([#2549](https://github.com/antvis/S2/issues/2549)) ([8d9c5b2](https://github.com/antvis/S2/commit/8d9c5b29ef5c05ada8fcbc9ea35b297e3e565ce3))

# [@antv/s2-react-v1.46.2](https://github.com/antvis/S2/compare/@antv/s2-react-v1.46.1...@antv/s2-react-v1.46.2) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/s2-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@antv/s2-react",
"version": "1.46.2",
"version": "1.46.3",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
Expand Down

0 comments on commit 1d52f89

Please sign in to comment.