Releases: ElemeFE/element
1.3.6
- 修复 ColorPicker 的默认值有时与面板中的值不一致的问题,#5183(by @Kingwl)
- 修复默认值为白色的 ColorPicker 无法通过面板改变 hue 的问题,#5184(by @Kingwl)
- 修复 Dialog 在滚动后,其嵌套的 Select 需多次点击才能呼出的问题,#5226
- 新增 Autocomplete 的
props
属性,#5282 - 修复 DatePicker 在手动输入值后按 Tab 切换焦点时下拉框不消失的问题,#5149(by @ChuckFields)
- Fixed inconsistency of ColorPicker's default value and panel value, #5183 (by @Kingwl)
- Fixed ColorPicker not able to change hue in the panel when its default value is white, #5184 (by @Kingwl)
- Fixed Select's dropdown taking multiple clicks to expand when nested in a Dialog after scrolling, #5226
- Added
props
property for Autocomplete, #5282 - Fixed dropdown of DatePicker not hiding when Tab key is pressed after manual input, #5149 (by @ChuckFields)
1.3.5
- 修复 Select 的
default-first-option
属性在远程搜索时不生效的问题,#5084 - 修复 InputNumber 与其他表单组件同行显示时不能对齐的问题,#5127
- 修复行内 FormItem 对复合型 Input 失效的问题,#5151
- 修复 FormItem 在 Firefox 中的高度与其他浏览器不一致的问题,#5152
- 修复 Cascader 中
value
为 0 的数据不能展开下一级的问题,#5172(by @Kingwl) - 修复 Autocomplete 无法触发原生
keydown
和keyup
事件的问题,#5129 - 新增 Select 的
clear
事件,#5112 - 修复 Cascader 在某些情况下下拉框的位置没有及时更新的问题,#5064
- 提升 Dialog 和 MessageBox 的可访问性,#4786
- Fixed
default-first-option
of Select not working in remote filtering, #5084 - Fixed InputNumber not aligning with other form components, #5127
- Fixed inline FormItem having no effect on mixed Input, #5151
- Fixed height of FormItem being different in Firefox from other browsers, #5152
- Fixed items with a
value
of 0 in Cascader can not be expanded, #5172 (by @Kingwl) - Fixed Autocomplete not triggering native
keydown
andkeyup
events, #5129 - Added
clear
event for Select, #5112 - Fixed Cascader's dropdown menu not updating its position in some situations, #5064
- Better accessibility for Dialog and MessageBox, #4786
1.3.4
1.3.3
- 新增 Dropdown 的
visible-change
事件,#4818(by @luciy) - 新增 Col 和 Row 的
tag
属性,#4799 - 修复上个版本中 Cascader 搜索功能不可用的问题,#4812
- 修复
type
为 range 的 DatePicker 错误地触发 watch 的问题,#4837(by @wacky6) - 修复 TimePicker 在某些浏览器上数字不居中的问题,#4847(by @pengchongfu)
- 修复当按下 ESC 关闭 Dialog 时不触发
before-close
钩子的问题,#4819(by @patriciussanctus) - 修复当多个 MessageBox 中存在 VNode 格式的
message
时渲染不正确的问题 - 修复按下 tab 键无法使 Checkbox 获得焦点的问题
- Added
visible-change
event for Dropdown, #4818 (by @luciy) - Added
tag
attribute for Col and Row, #4799 - Fixed Cascader search functionality regression, #4812
- Fixed DatePicker triggering watch when
type
is range, #4837 (by @wacky6) - Fixed numbers in TimePicker not align vertically, #4847 (by @pengchongfu)
- Fixed Dialog not triggering
before-close
hook when ESC is pressed, #4819 (by @patriciussanctus) - Fixed multiple MessageBox not rendering content correctly when some of the
message
is a VNode - Fixed Checkbox not focused when navigating with tab
1.3.2
- 修复在按需引入某些组件时,报
el-collapse-transition
未找到的错,#4728 - 修复 Pagination 在 FireFox 中的垂直居中问题,#4756
- 修复
type
为 week 时的 DatePicker 在更新绑定值后面板视图不更新的问题,#4739 - 修复
show-summary
的 Table 的一些高度计算错误,#4736 - 新增 Cascader 的
before-filter
属性,#4774 - 新增 InputNumber 的
debounce
属性,#4712(by @pengchongfu)
- Fixed undefined custom component
el-collapse-transition
error when importing some components on demand, #4728 - Fixed vertical alignment issue of Pagination in FireFox, #4756
- Fixed dropdown panel view not updating after binding value of DatePicker is programmatically changed when
type
is week, #4739 - Fixed height calculation errors of Table with summary rows, #4736
- Added
before-filter
attribute for Cascader, #4774 - Added
debounce
attribute for InputNumber, #4712(by @pengchongfu)
1.3.1
- 修复 Autocomplete 输入中文时会清空输入框的问题,#4718
- 修复异步获取数据的 Table 的合计行不随表格其余部分滚动的问题,#4717
- 修复
close-on-press-esc
为 true 的 Dialog 在按下 ESC 时无法正确关闭的问题,#4706 - 修复设置了
on-value
和off-value
的 Switchchange
事件参数不正确的问题,#4675
- Fixed Autocomplete clearing input box when typing Chinese, #4718
- Fixed async Table's summary row not scroll with Table, #4717
- Fixed Dialog not closing correctly after pressing ESC when
close-on-press-esc
is true, #4706 - Fixed wrong parameter in
change
event of Switch whenon-value
andoff-value
are assigned, #4675
1.3.0 Beryllium
新特性:
- 新增 Transfer 组件
- 新增 transition 的文档,现在用户可以使用内置 transition 了
- Slider 新增垂直模式,使用
vertical
属性即可打开,#4410(by @devange) - CheckboxGroup 新增按钮模式,#3697(by @mdartic)
- Table
- Dialog
- Upload
- Switch 新增
on-value
和off-value
属性,支持自定义两种状态的值,#4403 - DatePicker
- 新增
default-value
属性,用于设定下拉框初次弹出时显示的日期,#4222(by @wacky6) - 支持动态改变
type
,#4417(by @coffeedeveloper)
- 新增
- CarouselItem 新增
label
属性,#4317(by @paul-blundell) - MessageBox 的
message
属性增加对 VNode 的支持,#4550 - Pagination 的
current-page
增加对.sync
的支持,#4539 - Form 新增名为 label 的 slot,用于自定义标签文本的内容,#4634
修复:
- Select 和 Table 的某些功能与 Vue 2.3.x 不兼容的问题,#4518
- DatePicker 的
disabledDate
对手动在输入框中输入的值无效的问题,#4309 - Tree 的树节点 ID 为数字 0 时的一些问题,#4415
- TimePicker 在完成选择后数字不居中显示的问题,#4425(by @pengchongfu)
- Autocomplete 在输入中文时频繁触发搜索方法的问题,#4393(by @qazbnm456)
- Upload
- 嵌套在 FormItem 中的按钮样式的 RadioGroup 的样式问题,#4336
- ColorPicker 修复将绑定值赋值为空不会清空颜色面板的问题,#4668(by @pengchongfu)
- Table 修复在 Safari 下
show-overflow-tooltip
无效的问题,#4157(by @renxia)
非兼容性更新:
- 最低兼容 Vue 2.3.0
New features:
- New component: Transfer
- Now you can use our pre-defined transitions
- Vertical mode for Slider, can be activated by the
vertical
attribute, #4410 (by @devange) - Button style for CheckboxGroup, #3697 (by @mdartic)
- Table
- Dialog
- Upload
- Switch now supports
on-value
andoff-value
, so that you can customize its values, #4403 - DatePicker
- Added
default-value
attribute for initially displayed date in the dropdown, #4222 (by @wacky6) type
now supports dynamic updates, #4417 (by @coffeedeveloper)
- Added
- Added
label
attribute for CarouselItem, #4317 (by @paul-blundell) message
of MessageBox now supports VNode, #4550current-page
of Paginationcurrent-page
now supports.sync
, #4539- Added
label
slot for Form, so you can customize label's content, #4634
Fixes:
- Compatibility issues of Select and Table with Vue 2.3.x, #4518
disabledDate
of DatePicker having no effect on typed value in the input box, #4309- An issue when the key of a Tree node is number 0, #4415
- TimePicker number not align when picked, #4425 (by @pengchongfu)
- Autocomplete frequently triggering searching method when typing Chinese, #4393 (by @qazbnm456)
- Upload
- Style bug of RadioGroup when nested in a FormItem, #4336
- ColorPicker not clear the color panel when bound value is emptied, #4668 (by @pengchongfu)
show-overflow-tooltip
of Table not working in Safari, #4157 (by @renxia)
Breaking changes:
- Only compatible with Vue 2.3.0+
v1.3.0-beta.3
[release] 1.3.0-beta.3
v1.3.0-beta.1
[release] 1.3.0-beta.1
1.2.9
-
修复在有文本选中的情况下,RadioButton 需要多次点击才能生效的问题,#4217
-
修复 Tree 的多选框在某些浏览器下不能全选的问题,#4107(by @pengchongfu)
-
修复可清空的 Cascader 清空按钮无效的问题,#4167(by @pengchongfu)
-
修复带有 Tooltip 的 Table 在路由切换时有时会报错的问题,#4085
-
修复 Upload 无法移除待上传的文件的问题,#4233
-
新增 Notification 的
onClick
属性,#4221(by @amouillard) -
修复 DatePicker 在清空后值变为 undefined 的问题,#4186(by @pengchongfu)
-
修复 FormItem 中 ColorPicker 的样式错误,#4303
-
新增 Tooltip 的
enterable
属性,#4210 -
Fixed RadioButton not working properly when some texts on the page are selected, #4217
-
Fixed the toggle-all checkbox of Tree not working in some browsers, #4107 (by @pengchongfu)
-
Fixed Cascader clear button not working, #4167 (by @pengchongfu)
-
Fixed router switching error when the page has a Table with Tooltips, #4085
-
Fixed Upload not able to remove selected files, #4233
-
Added
onClick
attribute for Notification, #4221 (by @amouillard) -
Fixed binding value of DatePicker becoming undefined when cleared, #4186 (by @pengchongfu)
-
Fixed style error of ColorPicker when nested in a FormItem, #4303
-
Added
enterable
attribute for Tooltip, #4210