mirror of https://github.com/ElemeFE/element
Changelog: update for 2.0.3
parent
fa522dd2bc
commit
a32e793845
|
@ -1,5 +1,15 @@
|
|||
## Changelog
|
||||
|
||||
### 2.0.3
|
||||
|
||||
*2017-11-03*
|
||||
|
||||
- Fixed `editable` and `readonly` attributes for ranged DatePicker, #7922
|
||||
- Fixed style error of nested Tabs, #7941
|
||||
- Fixed style error of the last Step of vertical Steps, #7980
|
||||
- Fixed trigger timing of `current-change` event for Pagination, #7995
|
||||
- Fixed unregistered Tooltip in Menu, #7995
|
||||
|
||||
### 2.0.2
|
||||
|
||||
*2017-10-31*
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
## 更新日志
|
||||
|
||||
### 2.0.3
|
||||
|
||||
*2017-11-03*
|
||||
|
||||
- 修复范围选择的 DatePicker `editable` 和 `readonly` 属性无法正常工作的问题,#7922
|
||||
- 修复嵌套的 Tabs 的样式错误,#7941
|
||||
- 修复纵向 Steps 中最后一个 Step 的样式错误,#7980
|
||||
- 修复 Pagination 的 `current-change` 事件触发时机错误的问题,#7995
|
||||
- 修复由于 Menu 使用了未注册的 Tooltip 造成其在按需引入时报错的问题,#7995
|
||||
|
||||
### 2.0.2
|
||||
|
||||
*2017-10-31*
|
||||
|
|
Loading…
Reference in New Issue