mirror of https://github.com/ElemeFE/element
chore: add changelog
parent
ddbf9df05d
commit
28d6e030eb
|
@ -1,5 +1,24 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 2.15.11
|
||||||
|
|
||||||
|
*2022-11-15*
|
||||||
|
|
||||||
|
#### Bug fixes
|
||||||
|
- Docs
|
||||||
|
- Fix Radio docs (#22178 by @bchen1029)
|
||||||
|
- Fix Progress docs
|
||||||
|
#### Optimization
|
||||||
|
- I18n
|
||||||
|
- Update translation of Malaysian (#22185 by @z4q)
|
||||||
|
- Update translation of Norwegian (#22145 by @Barsnes)
|
||||||
|
- Progress
|
||||||
|
- Add defineBackColor and textColor prop (#22089 by @lm312)
|
||||||
|
- Statistics
|
||||||
|
- Add new component Statistics (#22159 by @webvs2)
|
||||||
|
- Other
|
||||||
|
- Add Web Types to improve code assistance in WebStorm IDE and other JetBrains IDEs (#22135 by @piotrtomiak)
|
||||||
|
|
||||||
### 2.15.10
|
### 2.15.10
|
||||||
|
|
||||||
*2022-09-13*
|
*2022-09-13*
|
||||||
|
|
|
@ -1,5 +1,24 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 2.15.11
|
||||||
|
|
||||||
|
*2022-11-15*
|
||||||
|
|
||||||
|
#### Bug fixes
|
||||||
|
- Docs
|
||||||
|
- Fix Radio docs (#22178 by @bchen1029)
|
||||||
|
- Fix Progress docs
|
||||||
|
#### Optimization
|
||||||
|
- I18n
|
||||||
|
- Update translation of Malaysian (#22185 by @z4q)
|
||||||
|
- Update translation of Norwegian (#22145 by @Barsnes)
|
||||||
|
- Progress
|
||||||
|
- Add defineBackColor and textColor prop (#22089 by @lm312)
|
||||||
|
- Statistics
|
||||||
|
- Add new component Statistics (#22159 by @webvs2)
|
||||||
|
- Other
|
||||||
|
- Add Web Types to improve code assistance in WebStorm IDE and other JetBrains IDEs (#22135 by @piotrtomiak)
|
||||||
|
|
||||||
### 2.15.10
|
### 2.15.10
|
||||||
|
|
||||||
*2022-09-13*
|
*2022-09-13*
|
||||||
|
|
|
@ -1,5 +1,24 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 2.15.11
|
||||||
|
|
||||||
|
*2022-11-15*
|
||||||
|
|
||||||
|
#### Bug fixes
|
||||||
|
- Docs
|
||||||
|
- Fix Radio docs (#22178 by @bchen1029)
|
||||||
|
- Fix Progress docs
|
||||||
|
#### Optimization
|
||||||
|
- I18n
|
||||||
|
- Update translation of Malaysian (#22185 by @z4q)
|
||||||
|
- Update translation of Norwegian (#22145 by @Barsnes)
|
||||||
|
- Progress
|
||||||
|
- Add defineBackColor and textColor prop (#22089 by @lm312)
|
||||||
|
- Statistics
|
||||||
|
- Add new component Statistics (#22159 by @webvs2)
|
||||||
|
- Other
|
||||||
|
- Add Web Types to improve code assistance in WebStorm IDE and other JetBrains IDEs (#22135 by @piotrtomiak)
|
||||||
|
|
||||||
### 2.15.10
|
### 2.15.10
|
||||||
|
|
||||||
*2022-09-13*
|
*2022-09-13*
|
||||||
|
|
|
@ -1,5 +1,24 @@
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
### 2.15.11
|
||||||
|
|
||||||
|
*2022-11-15*
|
||||||
|
|
||||||
|
#### Bug 修复
|
||||||
|
- Docs
|
||||||
|
- 修复 Radio 文案 (#22178 by @bchen1029)
|
||||||
|
- 修复 Progress 文案
|
||||||
|
#### 优化
|
||||||
|
- I18n
|
||||||
|
- 更新 马来西亚语 翻译 (#22185 by @z4q)
|
||||||
|
- 更新 挪威语 翻译 (#22145 by @Barsnes)
|
||||||
|
- Progress
|
||||||
|
- 新增 defineBackColor 和 textColor 属性 (#22089 by @lm312)
|
||||||
|
- Statistics
|
||||||
|
- 新增组件 Statistics (#22159 by @webvs2)
|
||||||
|
- Other
|
||||||
|
- 改进WebStorm IDE和其他JetBrains IDE中的代码帮助 (#22135 by @piotrtomiak)
|
||||||
|
|
||||||
### 2.15.10
|
### 2.15.10
|
||||||
|
|
||||||
*2022-09-13*
|
*2022-09-13*
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
Element will stay with Vue 2.x
|
Element will stay with Vue 2.x
|
||||||
|
|
||||||
For Vue 3.0, we recommend using [Element Plus](https://github.com/element-plus/element-plus) from the same team (Element Plus is a community develop project)
|
For Vue 3.0, we recommend using [Element Plus](https://github.com/element-plus/element-plus)(Element Plus is a community develop project)
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
- Homepage and documentation
|
- Homepage and documentation
|
||||||
|
|
Loading…
Reference in New Issue