Skip to content

v4.4.0 Cro-Mag

Compare
Choose a tag to compare
@icarusion icarusion released this 16 Oct 01:13
· 122 commits to master since this release
  • AutoComplete、DatePicker、TimePicker、Cascader、ColorPicker、Tooltip、Poptip 新增属性 transfer-class-name
  • Select 新增属性 default-label 和事件 @on-set-default-options,用于远程搜索时设置初始值的 label。
  • Table 新增属性 update-show-children#675
  • Tree 新增属性 select-nodeexpand-node,可以控制点击节点效果为单选或展开/收起子节点。
  • Upload 新增属性 webkitdirectory,支持选择文件夹。 #619
  • Modal、$Modal、Drawer、$Spin 新增属性 lock-scroll,设置为 false 时,不会改变浏览器滚动条。
  • Scroll 新增属性 stop-slide,开启可防止短时间加载数据时的抖动。 #701
  • 优化 Table、Tree、Tabs 右键菜单,展开新菜单时,会自动关闭上一次展开的菜单。
  • 修复 Table 动态设置 draggable 属性时的问题。 #603
  • 修复 Table 表头分组时,点击表头有时报错的问题。 #616
  • 修复 Dropdown 在 trigger: click 模式下,嵌套使用的问题。 #661
  • 修复 DatePicker 设置 capture 为 false 时选择年月自动关闭的问题。 #593
  • 修复 Input 同时使用 show-word-limit 和 disabled 属性时,样式错误的问题。 #685
  • 修复 Table、Tree、Tabs 没有引用 Dropdown、DropdownMenu 组件的问题。 #674

  • AutoComplete, DatePicker, TimePicker, Cascader, ColorPicker, Tooltip, Poptip add new property transfer-class-name.
  • Select add new property default-label and event @on-set-default-options, used to set the initial label during remote search.
  • Table add new property update-show-children. #675
  • Tree add new properties select-node and expand-node, which can control the effect of clicking on a node as single selection or expand/collapse child nodes.
  • Upload add new property webkitdirectory, support selecting folders. #619
  • Modal, $Modal, Drawer, $Spin add new property lock-scroll, when set to false, the browser scroll bar will not be changed.
  • Scroll adds a new property stop-slide, which can prevent jitter when loading data in a short time. #701
  • Optimize the right-click menus of Table, Tree, and Tabs. When a new menu is expanded, the last expanded menu will be automatically closed.
  • Fix the problem when Table dynamically sets the draggable property. #603
  • Fix the problem of sometimes reporting errors when clicking on the table header when the Table header is grouped. #616
  • Fix the problem of nested use of Dropdown in trigger: click mode. #661
  • Fix the problem that DatePicker is automatically closed when selecting the year and month when the capture is set to false. #593
  • Fix the problem that the Input style is wrong when the show-word-limit and disabled properties are used at the same time. #685
  • Fix the problem that Table, Tree, Tabs do not reference Dropdown, DropdownMenu components. #674