Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 committed Sep 2, 2021
1 parent f71afe0 commit de5e010
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
## Changelog

### 2.15.6

*2021-09-02*

#### Bug fixes

- Cascader
- fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
- optimize performance (#21231 by @cs1707)
- Select
- fix long text overflow in multiple mode (#21237 by @cs1707)
- Dropdown
- add disabled property (#21235 by @mshioda)
- Radio
- fix checked state when browser go back (#21250 by @cs1707)
- Descriptions
- fix type declaration (#21265 by @adaex)
- avoid table style conflict (#21254 by @adaex)
- Drawer
- fix append to body (#21264 by @cs1707)
- Local
- fix italian mistake (#21012 by @ricardotondello)

### 2.15.5

*2021-08-04*

#### Bug fixes

- Select
- fix resetInputHeight (#21201 by @cs1707)

Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
## Changelog

### 2.15.6

*2021-09-02*

#### Bug fixes

- Cascader
- fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
- optimize performance (#21231 by @cs1707)
- Select
- fix long text overflow in multiple mode (#21237 by @cs1707)
- Dropdown
- add disabled property (#21235 by @mshioda)
- Radio
- fix checked state when browser go back (#21250 by @cs1707)
- Descriptions
- fix type declaration (#21265 by @adaex)
- avoid table style conflict (#21254 by @adaex)
- Drawer
- fix append to body (#21264 by @cs1707)
- Local
- fix italian mistake (#21012 by @ricardotondello)

### 2.15.5

*2021-08-04*

#### Bug fixes

- Select
- fix resetInputHeight (#21201 by @cs1707)

Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
## Changelog

### 2.15.6

*2021-09-02*

#### Bug fixes

- Cascader
- fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
- optimize performance (#21231 by @cs1707)
- Select
- fix long text overflow in multiple mode (#21237 by @cs1707)
- Dropdown
- add disabled property (#21235 by @mshioda)
- Radio
- fix checked state when browser go back (#21250 by @cs1707)
- Descriptions
- fix type declaration (#21265 by @adaex)
- avoid table style conflict (#21254 by @adaex)
- Drawer
- fix append to body (#21264 by @cs1707)
- Local
- fix italian mistake (#21012 by @ricardotondello)

### 2.15.5

*2021-08-04*

#### Bug fixes

- Select
- fix resetInputHeight (#21201 by @cs1707)

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.15.6

*2021-09-02*

#### Bug 修复

- Cascader
- 修复浏览器缩放模式下抖动的 bug (#21207 by @cs1707)
- 优化性能 (#21231 by @cs1707)
- Select
- 修复多选模式下文字溢出的 bug (#21237 by @cs1707)
- Dropdown
- 增加 disabled 属性 (#21235 by @mshioda)
- Radio
- 修复浏览器返回后保留状态的 bug (#21250 by @cs1707)
- Descriptions
- 修复类型定义 (#21265 by @adaex)
- 修复与表格组件混用样式冲突的问题 (#21254 by @adaex)
- Drawer
- 修复 append-to-body (#21264 by @cs1707)
- Local
- 修复 italian 翻译错误 (#21012 by @ricardotondello)

### 2.15.5

*2021-08-04*
Expand Down

0 comments on commit de5e010

Please sign in to comment.