- 修复 Popup 在叠加使用时阻止事件冒泡,#1677
- 修复 DatePicker 类型为 datetimerange 时无法选择时间的问题,#1758
- 修复 Slider 的
change
事件不能正确触发的问题,#1809 - 修复 Loading 的 spinner 在某些情况下转动时出现碎片的问题,#1786
- 新增 Select 的
loading-text
、no-data-text
、no-match-text
属性和visible-change
事件,#1849 - 新增 DatePicker、Select 和 Tooltip 的
popper-class
属性,#1806 - 新增 Tree 的
expand-on-click-node
、current-node-key
属性和current-change
事件,#1805 #1807 - 新增 Table
row-click
事件的第三个参数column
,#1808 - 修复 Checkbox 的在路由切换时因为 computed 属性被缓存导致的bug,#1860
- 新增 TabPanel
label-content
渲染钩子方法中增加 tab 实例的参数,#1857 - 新增 NavMenu 组件增加无限级子菜单(vertical模式)的支持,#1851
- 新增 Checkbox 现在支持不绑定 value 也可以正常使用,#1818
- 新增 Progress 的
onProgress
钩子函数,#1782 - 修复 Tab 组件 active bar 在动态 label 下没有更新的问题,#1761
- 新增 Table 的
filter-change
事件和 TableColumn 的column-key
属性,#1876 - 新增 Dropdown
hide-on-click
属性, #1879 - Fixed nested Popup from event bubbling, #1677
- Fixed the issue that datetimerange-typed DatePicker can not select time, #1758
- Fixed
change
event not firing correctly of Slider, #1809 - Fixed Loading's spinner splitting while animating in some conditions, #1786
- Added
loading-text
,no-data-text
,no-match-text
properties andvisible-change
event for Select, #1849 - Added
popper-class
property for DatePicker, Select and Tooltip, #1806 - Added
expand-on-click-node
,current-node-key
properties andcurrent-change
event for Tree, #1805 #1807 - Added the third parameter
column
for Table'srow-click
event, #1808 - Fixed an error when pages with Checkbox switching routes due to
computed
property being cached, #1860 - Added the tab instance as a parameter for TabPanel's
label-content
render function, #1857 - Added infinite submenus support for NavMenu in vertical mode, #1851
- Updated Checkbox so that it works without a binding value, #1818
- Added
onProgress
hook for Progress, #1782 - Fixed Tab not updating active bar with dynamic label, #1761
- Added
filter-change
event for Table, andcolumn-key
property for TableColumn, #1876