Skip to content

Commit ebab932

Browse files
cs1707cn3lfs
authored andcommitted
chore: add changelog (ElemeFE#21108)
1 parent 370a9eb commit ebab932

File tree

4 files changed

+135
-0
lines changed

4 files changed

+135
-0
lines changed

CHANGELOG.en-US.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
## Changelog
22

3+
### 2.15.3
4+
5+
*2021-06-29*
6+
7+
#### New features
8+
9+
- Skeleton
10+
- add skeleton component (#21038 by @cs1707)
11+
- Empty
12+
- add empty component (#21080 by @cs1707)
13+
14+
#### Bug fixes
15+
16+
- Local
17+
- fix week translations for hr locale (#21040 by @cs1707)
18+
- Table
19+
- fix lazy load data (#21041 by @cs1707)
20+
- Docs
21+
- fix form hide-required-asterisk description (#21045 by @cs1707)
22+
- Drawer:
23+
- fix destroy (#20715 by @zj9495)
24+
- Row
25+
- fix align top (#20963 by @cs1707)
26+
- Select
27+
- fix the bug when the value is Boolean (#21052 by @cs1707)
28+
- Calendar
29+
- fix first-day-of-week (#21057 by @cs1707)
30+
- Utils
31+
- fix isScroll (#21065 by @cs1707)
32+
- fix(utils.dom by @fw6)
33+
- TypeScript
34+
- add CascaderPanel export type (#21070 by @qige2016)
35+
- add spinner.d.ts (#21090 by @qige2016)
36+
337
### 2.15.2
438

539
*2021-05-28*

CHANGELOG.es.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
## Changelog
22

3+
### 2.15.3
4+
5+
*2021-06-29*
6+
7+
#### New features
8+
9+
- Skeleton
10+
- add skeleton component (#21038 by @cs1707)
11+
- Empty
12+
- add empty component (#21080 by @cs1707)
13+
14+
#### Bug fixes
15+
16+
- Local
17+
- fix week translations for hr locale (#21040 by @cs1707)
18+
- Table
19+
- fix lazy load data (#21041 by @cs1707)
20+
- Docs
21+
- fix form hide-required-asterisk description (#21045 by @cs1707)
22+
- Drawer:
23+
- fix destroy (#20715 by @zj9495)
24+
- Row
25+
- fix align top (#20963 by @cs1707)
26+
- Select
27+
- fix the bug when the value is Boolean (#21052 by @cs1707)
28+
- Calendar
29+
- fix first-day-of-week (#21057 by @cs1707)
30+
- Utils
31+
- fix isScroll (#21065 by @cs1707)
32+
- fix(utils.dom by @fw6)
33+
- TypeScript
34+
- add CascaderPanel export type (#21070 by @qige2016)
35+
- add spinner.d.ts (#21090 by @qige2016)
36+
337
### 2.15.2
438

539
*2021-05-28*

CHANGELOG.fr-FR.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
## Changelog
22

3+
### 2.15.3
4+
5+
*2021-06-29*
6+
7+
#### New features
8+
9+
- Skeleton
10+
- add skeleton component (#21038 by @cs1707)
11+
- Empty
12+
- add empty component (#21080 by @cs1707)
13+
14+
#### Bug fixes
15+
16+
- Local
17+
- fix week translations for hr locale (#21040 by @cs1707)
18+
- Table
19+
- fix lazy load data (#21041 by @cs1707)
20+
- Docs
21+
- fix form hide-required-asterisk description (#21045 by @cs1707)
22+
- Drawer:
23+
- fix destroy (#20715 by @zj9495)
24+
- Row
25+
- fix align top (#20963 by @cs1707)
26+
- Select
27+
- fix the bug when the value is Boolean (#21052 by @cs1707)
28+
- Calendar
29+
- fix first-day-of-week (#21057 by @cs1707)
30+
- Utils
31+
- fix isScroll (#21065 by @cs1707)
32+
- fix(utils.dom by @fw6)
33+
- TypeScript
34+
- add CascaderPanel export type (#21070 by @qige2016)
35+
- add spinner.d.ts (#21090 by @qige2016)
36+
337
### 2.15.2
438

539
*2021-05-28*

CHANGELOG.zh-CN.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
## 更新日志
22

3+
### 2.15.3
4+
5+
*2021-06-29*
6+
#### 新特性
7+
8+
- Skeleton
9+
- 新增 Skeleton 组件 (#21038 by @cs1707)
10+
- Empty
11+
- 新增 Empty 组件 (#21080 by @cs1707)
12+
13+
#### Bug 修复
14+
15+
- Local
16+
- 修复 hr 语言 week 翻译 (#21040 by @cs1707)
17+
- Table
18+
- 修复 lazy load data (#21041 by @cs1707)
19+
- Docs
20+
- 修改 form 组件 hide-required-asterisk 描述 (#21045 by @cs1707)
21+
- Drawer:
22+
- 修复 destroy (#20715 by @zj9495)
23+
- Row
24+
- 修复 align top (#20963 by @cs1707)
25+
- Select
26+
- 修复 value 为 Boolean 类型的bug (#21052 by @cs1707)
27+
- Calendar
28+
- 修复 first-day-of-week (#21057 by @cs1707)
29+
- Utils
30+
- 修复 fix isScroll (#21065 by @cs1707)
31+
- 修复 (utils.dom by @fw6)
32+
- TypeScript
33+
- 增加 CascaderPanel 类型导出 (#21070 by @qige2016)
34+
- 增加 spinner.d.ts (#21090 by @qige2016)
35+
336
### 2.15.2
437

538
*2021-05-28*

0 commit comments

Comments
 (0)