mirror of https://github.com/ElemeFE/element
chore: add changelog
parent
daf1349af0
commit
d812603024
|
@ -1,5 +1,31 @@
|
|||
## Changelog
|
||||
|
||||
### 2.15.13
|
||||
|
||||
*2023-02-12*
|
||||
|
||||
#### Bug fixes
|
||||
- Docs
|
||||
- Fix Statistic docs (#22383 by @JUST-Limbo)
|
||||
- Fix Input docs (#22093 by @lm312)
|
||||
- Fix en-US docs (#22268 #22269 #22270 by @Hazel-Lin)
|
||||
- Fix Pagination docs (#22288 by @xujintai123)
|
||||
- Fix: Links docs (#22370 by @itmier)
|
||||
- Statistics
|
||||
- fix slot display bug (#22375 by @webvs2)
|
||||
- Chore
|
||||
- missing web-type after publishing (#22271 by @loosheng)
|
||||
#### Optimization
|
||||
- InputNumber
|
||||
- Fix touch one click trigger twice on the window touch pad (#22185 by @mrsai)
|
||||
- Image
|
||||
- Add initialIndex prop (#22346 by @inkroom)
|
||||
- Statistics
|
||||
- Updated countdown feature to localize lodash Closes (#22260 by @webvs2)
|
||||
- Update code and doc (#22276 by @webvs2)
|
||||
- Other
|
||||
- fix web-types type props (#22281 by @whzxc)
|
||||
|
||||
### 2.15.12
|
||||
|
||||
*2022-11-16*
|
||||
|
|
|
@ -1,5 +1,31 @@
|
|||
## Changelog
|
||||
|
||||
### 2.15.13
|
||||
|
||||
*2023-02-12*
|
||||
|
||||
#### Bug fixes
|
||||
- Docs
|
||||
- Fix Statistic docs (#22383 by @JUST-Limbo)
|
||||
- Fix Input docs (#22093 by @lm312)
|
||||
- Fix en-US docs (#22268 #22269 #22270 by @Hazel-Lin)
|
||||
- Fix Pagination docs (#22288 by @xujintai123)
|
||||
- Fix: Links docs (#22370 by @itmier)
|
||||
- Statistics
|
||||
- fix slot display bug (#22375 by @webvs2)
|
||||
- Chore
|
||||
- missing web-type after publishing (#22271 by @loosheng)
|
||||
#### Optimization
|
||||
- InputNumber
|
||||
- Fix touch one click trigger twice on the window touch pad (#22185 by @mrsai)
|
||||
- Image
|
||||
- Add initialIndex prop (#22346 by @inkroom)
|
||||
- Statistics
|
||||
- Updated countdown feature to localize lodash Closes (#22260 by @webvs2)
|
||||
- Update code and doc (#22276 by @webvs2)
|
||||
- Other
|
||||
- fix web-types type props (#22281 by @whzxc)
|
||||
|
||||
### 2.15.12
|
||||
|
||||
*2022-11-16*
|
||||
|
|
|
@ -1,5 +1,31 @@
|
|||
## Changelog
|
||||
|
||||
### 2.15.13
|
||||
|
||||
*2023-02-12*
|
||||
|
||||
#### Bug fixes
|
||||
- Docs
|
||||
- Fix Statistic docs (#22383 by @JUST-Limbo)
|
||||
- Fix Input docs (#22093 by @lm312)
|
||||
- Fix en-US docs (#22268 #22269 #22270 by @Hazel-Lin)
|
||||
- Fix Pagination docs (#22288 by @xujintai123)
|
||||
- Fix: Links docs (#22370 by @itmier)
|
||||
- Statistics
|
||||
- fix slot display bug (#22375 by @webvs2)
|
||||
- Chore
|
||||
- missing web-type after publishing (#22271 by @loosheng)
|
||||
#### Optimization
|
||||
- InputNumber
|
||||
- Fix touch one click trigger twice on the window touch pad (#22185 by @mrsai)
|
||||
- Image
|
||||
- Add initialIndex prop (#22346 by @inkroom)
|
||||
- Statistics
|
||||
- Updated countdown feature to localize lodash Closes (#22260 by @webvs2)
|
||||
- Update code and doc (#22276 by @webvs2)
|
||||
- Other
|
||||
- fix web-types type props (#22281 by @whzxc)
|
||||
|
||||
### 2.15.12
|
||||
|
||||
*2022-11-16*
|
||||
|
|
|
@ -1,5 +1,31 @@
|
|||
## 更新日志
|
||||
|
||||
### 2.15.13
|
||||
|
||||
*2023-02-12*
|
||||
|
||||
#### Bug 修复
|
||||
- Docs
|
||||
- 修复 Statistic 文案 (#22383 by @JUST-Limbo)
|
||||
- 修复 Input 文案 (#22093 by @lm312)
|
||||
- 修复 en-US 文案 (#22268 #22269 #22270 by @Hazel-Lin)
|
||||
- 修复 Pagination 文案 (#22288 by @xujintai123)
|
||||
- 修复 Links 文案 (#22370 by @itmier)
|
||||
- Statistics
|
||||
- 修复 slot 显示问题 (#22375 by @webvs2)
|
||||
- Chore
|
||||
- 修复 web-type 文件丢失问题 (#22271 by @loosheng)
|
||||
#### 优化
|
||||
- InputNumber
|
||||
- windows触摸屏响应优化 (#22185 by @mrsai)
|
||||
- Image
|
||||
- 新增 initialIndex 属性 (#22346 by @inkroom)
|
||||
- Statistics
|
||||
- countdown 特性更新 (#22260 by @webvs2)
|
||||
- 代码优化及doc更新 (#22276 by @webvs2)
|
||||
- 其他
|
||||
- web-type代码优化 (#22281 by @whzxc)
|
||||
|
||||
### 2.15.12
|
||||
|
||||
*2022-11-16*
|
||||
|
|
Loading…
Reference in New Issue