Skip to content

Commit

Permalink
changelog 2.0.10 (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
leehaoChen authored Nov 6, 2023
1 parent ddadcf2 commit a5f45e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shineout",
"version": "2.0.10-beta.6",
"version": "2.0.10",
"description": "Shein 前端组件库",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -153,4 +153,4 @@
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0"
}
}
}
21 changes: 5 additions & 16 deletions site/pages/documentation/changelog/2.x.x.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
# 更新日志
### 2.0.10-beta.6
- 修复 hiddable hoc 初始值高度设置异常的问题

### 2.0.10-beta.5
- Button 样式兼容 Chrome 49

### 2.0.10-beta.4
- Cascader 支持保留筛选结果

### 2.0.10-beta.3
- Cascader 新增 emptyAfterSelect 属性用于控制多选模式下是否清空筛选输入值

### 2.0.10-beta.2
- 修复 Datepicker Time 组件丢失时区属性的问题(< 2.0.10)

### 2.0.10
- 修复 Radio 回车会取消选择的问题(< 2.0.10)
- 修复 Datepicker Time 组件丢失时区属性的问题(< 2.0.10)
- Cascader 新增 emptyAfterSelect 属性用于控制多选模式下是否清空筛选输入值
- Button 样式兼容 Chrome 49
- 修复 hiddable hoc 初始值高度设置异常的问题(< 2.0.10)

### 2.0.9
- 修复 FieldSet Children 类型错误(< 2.0.9)

### 2.0.9-beta.1
- 修复 Cascader disabled 在布尔值模式下切换数据无法正常更新的问题(< 2.0.9)


### 2.0.8
- 修复 Input 内部属性透传的问题(< 2.0.8)
- 支持打包生成 sourceMap(< 2.0.8)
Expand Down

0 comments on commit a5f45e3

Please sign in to comment.