mirror of https://github.com/ElemeFE/element
Changelog: update for 1.1.2
parent
b360e479db
commit
af7165da18
|
@ -1,5 +1,17 @@
|
|||
## Changelog
|
||||
|
||||
### 1.1.2
|
||||
|
||||
*2016-12-30*
|
||||
|
||||
- Fixed `sortable` and `fixed` attribute of Table not working in Vue 2.1.7+
|
||||
- Fixed Input Number not resetting on blur when input with illegal values, #2098
|
||||
- Removed `title` scoped slot of Collapse, and added `title` named slot, #2100
|
||||
- Fixed range selection in TimePicker not working issue
|
||||
- Fixed Tabs' active tab switching when a non-active tab is removed, #2106
|
||||
- Fixed console error reporting when navigating Select with arrow keys, #2120
|
||||
- Fixed incorrect validation timing of filterable Select in Form, #2120
|
||||
|
||||
### 1.1.1
|
||||
|
||||
*2016-12-29*
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
## 更新日志
|
||||
|
||||
### 1.1.2
|
||||
*2016-12-30*
|
||||
|
||||
- 修复 Vue 2.1.7 升级导致的 Table `sortable` 和 `fixed` 无法使用的问题
|
||||
- 修正 Input Number 在手动输入越界值时,blur 触发时没有重置为原来的值的问题,#2098
|
||||
- 移除 Collapse 的 `title` scoped slot, 并新增 `title` named slot,#2100
|
||||
- 修复 TimePicker 范围选择无法使用的问题
|
||||
- 修复 Tabs 删除非当前激活的 tab 后,当前激活的 tab 变化的问题,#2106
|
||||
- 修复 Select 在使用方向键导航时控制台报错的问题,#2120
|
||||
- 修复 Form 中可搜索的 Select 验证时机错误的问题,#2120
|
||||
|
||||
### 1.1.1
|
||||
*2016-12-29*
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"1.0.9": "1.0",
|
||||
"1.1.1": "1.1"
|
||||
"1.1.2": "1.1"
|
||||
}
|
Loading…
Reference in New Issue