- 新增 Tabs 组件的
disabled
属性,#1620 - 新增 DatePicker 的 input 支持
size
,#1440 - 修复 DatePicker 为
datetimerange
类型并设置初始值时,面板未显示正确日期的问题,#1129 - 修复 DatePicker 切换年份时显示异常的问题,#1607
- 修复 DatePicker 点击 icon 未触发 clickoutside 的问题,#1604
- 修复 TimePicker 点击清空按钮后再次点击不会更新初始值的问题,#1583
- 修复 Select 远程搜索且 value 为对象类型时的显示问题,#1593
- 修复 Select 为
disabled
时,clearable
仍然可以工作的问题,#1619 - 修复 自定义背景颜色的 Switch 在动态切换
disabled
时,背景颜色错误的问题,#1627 - 修复 Table 的一些样式问题
- Added
disabled
attribute for Tabs, #1620 - Added
size
attribute for DatePicker input, #1440 - Fixed
datetimerange
DatePicker's panel not showing correct date if initial value is present, #1129 - Fixed DatePicker display error when switching year, #1607
- Fixed DatePicker not triggering clickoutside when its icon is clicked, #1604
- Fixed TimePicker not refreshing value after clicking the clear button, #1583
- Fixed remote filterable Select display error when its value is an object, #1593
- Fixed Select's clear button still working bug when it's
disabled
, #1619 - Fixed Switch's background color error when its
disabled
attribute is dynamically changed, #1627 - Fixed some style bugs of Table