changelog for 2.4.10

pull/13447/head
ziyoung 2018-11-16 19:14:12 +08:00
parent 465ec7c695
commit 650eed6e74
3 changed files with 72 additions and 0 deletions

View File

@ -1,5 +1,29 @@
## Changelog
### 2.4.10
**2018-11-16**
- Fixed multiple clicks on Select to display the drop-down list, #13268
- The clear icon for input is not displayed when Form is disabled, #13208
- Adjust the style of Select, Progress, Autocomplete, Tooltip, Collaspe, TimePicker, #13188 (by @porcelainHeart) #13210 #13266 #13257 #13290 #13347 (by @PanJiaChen)
- Carousel component added `loop` attribute, #13217
- When the data of Table changes, the highlighted line will remain, #13200
- Table header scoped slot can receive parameters, #13263
- Table's `clearFilter` method supports arguments, #13176
- Tooltip is no longer created when there is no content in the Table cell, #13152 (by @rongxingsun)
- The input box contents of the ColorPicker panel can be displayed correctly, #13278
- ColorPicker no longer triggers form validation when dragging, #13299
- InputNumber added `select `method, #13286 (by @st-sloth)
- Autocomplete added `clear` event, #12171(by arthurdenner) #13326
- You can close Menu by clicking on Menu outside, #13296
- Form's `validateField` method can receive arguments, #13319
- Cascader added `visible-change` event, #13415
- DatePicker added range-seprator slot, #13272 (by @milworm)
- Tree adds `iconClass` and `currentNodeKey` properties, #13337 #13197 (by @isnifer)
- Progress's` status` added text #13198 (by @ali-master)
- Fixing tree's `defaultCheckedKeys` caused an error, #13349 (by @dive2Pro)
### 2.4.9
*2018-10-26*

View File

@ -1,5 +1,29 @@
## Changelog
### 2.4.10
**2018-11-16**
- Fixed multiple clicks on Select to display the drop-down list, #13268
- The clear icon for input is not displayed when Form is disabled, #13208
- Adjust the style of Select, Progress, Autocomplete, Tooltip, Collaspe, TimePicker, #13188 (by @porcelainHeart) #13210 #13266 #13257 #13290 #13347 (by @PanJiaChen)
- Carousel component added `loop` attribute, #13217
- When the data of Table changes, the highlighted line will remain, #13200
- Table header scoped slot can receive parameters, #13263
- Table's `clearFilter` method supports arguments, #13176
- Tooltip is no longer created when there is no content in the Table cell, #13152 (by @rongxingsun)
- The input box contents of the ColorPicker panel can be displayed correctly, #13278
- ColorPicker no longer triggers form validation when dragging, #13299
- InputNumber added `select `method, #13286 (by @st-sloth)
- Autocomplete added `clear` event, #12171(by arthurdenner) #13326
- You can close Menu by clicking on Menu outside, #13296
- Form's `validateField` method can receive arguments, #13319
- Cascader added `visible-change` event, #13415
- DatePicker added range-seprator slot, #13272 (by @milworm)
- Tree adds `iconClass` and `currentNodeKey` properties, #13337 #13197 (by @isnifer)
- Progress's` status` added text #13198 (by @ali-master)
- Fixing tree's `defaultCheckedKeys` caused an error, #13349 (by @dive2Pro)
### 2.4.9
*2018-10-26*

View File

@ -1,5 +1,29 @@
## 更新日志
### 2.4.10
**2018-11-16**
- 修复多次点击 Select 才显示下拉列表的问题,#13268
- Form 禁用时不显示 Input 的 clear 图标,#13208
- 调整 SelectProgressAutocompleteTooltipCollaspeTimePicker 的样式,#13188 (by @porcelainHeart) #13210 #13266 #13257 #13290 #13347 (by @PanJiaChen)
- Carousel 组件新增 `loop` 属性,#13217
- Table 的 data 改变时,高亮行会继续保留,#13200
- Table 的 header slot 可以接收参数,#13263
- Table 的 `clearFilter` 方法支持参数,#13176
- Table 单元格内没有内容时不再创建 Tooltip#13152 (by @rongxingsun)
- ColorPicker 面板的输入框内容可以正常显示了,#13278
- 在拖拽时ColorPicker 不再触发表单校验,#13299
- InputNumber 新增 `select` 方法,#13286 (by @st-sloth)
- Autocomplete 新增 `clear` 事件,#12171(by arthurdenner) #13326
- 可以通过点击 Menu 外部来关闭 Menu#13296
- Form 的 `validateField` 方法可以接收参数,#13319
- Cascader 新增 `visible-change` 事件,#13415
- DatePicker 新增 range-seprator slot #13272 (by @milworm)
- Tree 新增 `iconClass``currentNodeKey` 属性,#13337 #13197 (by @isnifer)
- Progress 的 `status` 添加了 text #13198 (by @ali-master)
- 修复 Tree 的 `defaultCheckedKeys` 导致显示的错误,#13349 (by @dive2Pro)
### 2.4.9
*2018-10-26*