mirror of https://github.com/ElemeFE/element
Changelog: update for 1.4.1
parent
ce0da21067
commit
bc7ac269e2
|
@ -1,5 +1,18 @@
|
|||
## Changelog
|
||||
|
||||
### 1.4.1
|
||||
|
||||
*2017-07-28*
|
||||
|
||||
- Fixed child nodes expanding when checking parent node in Tree, #6029
|
||||
- Fixed checking behavior error of Tree, #6034
|
||||
- Fixed FormItem not inheriting `label-width` as a Form's direct child, #6044
|
||||
- Fixed Menu incorrectly showing SubMenu in collapse mode, #6111
|
||||
- Fixed render order error of `v-if` controlled dynamic TabPanes, #6066
|
||||
- Fixed Popover still popping up after mouse leaves within `open-delay`, #6058 (by @laobubu)
|
||||
- Fixed delete buttons still rendered in file list of disabled Upload, #6091
|
||||
- Fixed background color error on hover of striped Table, #6024 (by @xtongs)
|
||||
|
||||
### 1.4.0 Boron
|
||||
|
||||
*2017-07-21*
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
## 更新日志
|
||||
|
||||
### 1.4.1
|
||||
*2017-07-28*
|
||||
|
||||
- 修复 Tree 勾选父节点会弹出子节点的问题,#6029
|
||||
- 修复 Tree 勾选逻辑错误,#6034
|
||||
- 修复作为 Form 直接子元素的 FormItem 不继承 `label-width` 的问题,#6044
|
||||
- 修复 collapse 模式下的 Menu 自动弹出子菜单的问题,#6111
|
||||
- 修复使用 `v-if` 的动态 TabPane 顺序错误的问题,#6066
|
||||
- 修复鼠标在 `open-delay` 时间内移开元素后,仍然会弹出 Popover 的问题,#6058(by @laobubu)
|
||||
- 修复禁用的 Upload 的文件列表仍然显示删除按钮并可操作的问题,#6091
|
||||
- 修复斑马纹的 Table 的背景色在 hover 时不正确的问题,#6024(by @xtongs)
|
||||
|
||||
### 1.4.0 Boron
|
||||
*2017-07-21*
|
||||
|
||||
|
|
Loading…
Reference in New Issue