Skip to content

v4.0.1

Compare
Choose a tag to compare
@icarusion icarusion released this 15 Oct 07:29
· 297 commits to master since this release
  • Fix the problem that the Cascader and Dropdown components's layer error in the 4.0 version. #32
  • Fix the problem that the Table width error when drag to set the column's width in the 4.0 version. #18
  • Fix the problem that the Table event @on-column-width-resize returns incorrect value. #21
  • Fix Select In the multiple mode with Form, can not reset the error message when click reset button.
  • Fix the problem that Select can't be deleted in some browsers in filterable mode.
  • Fix Select In the multiple and filterable mode, the Chinese input method deletes the search term and directly deletes the selected item.
  • Fix an issue where the Page number of the font-family was incorrect under the Safari browser.
  • Fix the problem when set Modal's position by property styles, an't drag correctly.
  • Fix the problem that AutoComplete can still be emptied in disabled mode.
  • Fix the problem of using Table inside Tabs, sometimes the table width is incorrect.

  • 修复 4.0 版本下,Cascader、Dropdown 组件在 transfer 模式下,下拉浮层错误收起的问题。 #32
  • 修复 4.0 版本下,Table 拖拽调整列宽,宽度太小时,表头错位的问题。 #18
  • 修复 4.0 版本下,Table 事件 @on-column-width-resize 返回值不正确的问题。 #21
  • 修复 Select 在多选模式下,在 Form 校验时,重置无法清除提示的问题。
  • 修复 Select 在搜索模式下,在部分浏览器中无法删除的问题。
  • 修复 Select 在多选且搜索模式下,中文输入法删除搜索词,会直接删除已选项的问题。
  • 修复 Page 页码数字的字体在 Safari 浏览器下不正确的问题。
  • 修复 Modal 设置 styles 属性后自定义位置,且开启 draggable 时,拖拽移动出错的问题。
  • 修复 AutoComplete 在 disabled 模式下,仍然可以清空的问题。
  • 修复 Tabs 内使用 Table,有时 Table 宽度不正确的问题。