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
15b57cbb
Commit
15b57cbb
authored
Jan 25, 2019
by
Zhi Cun
Committed by
hetech
Jan 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog for 2.5.0 (#14207)
parent
32a4c139
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
85 additions
and
16 deletions
+85
-16
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+30
-8
CHANGELOG.es.md
CHANGELOG.es.md
+29
-7
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+26
-1
No files found.
CHANGELOG.en-US.md
View file @
15b57cbb
## Changelog
## Changelog
### 2.5.0
*2019-01-25*
#### New features
-
DatePicker
-
Add
`validate-event`
attribute (by @ziyoung in #13531)
-
Tag
-
Add
`click`
event (by @licdream in #14106)
-
DateTimePicker
-
`pickerOptions`
support
`selectableRange`
option (by @eeeeeeeason)
-
I18n
-
support Kyrgyz language (by @zzjframework in #14174)
#### Optimization
-
Upgrade to webpack@4 (by @jikkai in #14173)
-
Input
-
Simplify implementation (by @wacky6 in #13471)
-
Update Axure file,add new components(by @ziyoung in #13773)
A lot of bugfixes in Autocomplete, Table, Cascader, Tree and so on,
[
more info
](
https://github.com/ElemeFE/element/releases/tag/v2.5.0
)
.
### 2.4.11
### 2.4.11
*2018-11-21*
*2018-11-21*
...
@@ -188,7 +210,7 @@
...
@@ -188,7 +210,7 @@
-
Added
`precision`
attribute, #11281
-
Added
`precision`
attribute, #11281
-
Tabs
-
Tabs
-
Added
`before-leave`
attribute, #11259
-
Added
`before-leave`
attribute, #11259
-
Added
`lazy`
attribute, #11167
(by @Kingwl)
-
Added
`lazy`
attribute, #11167
(by @Kingwl)
-
Table
-
Table
-
Added
`sort`
method to manually sort the table, #11311
-
Added
`sort`
method to manually sort the table, #11311
...
@@ -343,7 +365,7 @@
...
@@ -343,7 +365,7 @@
- Pagination
- Pagination
- Fixed `
current-change
` event wrongly triggering without user interaction, #10247
- Fixed `
current-change
` event wrongly triggering without user interaction, #10247
- DatePicker
- DatePicker
- Now the date and time value in the dropdown panel are correctly formatted based on the `
format
` attribute, #10174
(by @remizovvv)
- Now the date and time value in the dropdown panel are correctly formatted based on the `
format
` attribute, #10174
(by @remizovvv)
- Upload
- Upload
- Fixed `
accept
` attribute not working when `
drag
` is true, #10278
- Fixed `
accept
` attribute not working when `
drag
` is true, #10278
...
@@ -436,7 +458,7 @@
...
@@ -436,7 +458,7 @@
- Dropdown
- Dropdown
- Fixed dropdown menu incorrect positioning when the page only has a horizontal scrollbar in some browsers, #9138 (by @banzhuanmei)
- Fixed dropdown menu incorrect positioning when the page only has a horizontal scrollbar in some browsers, #9138 (by @banzhuanmei)
- Table
- Table
- Fixed an error in calculating number of fixed columns after the column data changes, #9188
(by @kolesoffac)
- Fixed an error in calculating number of fixed columns after the column data changes, #9188
(by @kolesoffac)
- Fixed the border of the last column of the grouped header not properly displayed, #9326
- Fixed the border of the last column of the grouped header not properly displayed, #9326
- Fixed incorrect positioning of table header in Safari, #9327
- Fixed incorrect positioning of table header in Safari, #9327
- Fixed expanded row collapsing when the table data changes, #9462
- Fixed expanded row collapsing when the table data changes, #9462
...
...
CHANGELOG.es.md
View file @
15b57cbb
## Changelog
## Changelog
### 2.5.0
*2019-01-25*
#### New features
-
DatePicker
-
Add
`validate-event`
attribute (by @ziyoung in #13531)
-
Tag
-
Add
`click`
event (by @licdream in #14106)
-
DateTimePicker
-
`pickerOptions`
support
`selectableRange`
option (by @eeeeeeeason)
-
I18n
-
support Kyrgyz language (by @zzjframework in #14174)
#### Optimization
-
Upgrade to webpack@4 (by @jikkai in #14173)
-
Input
-
Simplify implementation (by @wacky6 in #13471)
-
Update Axure file,add new components(by @ziyoung in #13773)
A lot of bugfixes in Autocomplete, Table, Cascader, Tree and so on,
[
more info
](
https://github.com/ElemeFE/element/releases/tag/v2.5.0
)
.
### 2.4.11
### 2.4.11
*2018-11-21*
*2018-11-21*
...
...
CHANGELOG.zh-CN.md
View file @
15b57cbb
## 更新日志
## 更新日志
### 2.5.0
*2019-01-25*
#### 新特性
-
DatePicker
-
添加
`validate-event`
属性(by @ziyoung in #13531)
-
Tag
-
添加
`click`
事件 (by @licdream in #14106)
-
DateTimePicker
-
`pickerOptions`
支持
`selectableRange`
选项(by @eeeeeeeason)
-
I18n
-
新增吉尔吉斯坦语(by @zzjframework in #14174)
#### 优化
-
升级 Webpack 到 4.x (by @jikkai in #14173)
-
Input
-
简化
`el-input`
的实现 (by @wacky6 in #13471)
-
更新 Axure 文件,新增组件(by @ziyoung in #13773)
#### 其他
-
`README.md`
新增钉钉群二维码,欢迎扫码加入!
还有包括 Autocomplete、Table、Cascader、Tree 等等组件的问题修复和优化,
[
详情
](
https://github.com/ElemeFE/element/releases/tag/v2.5.0
)
。
### 2.4.11
### 2.4.11
*2018-11-21*
*2018-11-21*
...
...
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