Skip to content

Releases: ElemeFE/element

1.0.5

06 Dec 10:48
Compare
Choose a tag to compare
  • 修复 Select 异步获取选项和绑定值时,输入框中显示 value 而不是 label 的问题,#1537
  • 修复 Select 的初始值为一个空对象时会报错的问题,#1533
  • 修复 Select 远程搜索有时不显示下拉框的问题,#1531
  • 修复 Slider 拖动释放后,滑块有几率产生一小段位移的问题,#1546
  • 修复 IE9 下 Steps 的样式问题,#1543
  • 新增 Upload 对所有文件类型生成 URL 的功能,#1530
  • 修复 TimeSelect 的样式,移除 flexbox, #1335
  • Fixed Select with async options and binding value displaying value instead of label, #1537
  • Fixed Select reports an error when initial binding value is an empty object, #1533
  • Fixed remote filtering Select not showing dropdown in some conditions, #1531
  • Fixed Slider sometimes drifting a small distance after releasing dragging, #1546
  • Fixed Steps style in IE9, #1543
  • Added Upload generating URL for all file types, #1530
  • Fixed TimeSelect style, removed flexbox, #1335

1.0.4

02 Dec 11:01
Compare
Choose a tag to compare
  • 新增 Input Number 的 controls 属性,#1473
  • 修复 Checkbox Group、Radio Group 在异步赋值时出现的问题,#1511 #1514
  • 增加 Notification 的 offset 属性,#1419
  • 修复 Slider 在快速拖动时取值不准确的问题,#1458
  • 修复 Slider 在某些情况下绑定值为多位小数的问题,#1450
  • 修复 Select 在某些情况下绑定值和显示值不同步的问题
  • 新增 Select 的 multiple-limitallow-create 属性
  • 修复 Tree 的叶子节点在点击展开后三角图标不消失的问题,#1438
  • 修复 Tree 有时在获取子级数据后视图不更新的问题,#1439
  • 修复 Table 在 windows 系统下的若干样式问题,#1464 #1507
  • 修复 Table 多级表头与固定列同时使用时,多级表头第一列 label 不显示的问题,#1451
  • 新增 Table 的 row-dblclick 事件,#1362
  • Added controls attribute for Input Number, #1473
  • Fixed Checkbox Group and Radio Group async issue, #1511 #1514
  • Added offset attribute for Notification, #1419
  • Fixed Slider's value not accurate issue when dragging rapidly, #1458
  • Fixed Slider incorrectly showing multiple decimal digits issue, #1450
  • Fixed Select's binding value and displayed value not in sync in some conditions
  • Added multiple-limit and allow-create attributes for Select
  • Fixed Tree leaf nodes' triangle icon not disappear when expanded, #1438
  • Fixed Tree's view not updating issue after fetching child nodes' data, #1439
  • Fixed some Table's style issues in windows system, #1464 #1507
  • Fixed Table's first column's label not showing issue when grouping table head is used with fixed columns, #1451
  • Added row-dblclick event for Table, #1362

1.0.3

