Skip to content

v4.3.0 Watame

Compare
Choose a tag to compare
@icarusion icarusion released this 03 Jul 00:44
· 162 commits to master since this release
  • Tree add new slot contextMenu, and supports context menu.
  • Tree node data has a new attribute contextmenu. After opening, the node can use the right-click menu function, which needs to be used in conjunction with the Tree’s slot contextMenu.
  • Tree add new event @on-contextmenu.
  • Tabs add new slot contextMenu, and supports context menu.
  • TabPane add new property context-menu. After opening, the tab can use the right-click menu function, which needs to be used together with the slot contextMenu of Tabs.
  • Tabs add new event @on-contextmenu.
  • Tabs add new property draggable and event @on-drag-drop, which are used to drag and adjust the order of tabs.
  • Tabs add new event @on-dblclick.
  • Table add new event @on-expand-tree.
  • Table no longer actively modify the _showChildren field, please use the @on-expand-tree event.
  • The to property of Button, Menu, Card, Cell and other components support jumping to absolute addresses.
  • Update async-validator version to support any type.
  • Fix the problem that Select can't delete search keywords correctly in low version browsers. #512
  • Fix Select to open the clearable attribute and click to clear the unsynchronized value. #446
  • Fix the problem that Select sometimes can't select options with tabs. #548
  • Fix the problem that the show-summary property of Table is turned on and the table is scrolled. #553
  • Fix the problem that FormItem does not set prop field cannot be verified. #437
  • Fix an issue where Tabs sometimes reported an error when closing the last tab. #510
  • Fix TimePicker sometimes unable to hide seconds correctly. #561
  • Fix the problem that the Input show-word-limit property is turned on and the style is wrong on the Windows platform.

  • Tree 新增 slot contextMenu,支持右键菜单。
  • Tree 的节点数据新增属性 contextmenu,开启后,该节点可以使用右键菜单功能,需配合 Tree 的 slot contextMenu 一起使用。
  • Tree 新增事件 @on-contextmenu
  • Tabs 新增 slot contextMenu,支持右键菜单。
  • TabPane 新增属性 context-menu,开启后,该页签可以使用右键菜单功能,需配合 Tabs 的 slot contextMenu 一起使用。
  • Tabs 新增事件 @on-contextmenu
  • Tabs 新增属性 draggable 和事件 @on-drag-drop,用于拖拽调整页签顺序。
  • Tabs 新增双击事件 @on-dblclick
  • Table 新增展开/收起子数据事件 @on-expand-tree
  • Table 不再主动修改 _showChildren 字段,请使用 @on-expand-tree 事件。
  • Button、Menu、Card、Cell 等组件的 to 属性,支持跳转到绝对地址。
  • 更新 async-validator 版本,支持 any 类型。
  • 修复 Select 在低版本浏览器,无法正确删除搜索关键字的问题。 #512
  • 修复 Select 开启 clearable 属性,点击清空未同步 value 的问题。 #446
  • 修复 Select 有时不能选择含制表符选项的问题。 #548
  • 修复 Table 开启 show-summary 属性,滚动表格报错的问题。 #553
  • 修复 FormItem 未设置 prop 字段无法验证的问题。 #437
  • 修复 Tabs 关闭最后一个页签有时报错的问题。 #510
  • 修复 TimePicker 有时无法正确隐藏秒的问题。 #561
  • 修复 Input 开启 show-word-limit 属性,在 Windows 平台样式出错的问题。