新特性
- Table
- Menu
- 新增
collapse-transition
属性,#8809(by @limichange)
- 新增
- Input
- ColorPicker
- Tree
- Form
- Progress
- 新增
color
属性,#10352(by @YunYouJun)
- 新增
- Button
- 新增
circle
属性,#10359(by @YunYouJun)
- 新增
修复
- Form
- 修复嵌套复合型 Input 时,FormItem 标签与输入框未对齐的问题,#10189
- Menu
- 现在折叠状态的菜单项仅在传入
title
slot 时才显示 Tooltip,#10193(by @PanJiaChen)
- 现在折叠状态的菜单项仅在传入
- Pagination
- 修复
current-change
在未发生用户交互时错误触发的问题,#10247
- 修复
- DatePicker
- 现在时间日期选择器下拉面板中的值能够正确地从
format
属性中获取对应格式了,#10174(by @remizovvv)
- 现在时间日期选择器下拉面板中的值能够正确地从
- Upload
- 现在拖拽上传会拦截不在
accept
属性范围内的文件,#10278
- 现在拖拽上传会拦截不在
New features
- Table
- Menu
- Added
collapse-transition
attribute, #8809 (by @limichange)
- Added
- Input
- ColorPicker
- Tree
- Form
- Progress
- Added
color
attribute, #10352 (by @YunYouJun)
- Added
- Button
- Added
circle
attribute, #10359 (by @YunYouJun)
- Added
Bug fixes
- Form
- Fixed label of FormItem not align with mixed Input, #10189
- Menu
- Now collapsed Menu will only show the Tooltip when the
title
slot of MenuItem is set, #10193 (by @PanJiaChen)
- Now collapsed Menu will only show the Tooltip when the
- Pagination
- Fixed
current-change
event wrongly triggering without user interaction, #10247
- Fixed
- DatePicker
- Now the date and time value in the dropdown panel are correctly formatted based on the
format
attribute, #10174(by @remizovvv)
- Now the date and time value in the dropdown panel are correctly formatted based on the
- Upload
- Fixed
accept
attribute not working whendrag
is true, #10278
- Fixed