mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Page:
ChangeLog 2.3.0
Pages
ChangeLog 2.0.0 alpha.1
ChangeLog 2.0.0 alpha.2
ChangeLog 2.0.0 alpha.3
ChangeLog 2.0.0 beta.1
ChangeLog 2.0.0 rc.1
ChangeLog 2.0.0
ChangeLog 2.0.1
ChangeLog 2.0.10
ChangeLog 2.0.11
ChangeLog 2.0.2
ChangeLog 2.0.3
ChangeLog 2.0.4
ChangeLog 2.0.5
ChangeLog 2.0.6
ChangeLog 2.0.8
ChangeLog 2.0.9
ChangeLog 2.1.0
ChangeLog 2.2.0
ChangeLog 2.2.1
ChangeLog 2.2.2
ChangeLog 2.3.0
ChangeLog 2.3.1
ChangeLog 2.3.3
ChangeLog 2.3.4
ChangeLog 2.3.5
ChangeLog 2.3.6
ChangeLog 2.3.7
ChangeLog 2.3.8
ChangeLog 2.3.9
ChangeLog 2.4.0
ChangeLog 2.4.1
ChangeLog 2.4.10
ChangeLog 2.4.2
ChangeLog 2.4.3
ChangeLog 2.4.4
ChangeLog 2.4.5
ChangeLog 2.4.6
ChangeLog 2.4.7
ChangeLog 2.4.8
ChangeLog 2.4.9
Home
Clone
Table of Contents
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
新特性
- Table
- 现在 TableColumn 的
formatter属性可以是动态的,#10184(by @elfman) - 新增
select-on-indeterminate属性,#9924(by @syn-zeta)
- 现在 TableColumn 的
- Menu
- 新增
collapse-transition属性,#8809(by @limichange)
- 新增
- Input
- 新增
select方法,#10229 - 新增
blur方法,#10356
- 新增
- ColorPicker
- 新增
predefine属性,#10170(by @elfman)
- 新增
- Tree
- 新增
draggable、allow-drop和allow-drag属性,以及node-drag-start、node-drag-enter、node-drag-leave、node-drag-over、node-drag-end和node-drop事件,#9251 #10372(by @elfman)
- 新增
- Form
validate方法新增第二个参数,包含未通过本次校验的表单项信息,#10279- 新增
validate事件,#10351
- Progress
- 新增
color属性,#10352(by @YunYouJun)
- 新增
- Button
- 新增
circle属性,#10359(by @YunYouJun)
- 新增
修复
- Form
- 修复嵌套复合型 Input 时,FormItem 标签与输入框未对齐的问题,#10189
- Menu
- 现在折叠状态的菜单项仅在传入
titleslot 时才显示 Tooltip,#10193(by @PanJiaChen)
- 现在折叠状态的菜单项仅在传入
- Pagination
- 修复
current-change在未发生用户交互时错误触发的问题,#10247
- 修复
- DatePicker
- 现在时间日期选择器下拉面板中的值能够正确地从
format属性中获取对应格式了,#10174(by @remizovvv)
- 现在时间日期选择器下拉面板中的值能够正确地从
- Upload
- 现在拖拽上传会拦截不在
accept属性范围内的文件,#10278
- 现在拖拽上传会拦截不在
New features
- Table
- Menu
- Added
collapse-transitionattribute, #8809 (by @limichange)
- Added
- Input
- ColorPicker
- Added
predefineattribute, #10170 (by @elfman)
- Added
- Tree
- Form
- Progress
- Added
colorattribute, #10352 (by @YunYouJun)
- Added
- Button
- Added
circleattribute, #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
titleslot of MenuItem is set, #10193 (by @PanJiaChen)
- Now collapsed Menu will only show the Tooltip when the
- Pagination
- Fixed
current-changeevent wrongly triggering without user interaction, #10247
- Fixed
- DatePicker
- Now the date and time value in the dropdown panel are correctly formatted based on the
formatattribute, #10174(by @remizovvv)
- Now the date and time value in the dropdown panel are correctly formatted based on the
- Upload
- Fixed
acceptattribute not working whendragis true, #10278
- Fixed