28 Nov 11:37
Compare
Choose a tag to compare
  • 修复 Pagination 的 currentPage 在某些情况下设置无效的情况,#1336
  • 修复 DatePicker 为 month 且设置了 disabledDate 的情况下切换年份时界面未更新的问题,#1158
  • 修复 DatePicker readonly 时未禁用清除按钮的问题,#1238
  • 修复 Slider 绑定值为 NaN 以及 step 小于 1 时无法正常工作的问题,#1239 #1282
  • 增加 Table 的多表头功能,#1312
  • 增加 Table 的 rowStyle 属性,#1348
  • 修复 TableColumn 的某些属性无法动态设置的问题,#1314
  • 增加 Tree 的 filter-node-method 属性和 filter 方法,#1257
  • 增加 Tree 的 getCheckedKeyssetCheckedKeys 方法,#1254
  • 重构 Checkbox/Radio 支持嵌套 Group 绑定值,#1152
  • 修复 Popper 在 keep-alive 下无法触发销毁的问题,#1359
  • 增加 Form 中深对象验证的支持,#1363
  • 增加 Autocomplete 里的 appendprepend API,#1369
  • 增加 Pagination pageSizes 属性的动态支持,#1372
  • 增加 Radio Button 自定义选中按钮样式的 API,#1380
  • 增加 Menu Group 支持通过 slot 来设置 title,#1382
  • 修复 DatePicker 选择年的 bug,#1385
  • 新增 Upload 默认已上传的文件列表 API,#1393
  • 增加 Checkbox label 属性绑定的多类型支持,#1400
  • 增加 Tree 的 setChecked 方法,#1422
  • Fixed currentPage of Pagination not working in some cases, #1336
  • Fixed month and disabledDate DatePicker's view not refreshing issue when switching year, #1158
  • Fixed readonly DatePicker clear button not disabled issue, #1238
  • Fixed Slider not working when binding value is NaN or step is smaller than 1, #1239 #1282
  • Added multi-header for Table, #1312
  • Added rowStyle for Table, #1348
  • Fixed some attributes of TableColumn can not dynamically assigned issue, #1314
  • Added filter-node-method attribute and filter method for Tree, #1257
  • Added getCheckedKeys and setCheckedKeys methods for Tree, #1254
  • Added deep nesting support for Checkbox/Radio inside Checkbox/Radio Group, #1152
  • Fixed Popper not triggering destroy issue when keep-alive, #1359
  • Added object deep validation for Form, #1363
  • Added append and prepend for Autocomplete, #1369
  • Added dynamic pageSizes support for Pagination, #1372
  • Added custom style API for checked buttons in Radio Button, #1380
  • Added assigning title via slot for Menu Group, #1382
  • Fixed DatePicker year switching bug, #1385
  • Added uploaded file list API for Upload, #1393
  • Added multi-type support for label attribute of Checkbox, #1400
  • Added setChecked method for Tree, #1422

1.0.2

18 Nov 12:34
Compare
Choose a tag to compare

2016-11-18

  • 新增 Table context 属性,可以指定自定义 column 内部可获取的上下文,#1161
  • 新增 多种语言支持
  • 修复 没有正确动态渲染语言的问题,#1160
  • 新增 Alert 的 render-content 属性,#568
  • 新增 Button 的 focus 样式,#982
  • 修复 Switch 的 change 事件触发时机错误的问题,#1162
  • 修复 TimeSelect 开始时间设置 00:00 后会被禁用的问题,#676
  • 新增 Table show-header 属性,header-click 事件。#1195
  • 完善 Table 的 height 属性,当 height 属性为字符串的时候,表示 Table 的高度受外部样式控制,#1195
  • 修复 Table 的 selection-change 在某些情况下不触发的问题,#1198
  • 修复 Table 动态修改 fixed 属性可能会造成锁定列不消失的问题,#1182
  • Added context for Table to specify which context to access inside of table columns, #1161
  • Added multiple languages
  • Fixed language's dynamic switching issue, #1160
  • Added render-content for Alert, #568
  • Added styles for focused Button, #982
  • Fixed change triggering timing in Switch, #1162
  • Fixed TimeSelect being disabled when start time is set to 00:00, #676
  • Added show-header attribute and header-click method for Table, #1195
  • Improved height attribute for Table when set to a string, #1195
  • Fixed selection-change of Table not triggering in some cases, #1198
  • Fixed Table's fixed columns not disappear when fixed attribute is dynamically changed, #1182

1.0.1

16 Nov 09:29
Compare
Choose a tag to compare

