Skip to content

Commit

Permalink
Merge pull request #1824 from sheinsight/changelog-1.11.3
Browse files Browse the repository at this point in the history
Changelog 1.11.3
  • Loading branch information
KMS-Bismarck authored Nov 4, 2022
2 parents a6db997 + 11e3762 commit 499d572
Show file tree
Hide file tree
Showing 2 changed files with 9 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.11.2",
"version": "1.11.3",
"description": "Shein 前端组件库",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions site/pages/documentation/changelog/1.x.x.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 更新日志
### 1.11.3
- 修复 Upload 组件在 Form.Item 中可能抛错的问题并优化相关校验逻辑 (1.10.12 - 1.11.2)
- 优化 Table 组件开启虚拟列表后在部分设备下滚动列表时可能导致浏览器前进或后退的情况
- 修复 Table 组件在开启 pagination 后 loading 属性传入非 boolean 值时可能抛出类型错误的问题(< 1.11.2)
- 修复 Select 组件默认情况下允许输入的问题 (1.11.0 - 1.11.2)
- 修复 Select 组件通过 renderItem 传入空标签时可能导致 onFilter 无法输入的问题(< 1.11.2)
- 修复 Select 组件开启 compressed 情况下使用 TreeData 时可能出现展示异常的问题(< 1.11.2)

### 1.11.2
- 去掉不必要的依赖包

Expand Down

0 comments on commit 499d572

Please sign in to comment.