Skip to content

Commit 3dd573d

Browse files
authored
chore: add changelog (#22148)
1 parent bccadfc commit 3dd573d

File tree

4 files changed

+119
-3
lines changed

4 files changed

+119
-3
lines changed

CHANGELOG.en-US.md

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

3+
### 2.15.10
4+
5+
*2022-09-13*
6+
7+
#### Bug fixes
8+
9+
- DatePicker
10+
- Fix props placement error (#21908 by @lqzhgood)
11+
- Loading
12+
- Fix sticky DOM error (#22087 by @zzjjhh001)
13+
- Docs
14+
- Fix Popover docs (#22083 by @lm312)
15+
- Fix Skeleton docs (#22092 by @lm312)
16+
- Fix DatePicker docs (#21970 by @guojiongwei)
17+
- Tree:
18+
- fix lazy-load default check problem (#21934 by @kiss-yu)
19+
20+
#### Optimization
21+
22+
- I18n
23+
- Add translation of Sinhalese (#21936 by @sayuri-gi)
24+
- Update translation of Spanish (#21924 by @jcardus)
25+
- Add translation of Malaysian (#22028 by @iorange0411)
26+
- Update translation of Swahili (#21904 by @Cholowao)
27+
- Utils
28+
- update date-util.js (#22099 by @Due07)
29+
- DatePicker
30+
- add months And years type (#21918 by @akiko123456)
31+
332
### 2.15.9
433

534
*2022-06-02*
@@ -18,7 +47,7 @@
1847
- Fix Calendar docs (#21814 by @GoJam11)
1948
- Fix TimePicker docs (#21803 by @Alanscut)
2049
- Fix DatePicker docs (#21877 by @Nirvanaiu)
21-
- 其他
50+
- Other
2251
- Fix codepen display bug (#21863 by @bofeng)
2352

2453
#### Optimization

CHANGELOG.es.md

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

3+
### 2.15.10
4+
5+
*2022-09-13*
6+
7+
#### Bug fixes
8+
9+
- DatePicker
10+
- Fix props placement error (#21908 by @lqzhgood)
11+
- Loading
12+
- Fix sticky DOM error (#22087 by @zzjjhh001)
13+
- Docs
14+
- Fix Popover docs (#22083 by @lm312)
15+
- Fix Skeleton docs (#22092 by @lm312)
16+
- Fix DatePicker docs (#21970 by @guojiongwei)
17+
- Tree:
18+
- fix lazy-load default check problem (#21934 by @kiss-yu)
19+
20+
#### Optimization
21+
22+
- I18n
23+
- Add translation of Sinhalese (#21936 by @sayuri-gi)
24+
- Update translation of Spanish (#21924 by @jcardus)
25+
- Add translation of Malaysian (#22028 by @iorange0411)
26+
- Update translation of Swahili (#21904 by @Cholowao)
27+
- Utils
28+
- update date-util.js (#22099 by @Due07)
29+
- DatePicker
30+
- add months And years type (#21918 by @akiko123456)
31+
332
### 2.15.9
433

534
*2022-06-02*
@@ -18,7 +47,7 @@
1847
- Fix Calendar docs (#21814 by @GoJam11)
1948
- Fix TimePicker docs (#21803 by @Alanscut)
2049
- Fix DatePicker docs (#21877 by @Nirvanaiu)
21-
- 其他
50+
- Other
2251
- Fix codepen display bug (#21863 by @bofeng)
2352

2453
#### Optimization

CHANGELOG.fr-FR.md

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

3+
### 2.15.10
4+
5+
*2022-09-13*
6+
7+
#### Bug fixes
8+
9+
- DatePicker
10+
- Fix props placement error (#21908 by @lqzhgood)
11+
- Loading
12+
- Fix sticky DOM error (#22087 by @zzjjhh001)
13+
- Docs
14+
- Fix Popover docs (#22083 by @lm312)
15+
- Fix Skeleton docs (#22092 by @lm312)
16+
- Fix DatePicker docs (#21970 by @guojiongwei)
17+
- Tree:
18+
- fix lazy-load default check problem (#21934 by @kiss-yu)
19+
20+
#### Optimization
21+
22+
- I18n
23+
- Add translation of Sinhalese (#21936 by @sayuri-gi)
24+
- Update translation of Spanish (#21924 by @jcardus)
25+
- Add translation of Malaysian (#22028 by @iorange0411)
26+
- Update translation of Swahili (#21904 by @Cholowao)
27+
- Utils
28+
- update date-util.js (#22099 by @Due07)
29+
- DatePicker
30+
- add months And years type (#21918 by @akiko123456)
31+
332
### 2.15.9
433

534
*2022-06-02*
@@ -18,7 +47,7 @@
1847
- Fix Calendar docs (#21814 by @GoJam11)
1948
- Fix TimePicker docs (#21803 by @Alanscut)
2049
- Fix DatePicker docs (#21877 by @Nirvanaiu)
21-
- 其他
50+
- Other
2251
- Fix codepen display bug (#21863 by @bofeng)
2352

2453
#### Optimization

CHANGELOG.zh-CN.md

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

3+
### 2.15.10
4+
5+
*2022-09-13*
6+
7+
#### Bug 修复
8+
9+
- DatePicker
10+
- 修复 props placement 报错信息 问题 (#21908 by @lqzhgood)
11+
- Loading
12+
- 修复 使用 Loading 的DOM元素 sticky失效 问题 (#22087 by @zzjjhh001)
13+
- Docs
14+
- 修复 Popover 文案 (#22083 by @lm312)
15+
- 修复 Skeleton 文案 (#22092 by @lm312)
16+
- 修复 DatePicker 文案 (#21970 by @guojiongwei)
17+
- Tree
18+
- 修复 懒加载默认选中 问题 (#21934 by @kiss-yu)
19+
20+
#### 优化
21+
22+
- I18n
23+
- 新增 僧伽罗语 翻译 (#21936 by @sayuri-gi)
24+
- 更新 西班牙语 翻译 (#21924 by @jcardus)
25+
- 新增 马来西亚语 翻译 (#22028 by @iorange0411)
26+
- 更新 斯瓦希里语 翻译 (#21904 by @Cholowao)
27+
- Utils
28+
- 更新 date-util.js (#22099 by @Due07)
29+
- DatePicker
30+
- 新增 months 和 years 类型 (#21918 by @akiko123456)
31+
332
### 2.15.9
433

534
*2022-06-02*

0 commit comments

Comments
 (0)