Skip to content

Commit

Permalink
changelog-1.8.3 (#1482)
Browse files Browse the repository at this point in the history
- 修复 Table 中表单触发 scrollIntoView 导致 Table 表头错位问题
- 修复 Table 最大可拖拽宽度在某些情况下无效的问题
- 修复 Select 下拉框超出视口后位置可能偏移的问题

Co-authored-by: leo <[email protected]>
  • Loading branch information
leehaoChen and leehaoChen committed Jan 28, 2022
1 parent ab2a74f commit f19f8eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shineout",
"version": "1.8.2",
"version": "1.8.3",
"description": "Shein 前端组件库",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down
5 changes: 5 additions & 0 deletions site/pages/documentation/changelog/1.x.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 更新日志

### 1.8.3
- 修复 Table 中表单触发 scrollIntoView 导致 Table 表头错位问题
- 修复 Table 最大可拖拽宽度在某些情况下无效的问题
- 修复 Select 下拉框超出视口后位置可能偏移的问题

### 1.8.2
- 修复 Table 使用树形数据时收起顶部已展开的树可能导致渲染错位的问题
- 修复 ToolTip 的动画中箭头和主体分离的问题
Expand Down

0 comments on commit f19f8eb

Please sign in to comment.