npm element-ui 1.4.2

latest releases: 2.15.14, 2.15.13, 2.15.12...
6 years ago
  • 修复绑定值为对象类型时,初始值为 null 的 Select 会选中 value 为 0 的问题,#6143
  • 修复 statuserror 的 Step 样式问题,#6155 @wacky6
  • 修复当 Cascader 的 expand-triggerhover 时,点击选择条目后快速移动会再次选到父级元素的问题,#6199
  • 修复 Menu 在 collaspse 时不能收起子级菜单的问题,#6200
  • 修复 Switch 内部的原生 input 状态与组件不同步的问题,#6205 @wacky6
  • 修复 Slider 在 resize 窗口后滑块位置不准的问题,#6263
  • 修复 Autocomplete 在 blur 时不会收起下拉框的问题,#6256
  • 修复 Pagination 的 jumper 在 IE 下敲击回车无法触发翻页的问题,#6306 @qingdengyue
  • 修复 InputNumber 当 sizelargesmall 时的样式问题,#6310 @JeremyWuuuuu
  • 修复 DatePicker 的部分格式化文字 i18n 不生效的问题,#6328
  • 修复点击 Slider 的滑块会使其移动至起点的问题,#6359

  • Fixed Select marking option of value equal to 0 as selected when the initial value is null and bound to an object-typed value, #6143
  • Fixed Step style issue when status is error, #6155 @wacky6
  • Fixed Cascader selecting parent item when moving mouse quickly after clicking a leaf item, #6199
  • Fixed Menu not hiding submenus when collapsed, #6200
  • Fixed status of the inner native input of Switch not syncing with the component, #6205 @wacky6
  • Fixed wrong button positioning of Slider after window is resized, #6263
  • Fixed Autocomplete not hiding dropdown menu on blur, #6256
  • Fixed hitting enter on jumper of Pagination not trigger page change event in IE, #6306 @qingdengyue
  • Fixed InputNumber style issue when its size is large or small, #6310 @JeremyWuuuuu
  • Fixed i18n failure for some texts in DatePicker, #6328
  • Fixed Slider value changing to minimum when its button is clicked, #6359

Don't miss a new element-ui release

NewReleases is sending notifications on new releases.