Skip to content

Commit

Permalink
Docs: Add 2.10.1 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
island205 committed Jul 2, 2019
1 parent 911ce3d commit 490ceea
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 7 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -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*
Expand All @@ -15,7 +37,6 @@
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)


#### Bug fixes

- Tree
Expand Down Expand Up @@ -56,7 +77,6 @@

#### Optimization


- Tree
- Modify loop conditions to improve performance (#15699 by @KingJeason)
- Theme
Expand Down
24 changes: 22 additions & 2 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
@@ -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*
Expand All @@ -15,7 +37,6 @@
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)


#### Bug fixes

- Tree
Expand Down Expand Up @@ -56,7 +77,6 @@

#### Optimization


- Tree
- Modify loop conditions to improve performance (#15699 by @KingJeason)
- Theme
Expand Down
24 changes: 22 additions & 2 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
@@ -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*
Expand All @@ -15,7 +37,6 @@
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)


#### Bug fixes

- Tree
Expand Down Expand Up @@ -56,7 +77,6 @@

#### Optimization


- Tree
- Modify loop conditions to improve performance (#15699 by @KingJeason)
- Theme
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
## 更新日志

### 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)

#### 优化

- Tag
- 兼容 IE (#16334 by @ziyoung)
- Chore
- 更新钉钉3群二维码 (#16236 by @iamkun)
- Doc
- 更新主题编辑器文档 (#16244 by @iamkun)

### 2.10.0

*2019-06-25*
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/fr-FR/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }
]"
>
Expand Down

0 comments on commit 490ceea

Please sign in to comment.