mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-29 18:57:36 +08:00
Changelog: update for 2.3.7 (#10947)
This commit is contained in:
parent
cb39bd2f8b
commit
b7313d11ee
@ -1,5 +1,14 @@
|
||||
## Changelog
|
||||
|
||||
### 2.3.7
|
||||
|
||||
*2018-04-29*
|
||||
|
||||
- Fixed Table not updating its header widths when the scroll bar disappears due to filtering, #10834
|
||||
- Fixed clearable Input still showing the clear icon when its initial value is `null`, #10912
|
||||
- Fixed incorrect trigger of the `active-change` event after changing ColorPicker's binding value programatically, #10903 (by @zhangbobell)
|
||||
- Fixed filterable Select causing an infinite loop when navigating options using keyboard if all options are disabled, #10945
|
||||
|
||||
### 2.3.6
|
||||
|
||||
*2018-04-21*
|
||||
|
@ -1,5 +1,14 @@
|
||||
## Changelog
|
||||
|
||||
### 2.3.7
|
||||
|
||||
*2018-04-29*
|
||||
|
||||
- Fixed Table not updating its header widths when the scroll bar disappears due to filtering, #10834
|
||||
- Fixed clearable Input still showing the clear icon when its initial value is `null`, #10912
|
||||
- Fixed incorrect trigger of the `active-change` event after changing ColorPicker's binding value programatically, #10903 (by @zhangbobell)
|
||||
- Fixed filterable Select causing an infinite loop when navigating options using keyboard if all options are disabled, #10945
|
||||
|
||||
### 2.3.6
|
||||
|
||||
*2018-04-21*
|
||||
|
@ -1,5 +1,14 @@
|
||||
## 更新日志
|
||||
|
||||
### 2.3.7
|
||||
|
||||
*2018-04-29*
|
||||
|
||||
- 修复 Table 在由于筛选而使原有的滚动条消失后表头各列宽度未及时更新的问题,#10834
|
||||
- 修复可清空的 Input 在初始值为 `null` 时仍然显示清空图标的问题,#10912
|
||||
- 修复在通过代码改变 ColorPicker 的绑定值后错误地触发 `active-change` 事件的问题,#10903(by @zhangbobell)
|
||||
- 修复可搜索的 Select 在备选项均被禁用时,通过键盘导航会造成无限循环的问题,#10945
|
||||
|
||||
### 2.3.6
|
||||
|
||||
*2018-04-21*
|
||||
|
Loading…
Reference in New Issue
Block a user