Skip to content

Commit

Permalink
changelog1.9.7 (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
leehaoChen committed Apr 28, 2022
1 parent 3bd5bea commit 9d9c383
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.9.6",
"version": "1.9.7",
"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.9.7
- 修复 Select compressed 合并值功能出现 "+0" 的问题
- 修复 Select compressed 合并值功能 ,当先传 value 后传 data 的时候没有重新计算合并数量的问题
- 修复 DatePicker 和 Table 的已知 ts 错误

### 1.9.6
- 修复 Modal method 传入 moveable 无效的问题
- 修复单独引入 es 目录下的 Message 组件的样式问题
Expand Down

0 comments on commit 9d9c383

Please sign in to comment.