Skip to content

Commit

Permalink
### 1.8.6 (#1507)
Browse files Browse the repository at this point in the history
- 新增 Popover.Content 组件 ,默认有 padding 和 maxWidth 样式
- 优化 Popover.Confirm 支持 type = "warning" 使用默认warning图标
- 修复 TreeSelect 多选并且设置 absolute 时,下拉框位置可能渲染不正确的问题
- 修复 List 组件 传入 fixe 属性后无法受控的问题
- 修复 Input 同时配置 min, max, rules={[rules.max(XXX), rules.min(XXX)]}, 会导致校验文案错误

Co-authored-by: leo <chenlihao@shein.com>
  • Loading branch information
leehaoChen and leehaoChen authored Feb 22, 2022
1 parent b95267a commit 96b0c0a
Show file tree
Hide file tree
Showing 2 changed files with 8 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.5",
"version": "1.8.6",
"description": "Shein 前端组件库",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions site/pages/documentation/changelog/1.x.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

### 1.8.6
- 新增 Popover.Content 组件 ,默认有 padding 和 maxWidth 样式
- 优化 Popover.Confirm 支持 type = "warning" 使用默认warning图标
- 修复 TreeSelect 多选并且设置 absolute 时,下拉框位置可能渲染不正确的问题
- 修复 List 组件 传入 fixe 属性后无法受控的问题
- 修复 Input 同时配置 min, max, rules={\[rules.max(XXX), rules.min(XXX)\]} 会导致校验文案错误

### 1.8.5
- 修复 Select maxLength 输入中文问题
- 修复 Form.Field 会导致内部组件 disabled 无效的问题
Expand Down

0 comments on commit 96b0c0a

Please sign in to comment.