Skip to content

Commit

Permalink
chore: add changelog (ElemeFE#21481)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 authored Nov 18, 2021
1 parent 13d48cf commit c120546
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## Changelog

### 2.15.7

*2021-11-18*

#### Bug fixes

- Select
- fix click icon triggering dropdown (#21314 by @dennyak47)
- fix keydown event when composition (#21336 by @bchen1029)
- Badge
- fix type class when is-dot (#21308 by @adaex)
- Form
- validate method reject error info (#21374 by @cs1707)
- Table
- fix resizeObserver loop limit exceeded (#21255 by @tomieric)
- fix toggleAllSelection bug when table is empty (#21456 by @cs1707)
- optimize performance (#21330 by @cs1707)
- Button
- fix disabled priority (#21375 by @cs1707)
- Descriptions
- fix label slot bug (#21462 by @cs1707)
- SASS
- replace node-sass with dart-sass (#21019 by @linxsbox)
- Docs
- fix skeleton typos (#21408 by @zhhbstudio)

### 2.15.6

*2021-09-02*
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## Changelog

### 2.15.7

*2021-11-18*

#### Bug fixes

- Select
- fix click icon triggering dropdown (#21314 by @dennyak47)
- fix keydown event when composition (#21336 by @bchen1029)
- Badge
- fix type class when is-dot (#21308 by @adaex)
- Form
- validate method reject error info (#21374 by @cs1707)
- Table
- fix resizeObserver loop limit exceeded (#21255 by @tomieric)
- fix toggleAllSelection bug when table is empty (#21456 by @cs1707)
- optimize performance (#21330 by @cs1707)
- Button
- fix disabled priority (#21375 by @cs1707)
- Descriptions
- fix label slot bug (#21462 by @cs1707)
- SASS
- replace node-sass with dart-sass (#21019 by @linxsbox)
- Docs
- fix skeleton typos (#21408 by @zhhbstudio)

### 2.15.6

*2021-09-02*
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## Changelog

### 2.15.7

*2021-11-18*

#### Bug fixes

- Select
- fix click icon triggering dropdown (#21314 by @dennyak47)
- fix keydown event when composition (#21336 by @bchen1029)
- Badge
- fix type class when is-dot (#21308 by @adaex)
- Form
- validate method reject error info (#21374 by @cs1707)
- Table
- fix resizeObserver loop limit exceeded (#21255 by @tomieric)
- fix toggleAllSelection bug when table is empty (#21456 by @cs1707)
- optimize performance (#21330 by @cs1707)
- Button
- fix disabled priority (#21375 by @cs1707)
- Descriptions
- fix label slot bug (#21462 by @cs1707)
- SASS
- replace node-sass with dart-sass (#21019 by @linxsbox)
- Docs
- fix skeleton typos (#21408 by @zhhbstudio)

### 2.15.6

*2021-09-02*
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## 更新日志

### 2.15.7

*2021-11-18*

#### Bug 修复

- Select
- 修复 filter 模式下,点击图标不能触发下拉的 bug (#21314 by @dennyak47)
- 修复 composition 模式下 keydown 事件 (#21336 by @bchen1029)
- Badge
- 修复 is-dot class (#21308 by @adaex)
- Form
- validate 方法返回错误信息 (#21374 by @cs1707)
- Table
- 修复 resizeObserver loop limit exceeded (#21255 by @tomieric)
- 修复 toggleAllSelection (#21456 by @cs1707)
- 优化 table 性能 (#21330 by @cs1707)
- Button
- 修复 disabled 优先级 (#21375 by @cs1707)
- Descriptions
- 修复 label slot bug (#21462 by @cs1707)
- SASS
- node-sass 替换为 dart-sass (#21019 by @linxsbox)
- Docs
- 修复 skeleton 文案 (#21408 by @zhhbstudio)

### 2.15.6

*2021-09-02*
Expand Down

0 comments on commit c120546

Please sign in to comment.