changelog for 2.8.1 (#15269)

pull/15272/head
hetech 2019-04-25 18:22:25 +08:00 committed by GitHub
parent ddcaa98cbc
commit d02bfa8cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 79 additions and 3 deletions

View File

@ -1,5 +1,24 @@
## Changelog
### 2.8.1
*2019-04-25*
#### Bug fixes
- Icon
- Update icon of cascader and select (#15264 by @SimonaliaChen)
- Update icon (#15258 #15268 by @iamkun)
#### Optimization
- Chore
- Update build script (#15267 by @ziyoung)
- Docs
- Fix link underline color (#15265 by @iamkun)
- Other
- Fix migrating config not compatible with camel case props and events (#15260 by @SimonaliaChen)
### 2.8.0
*2019-04-25*

View File

@ -1,5 +1,24 @@
## Changelog
### 2.8.1
*2019-04-25*
#### Bug fixes
- Icon
- Update icon of cascader and select (#15264 by @SimonaliaChen)
- Update icon (#15258 #15268 by @iamkun)
#### Optimization
- Chore
- Update build script (#15267 by @ziyoung)
- Docs
- Fix link underline color (#15265 by @iamkun)
- Other
- Fix migrating config not compatible with camel case props and events (#15260 by @SimonaliaChen)
### 2.8.0
*2019-04-25*

View File

@ -1,5 +1,24 @@
## Changelog
### 2.8.1
*2019-04-25*
#### Bug fixes
- Icon
- Update icon of cascader and select (#15264 by @SimonaliaChen)
- Update icon (#15258 #15268 by @iamkun)
#### Optimization
- Chore
- Update build script (#15267 by @ziyoung)
- Docs
- Fix link underline color (#15265 by @iamkun)
- Other
- Fix migrating config not compatible with camel case props and events (#15260 by @SimonaliaChen)
### 2.8.0
*2019-04-25*

View File

@ -1,5 +1,24 @@
## 更新日志
### 2.8.1
*2019-04-25*
#### Bug 修复
- Icon
- 更新 Select 与 Cascader 的 icon (#15264 by @SimonaliaChen)
- 更新 icon (#15258 by @iamkun)
#### 优化
- Chore
- 更新构建脚本 (#15267 by @ziyoung)
- Docs
- 修复 link 的样式 (#15265 by @iamkun)
- 其他
- migrating 配置兼容驼峰名称 (#15260 by @SimonaliaChen)
### 2.8.0
*2019-04-25*
@ -35,7 +54,7 @@
- Tooltip, Dropdown, Popover
- 新增 tabindex 属性 (#15167 by @ziyoung)
#### Bug fixes
#### Bug 修复
- Notification
- 修复标题不换行的问题 (#15008 by @iamkun)
@ -78,7 +97,7 @@
- Theme
- 添加无圆角变量 (#15256 by @iamkun)
#### Optimization
#### 优化
- Chore
- 更新中文 changelog (#14965 by @iamkun)
@ -97,7 +116,7 @@ Docs
- 修复 Image 组件的路由名 (#15194 by @iamkun)
- 删除多余的法语翻译 (#15207 by @iamkun)
#### Breaking changes
#### 非兼容性更新
- Rate
- 禁用情况下,显示小位数 (#15089 by @haoranyu)