2016-11-16

  • 修复 Pagination 错误地多次触发 current-change 事件的问题
  • 修复 Switch 在 Form 中的样式错误,#967
  • 修复 Loading 在某些情况下错误地锁定 body 滚动的问题,#968
  • Col 组件的 span 属性不再是必填属性,在省略的情况下其默认值为 24
  • 新增 DatePicker disablededitable 属性,#976
  • 修复 DatePicker 的 readonly 与原生行为一致,现在通过设置 editable=false 禁止输入但是可通过弹框选日期,#976
  • 新增 Message 和 Notification 的 close 方法,用于手动关闭实例
  • 新增 DatePicker 清除功能,#759
  • 修复 Form 重置日期报错,#937
  • 修复 Tab 设置active-name不是首个tab时的样式问题,#1034
  • 修复 Table 的 inline-template 在 vue-loader 9.9.0 渲染报错
  • 新增 Step 支持内容居中对齐,#994
  • 修复 Upload 单独引入时提示 Progress 组件不存在,#1013
  • Layout 支持响应式布局
  • 新增 Dialog show-close 属性
  • 修复 和 vue-i18n 一起使用时,未初始化 i18n 会报错,#973
  • 修复 DatePicker 设置初始值后界面未更新 #1050
  • 修复 DatePicker 月份选择器直接切换年份并未更新年份数据 #1070
  • 新增 $loading 服务,用以调用 Loading
  • 新增 Popover 可手动控制显示隐藏,将 trigger 设置为 manual
  • 新增 Tree 的 nodeKey emptyText checkStrictly defaultExpandAll autoExpandParent defaultCheckedKeys defaultExpandedKeys 属性,setCheckedNodes 方法。
  • Fixed Pagination improperly triggering multiple current-change events
  • Fixed Switch style when nested in a Form, #967
  • Fixed Loading locks scroll of body in specific scenarios, #968
  • span of Col is no longer a required attribute, and its default value is 24 if omitted
  • Added disabled and editable attribute for DatePicker, #976
  • Fixed DatePicker readonly with native behavior, #976
  • Added close method for Message and Notification to manually close an instance
  • Added clear value feature for DatePicker, #759
  • Fixed Form reports an error when resetting a Date typed field, #937
  • Fixed Table render error using vue-loader 9.9.0
  • Added align-center attribute for Step, #994
  • Fixed Upload missing Progress component, #1013
  • Layout now supports responsive layout
  • Added show-close for Dialog
  • Fixed an error when vue-i18n is imported but not configured, #973
  • Fixed DatePicker not refresh view with an initial value, #1050
  • Fixed DiatePicker not refresh year when switched in month picker, #1070
  • Added $loading service
  • Added manual trigger in Popover
  • Added props: nodeKey emptyText checkStrictly defaultExpandAll autoExpandParent defaultCheckedKeys defaultExpandedKeys and method: setCheckedNodes for Tree

1.0.0 Hydrogen

09 Nov 11:25
Compare
Choose a tag to compare

2016-11-9

  • 修复 TimePicker 选择范围时结束时间小于开始时间会重置开始时间, #894
  • 修复结合 vue-i18n 使用时会提示不能覆盖 $t 方法的问题
  • 新增 Loading 自定义加载文案的功能,并优化了视觉表现
  • 修复 Input blur 事件的参数不是 event 对象的问题
  • window.ELEMENT.locale.use 改成 window.ELEMENT.locale

v1.0.0-rc.9

07 Nov 09:51
Compare
Choose a tag to compare
v1.0.0-rc.9 Pre-release
Pre-release
  • 新增 MessageBox 确定按钮自动获取焦点, #721
  • 修复 Popover focus 失效, #734
  • 修复 Clickoutside 报错, #729
  • 修复 DatePicker 选择日期范围时当选中同一天再调整时间会出错
  • 更新 TimePicker 滚动条在 IE10+ 下隐藏
  • 新增 Dropdown 的 command api #432
  • 修复 Slider 在 Form 中的显示问题
  • 修复 Upload 在 onSuccess、onError 钩子无法拿到服务端返回信息的问题
  • 改善 tabs 现在支持动态更新
  • Table 新增 highlightCurrentRow 属性、新增 current-change 事件
  • TableColumn 的 showTooltipWhenOverflow 更名为 showOverflowTooltip(两个属性均可用)
  • TableColumn 新增属性 render-header
  • Pagination 新增属性 pageCount
  • DatePicker 修复重置 value 后默认选中日期没有重置, #878

非兼容性更新

  • Upload on-error 钩子函数参数变更为 function(err, response, file), on-success 钩子函数参数变更为 function(response, file, fileList)

v1.0.0-rc.8

