Skip to content

Commit

Permalink
chore: add changelog (ElemeFE#21108)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 authored and abigail-0111 committed Dec 21, 2021
1 parent 15f49b5 commit 2883f79
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
## Changelog

### 2.15.3

*2021-06-29*

#### New features

- Skeleton
- add skeleton component (#21038 by @cs1707)
- Empty
- add empty component (#21080 by @cs1707)

#### Bug fixes

- Local
- fix week translations for hr locale (#21040 by @cs1707)
- Table
- fix lazy load data (#21041 by @cs1707)
- Docs
- fix form hide-required-asterisk description (#21045 by @cs1707)
- Drawer:
- fix destroy (#20715 by @zj9495)
- Row
- fix align top (#20963 by @cs1707)
- Select
- fix the bug when the value is Boolean (#21052 by @cs1707)
- Calendar
- fix first-day-of-week (#21057 by @cs1707)
- Utils
- fix isScroll (#21065 by @cs1707)
- fix(utils.dom by @fw6)
- TypeScript
- add CascaderPanel export type (#21070 by @qige2016)
- add spinner.d.ts (#21090 by @qige2016)

### 2.15.2

*2021-05-28*
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
## Changelog

### 2.15.3

*2021-06-29*

#### New features

- Skeleton
- add skeleton component (#21038 by @cs1707)
- Empty
- add empty component (#21080 by @cs1707)

#### Bug fixes

- Local
- fix week translations for hr locale (#21040 by @cs1707)
- Table
- fix lazy load data (#21041 by @cs1707)
- Docs
- fix form hide-required-asterisk description (#21045 by @cs1707)
- Drawer:
- fix destroy (#20715 by @zj9495)
- Row
- fix align top (#20963 by @cs1707)
- Select
- fix the bug when the value is Boolean (#21052 by @cs1707)
- Calendar
- fix first-day-of-week (#21057 by @cs1707)
- Utils
- fix isScroll (#21065 by @cs1707)
- fix(utils.dom by @fw6)
- TypeScript
- add CascaderPanel export type (#21070 by @qige2016)
- add spinner.d.ts (#21090 by @qige2016)

### 2.15.2

*2021-05-28*
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
## Changelog

### 2.15.3

*2021-06-29*

#### New features

- Skeleton
- add skeleton component (#21038 by @cs1707)
- Empty
- add empty component (#21080 by @cs1707)

#### Bug fixes

- Local
- fix week translations for hr locale (#21040 by @cs1707)
- Table
- fix lazy load data (#21041 by @cs1707)
- Docs
- fix form hide-required-asterisk description (#21045 by @cs1707)
- Drawer:
- fix destroy (#20715 by @zj9495)
- Row
- fix align top (#20963 by @cs1707)
- Select
- fix the bug when the value is Boolean (#21052 by @cs1707)
- Calendar
- fix first-day-of-week (#21057 by @cs1707)
- Utils
- fix isScroll (#21065 by @cs1707)
- fix(utils.dom by @fw6)
- TypeScript
- add CascaderPanel export type (#21070 by @qige2016)
- add spinner.d.ts (#21090 by @qige2016)

### 2.15.2

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

### 2.15.3

*2021-06-29*
#### 新特性

- Skeleton
- 新增 Skeleton 组件 (#21038 by @cs1707)
- Empty
- 新增 Empty 组件 (#21080 by @cs1707)

#### Bug 修复

- Local
- 修复 hr 语言 week 翻译 (#21040 by @cs1707)
- Table
- 修复 lazy load data (#21041 by @cs1707)
- Docs
- 修改 form 组件 hide-required-asterisk 描述 (#21045 by @cs1707)
- Drawer:
- 修复 destroy (#20715 by @zj9495)
- Row
- 修复 align top (#20963 by @cs1707)
- Select
- 修复 value 为 Boolean 类型的bug (#21052 by @cs1707)
- Calendar
- 修复 first-day-of-week (#21057 by @cs1707)
- Utils
- 修复 fix isScroll (#21065 by @cs1707)
- 修复 (utils.dom by @fw6)
- TypeScript
- 增加 CascaderPanel 类型导出 (#21070 by @qige2016)
- 增加 spinner.d.ts (#21090 by @qige2016)

### 2.15.2

*2021-05-28*
Expand Down

0 comments on commit 2883f79

Please sign in to comment.