Docs: Add 2.10.1 change log (#16357)

pull/16022/head
Zhi Cun 2019-07-02 14:07:49 +08:00 committed by iamkun
parent 911ce3d3e5
commit 3a3d3a88be
5 changed files with 90 additions and 7 deletions

View File

@ -1,5 +1,27 @@
## Changelog
### 2.10.1
#### Bug fixes
- Table
- Fix sort icon (#15439 by @bezany)
- Fix layout breaks when append slot exists (#16332 by @ziyoung)
- Fix showOverflowTooltip not reactive (#16295 by @a631807682)
- Register scrollbar in filter-panel (#16246 by @ziyoung)
- Chore
- Fix 2.9 docs (#16233 by @ziyoung)
- Fix index page theme intro english css style issue (#16254 by @iamkun)
#### Optimization
- Tag
- Compatible with IE (#16334 by @ziyoung)
- Chore
- Update Dingtalk Group QR image (#16236 by @iamkun)
- Doc
- Update online theme roller doc (#16244 by @iamkun)
### 2.10.0
*2019-06-25*
@ -15,7 +37,6 @@
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)
#### Bug fixes
- Tree
@ -56,7 +77,6 @@
#### Optimization
- Tree
- Modify loop conditions to improve performance (#15699 by @KingJeason)
- Theme

View File

@ -1,5 +1,27 @@
## Changelog
### 2.10.1
#### Bug fixes
- Table
- Fix sort icon (#15439 by @bezany)
- Fix layout breaks when append slot exists (#16332 by @ziyoung)
- Fix showOverflowTooltip not reactive (#16295 by @a631807682)
- Register scrollbar in filter-panel (#16246 by @ziyoung)
- Chore
- Fix 2.9 docs (#16233 by @ziyoung)
- Fix index page theme intro english css style issue (#16254 by @iamkun)
#### Optimization
- Tag
- Compatible with IE (#16334 by @ziyoung)
- Chore
- Update Dingtalk Group QR image (#16236 by @iamkun)
- Doc
- Update online theme roller doc (#16244 by @iamkun)
### 2.10.0
*2019-06-25*
@ -15,7 +37,6 @@
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)
#### Bug fixes
- Tree
@ -56,7 +77,6 @@
#### Optimization
- Tree
- Modify loop conditions to improve performance (#15699 by @KingJeason)
- Theme

View File

@ -1,5 +1,27 @@
## Changelog
### 2.10.1
#### Bug fixes
- Table
- Fix sort icon (#15439 by @bezany)
- Fix layout breaks when append slot exists (#16332 by @ziyoung)
- Fix showOverflowTooltip not reactive (#16295 by @a631807682)
- Register scrollbar in filter-panel (#16246 by @ziyoung)
- Chore
- Fix 2.9 docs (#16233 by @ziyoung)
- Fix index page theme intro english css style issue (#16254 by @iamkun)
#### Optimization
- Tag
- Compatible with IE (#16334 by @ziyoung)
- Chore
- Update Dingtalk Group QR image (#16236 by @iamkun)
- Doc
- Update online theme roller doc (#16244 by @iamkun)
### 2.10.0
*2019-06-25*
@ -15,7 +37,6 @@
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)
#### Bug fixes
- Tree
@ -56,7 +77,6 @@
#### Optimization
- Tree
- Modify loop conditions to improve performance (#15699 by @KingJeason)
- Theme

View File

@ -1,5 +1,28 @@
## 更新日志
### 2.10.1
#### Bug 修复
- Table
- 排序 icon 问题修复 (#15439 by @bezany)
- 修复 `append` slot 存在时布局错位问题 (#16332 by @ziyoung)
- 修复 `showOverflowTooltip` 更新无效的问题 (#16295 by @a631807682)
- 修复 `FilterPanel``Scrollbar` 未注册问题 (#16246 by @ziyoung)
- Chore
- 更新版本号,修复文档问题 (#16233 by @ziyoung)
- 修复英文首页样式问题 (#16254 by @iamkun)
#### 优化
- Calendar
- Tag
- 兼容 IE (#16334 by @ziyoung)
- Chore
- 更新钉钉3群二维码 (#16236 by @iamkun)
- Doc
- 更新主题编辑器文档 (#16244 by @iamkun)
### 2.10.0
*2019-06-25*

View File

@ -394,7 +394,7 @@ Les callback de validations personnalisées doivent être appelées. Un usage pl
prop="email"
label="Email"
:rules="[
{ required: true, message: 'Veuillez entrer l'adresse e-mail', trigger: 'blur' },
{ required: true, message: 'Veuillez entrer l\'adresse e-mail', trigger: 'blur' },
{ type: 'email', message: 'Veuillez entrer une adresse e-mail valide', trigger: ['blur', 'change'] }
]"
>