Skip to content

Releases: ElemeFE/element

1.3.6

09 Jun 12:27
Compare
Choose a tag to compare
  • 修复 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

03 Jun 13:05
Compare
Choose a tag to compare
  • 修复 Select 的 default-first-option 属性在远程搜索时不生效的问题,#5084
  • 修复 InputNumber 与其他表单组件同行显示时不能对齐的问题,#5127
  • 修复行内 FormItem 对复合型 Input 失效的问题,#5151
  • 修复 FormItem 在 Firefox 中的高度与其他浏览器不一致的问题,#5152
  • 修复 Cascader 中 value 为 0 的数据不能展开下一级的问题,#5172(by @Kingwl
  • 修复 Autocomplete 无法触发原生 keydownkeyup 事件的问题,#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 and keyup 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

23 May 09:11
Compare
Choose a tag to compare
  • 修复带展开行的 Table 在高亮和斑马纹效果下的问题,#4871(by @mu-yu
  • 新增 Select 的 default-first-option 属性,#4838(by @wacky6
  • 修复可创建选项的 Select 在没有选项数据时不显示「无数据」文本的问题,#4977

  • Fixed highlight and stripe effects of Table with expandable rows, #4871 (by @mu-yu)
  • Added default-first-option for Select, #4838 (by @wacky6)
  • Fixed Select with no options not displaying "No data" text when allow-create is true, #4977

1.3.3

14 May 09:12
Compare
Choose a tag to compare
  • 新增 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

10 May 13:13
Compare
Choose a tag to compare
  • 修复在按需引入某些组件时,报 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

06 May 10:23
Compare
Choose a tag to compare
  • 修复 Autocomplete 输入中文时会清空输入框的问题,#4718
  • 修复异步获取数据的 Table 的合计行不随表格其余部分滚动的问题,#4717
  • 修复 close-on-press-esc 为 true 的 Dialog 在按下 ESC 时无法正确关闭的问题,#4706
  • 修复设置了 on-valueoff-value 的 Switch change 事件参数不正确的问题,#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 when on-value and off-value are assigned, #4675

1.3.0 Beryllium

05 May 00:40
Compare
Choose a tag to compare

新特性:

  • 新增 Transfer 组件
  • 新增 transition 的文档,现在用户可以使用内置 transition 了
  • Slider 新增垂直模式,使用 vertical 属性即可打开,#4410(by @devange
  • CheckboxGroup 新增按钮模式,#3697(by @mdartic
  • Table
    • 新增 setCurrentRow 方法,#4390
    • 新增表尾合计行的功能,提供 show-summarysum-textsummary-method#4484
    • TableColumn 新增 filter-placement 属性,#4491
  • Dialog
    • 新增 before-close 属性,#4432
    • 新增 visible 属性,且支持 .sync 修饰符,#4539
  • Upload
    • 新增 disabled 属性,#4473
    • on-change 事件现在也会在添加文件后触发,#4447
    • 新增 abort 方法,#4575
  • Switch 新增 on-valueoff-value 属性,支持自定义两种状态的值,#4403
  • DatePicker
  • 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
    • 不能选择同一个文件的问题,#4461
    • auto-upload 为 false 时不显示预览图片的问题,#4572
    • 一些样式问题,#4643
  • 嵌套在 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
    • Added setCurrentRow method, #4390
    • Added summary row, with three attributes: show-summary, sum-text and summary-method, #4484
    • Added filter-placement attribute for TableColumn, #4491
  • Dialog
    • Added a before-close hook, #4432
    • Added visible attribute, which supports the .sync modifier, #4539
  • Upload
    • Added disabled attribute, #4473
    • on-change now also triggers when a file is added, #4447
    • Added abort method
  • Switch now supports on-value and off-value, so that you can customize its values, #4403
  • DatePicker
  • Added label attribute for CarouselItem, #4317 (by @paul-blundell)
  • message of MessageBox now supports VNode, #4550
  • current-page of Pagination current-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
    • not able to select the same file multiple times, #4461
    • not displaying preview image when is auto-upload false, #4572
    • some style errors, #4643
  • 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

03 May 07:59
Compare
Choose a tag to compare
v1.3.0-beta.3 Pre-release
Pre-release
[release] 1.3.0-beta.3

v1.3.0-beta.1

28 Apr 09:32
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release
[release] 1.3.0-beta.1

1.2.9

19 Apr 12:20
Compare
Choose a tag to compare
  • 修复在有文本选中的情况下,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