mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Page:
ChangeLog 2.2.2
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
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.
- 新增 Input 的
clear事件,#9988(by @blackmiaool) - 现在 ColorPicker 的手动输入支持
hsl、hsv和rgb格式了,#9991 - 修复 DatePicker 在清除初始值时不触发
change事件的问题,#9986 - 现在 Rate 的图标类相关属性支持动态更新了,#10003
- 修复含有固定列的 Table 在设置
max-height属性后有时不能及时更新布局高度的问题,#10034 - 现在 DatePicker 的范围选择支持先点选结束日期,再点选开始日期了,#8156(by @earlymeme)
- 新增 Pagination 的
disabled属性,#10006 - 新增 Popover 的
after-enter和after-leave事件,#10047 - 修复重置表单后,用户第一次改变 Select 的值时不触发校验的问题,#10105
- 修复 Table 的固定列在某些情况下宽度不正确的问题,#10130
- 修复调用 MessageBox 未传入
title时,打开的 MessageBox 会继承上一个实例的title属性的问题,#10126(by @Pochodaydayup) - 新增 Slider 的
input-size属性,#10154 - 新增 Transfer 的
left-check-change和right-check-change事件,#10156
- Added
clearevent for Input, #9988 (by @blackmiaool) - Now manual input of ColorPicker supports
hsl,hsvandrgbmodes, #9991 - Fixed DatePicker not triggering
changeevent when its initial value is cleared, #9986 - Now icon class related attributes of Rate support dynamic updates, #10003
- Fixed Table with fixed columns not updating its height correctly if
max-heightis set, #10034 - Now DatePicker's range mode supports reverse selection (clicking the end date, then clicking the start date), #8156 (by @earlymeme)
- Added
disabledattribute for Pagination, #10006 - Added
after-enterandafter-leaveevents for Popover, #10047 - Fixed Select not triggering validation when user selects an option after executing
resetFieldsof Form, #10105 - Fixed incorrect widths of fixed columns of Table in some cases, #10130
- Fixed MessageBox inheriting the
titleattribute of its previous instance when called withouttitle, #10126 (by @Pochodaydayup) - Added
input-sizeattribute for Slider, #10154 - Added
left-check-changeandright-check-changeevents for Transfer, #10156