Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
650eed6e
Commit
650eed6e
authored
Nov 16, 2018
by
ziyoung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog for 2.4.10
parent
465ec7c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
72 additions
and
0 deletions
+72
-0
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+24
-0
CHANGELOG.es.md
CHANGELOG.es.md
+24
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+24
-0
No files found.
CHANGELOG.en-US.md
View file @
650eed6e
## 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*
...
...
CHANGELOG.es.md
View file @
650eed6e
## 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*
...
...
CHANGELOG.zh-CN.md
View file @
650eed6e
## 更新日志
### 2.4.10
**2018-11-16**
-
修复多次点击 Select 才显示下拉列表的问题,#13268
-
Form 禁用时不显示 Input 的 clear 图标,#13208
-
调整 Select,Progress,Autocomplete,Tooltip,Collaspe,TimePicker 的样式,#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*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment