You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 一起使用。