Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add 2.10.1 change log #16357

Merged
merged 1 commit into from
Jul 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
23 changes: 23 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -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*
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