28 Oct 10:41
Compare
Choose a tag to compare
v1.0.0-rc.8 Pre-release
Pre-release
  • 修复 Form reset method 对日期控件不起效的问题
  • 修复 Dialog/Message Box/Tooltip/Popover/... 等若干组件的样式错误
  • 修复 Message Box 的 prompt 在打开时会携带之前的验证状态的问题
  • 修复 Autocomplete 的弹出框不会消失 #439
  • 新增 Input 图标的点击事件 #444
  • 修复 Loading 关闭后有几率滚动失效的问题
  • 修复 远程搜索的 Select 不能正确渲染默认初始值的问题
  • 修复 Switch 的 width 属性无效的问题
  • Table 增加 rowClassName 属性
  • TableColumn 增加 fixed 属性,可选值:true, false, left, right
  • TableColumn 增加属性:filters、filterMultiple、filterMethod、filteredValue
  • TableColumn[type="selection"] 增加 selectable 属性
  • 修复 Input textarea 在动态赋值时 autosize 没有触发的问题
  • 修复 Input Number min max 属性设置后点击加减出现的崩溃的bug
  • 优化 TimePicker/DatePicker 输入日期行为
  • 修复 DatePicker 输入禁用状态的日期却生效的问题 #484
  • 新增 Slider 的 disabled 属性
  • 新增 Menu 的 menu-trigger 属性
  • 新增 i18n 的支持

非兼容性更新

  • Tabs 组件的 click 和 remove 事件回调参数从 name 改为事件对应的 tab 组件实例
  • 全屏 Loading 现在默认不再锁定屏幕滚动。如果需要的话,可添加 lock 修饰符
  • Table 删除属性 fixedColumnCount, customCriteria, customBackgroundColors
  • Table 的 selectionchange、cellmouseenter、cellmouseleave、cellclick 事件更名为 selection-change、cell-mouse-enter、cell-mouse-leave、cell-click。
  • Pagination 的 currentchange、sizechange 事件更名为 current-change、size-change

v1.0.0-rc.7

13 Oct 10:06
Compare
Choose a tag to compare
v1.0.0-rc.7 Pre-release
Pre-release
  • Upload 新增 Data 属性支持额外数据的传输
  • DatePicker 修复 $t 报错
  • Popper 重构 vue-popper
  • Pagination 修复输入后再点击切换,输入框的值不更新
  • Step: 修复自定义 icon 的样式
  • 修复 Tree 组件 checkbox 点击失效的问题
  • Breadcrumb 增加路由跳转的功能
  • 修复 可清空的 Select 中清空按钮的不恰当动画
  • DatePicker 修复使用 Tab 键切换时弹出框未隐藏

v1.0.0-rc.6

11 Oct 07:30
Compare
Choose a tag to compare
v1.0.0-rc.6 Pre-release
Pre-release
  • 修复 Tabs 切换后 Tab-panel 被销毁的问题
  • 修复 TimePicker 错误的隐藏面板
  • 修复 Table Cell 的样式, #204
  • 修复 Menu default-active 属性不能为空的问题, #200
  • 修复 Menu unique-opened 开启后无法展开子菜单的问题, #200
  • 为 Notification 和 Message 的不同 type 添加独立的调用方法
  • 为 Message Box 和 Dialog 添加 lockScroll 属性,用于定义是否在弹框出现时将 body 滚动锁定
  • 新增 Input textarea 类型的 rows, autosize 属性
  • 为 Tree 添加 getCheckedNodes 方法和 node-click、check-change 回调
  • 新增 DatePicker 禁用日期功能 #253
  • 修复 多选可搜索的 Select 下拉选项自动展开的问题
  • 为 Dialog 添加 top 属性
  • 修复 Menu 组件垂直模式下开启 router 属性会立刻跳转的问题 #295
  • Checkbox change 事件现在只能被人为的交互操作所触发
  • 新增 Checkbox checked 属性
  • 修复 Select 远程搜索时使用键盘选择选项无法更新 v-model 的问题

非兼容性更新

  • Dropdown 组件重构,现在可以以更加的灵活方便的形式来自定义触发下拉的元素,以及可以定义下菜单的样式