changelog for 2.5.0 (#14207)

pull/14217/head
Zhi Cun 2019-01-25 15:13:24 +08:00 committed by hetech
parent 32a4c139a9
commit 15b57cbb22
3 changed files with 85 additions and 16 deletions

View File

@ -1,5 +1,27 @@
## 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 fileadd 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
*2018-11-21*
@ -188,7 +210,7 @@
- Added `precision` attribute, #11281
- Tabs
- Added `before-leave` attribute, #11259
- Added `lazy` attribute, #11167by @Kingwl
- Added `lazy` attribute, #11167(by @Kingwl)
- Table
- Added `sort` method to manually sort the table, #11311
@ -343,7 +365,7 @@
- Pagination
- Fixed `current-change` event wrongly triggering without user interaction, #10247
- DatePicker
- Now the date and time value in the dropdown panel are correctly formatted based on the `format` attribute, #10174by @remizovvv
- Now the date and time value in the dropdown panel are correctly formatted based on the `format` attribute, #10174(by @remizovvv)
- Upload
- Fixed `accept` attribute not working when `drag` is true, #10278
@ -436,7 +458,7 @@
- Dropdown
- Fixed dropdown menu incorrect positioning when the page only has a horizontal scrollbar in some browsers, #9138 (by @banzhuanmei)
- Table
- Fixed an error in calculating number of fixed columns after the column data changes, #9188by @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 incorrect positioning of table header in Safari, #9327
- Fixed expanded row collapsing when the table data changes, #9462

View File

@ -1,5 +1,27 @@
## 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 fileadd new componentsby @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
*2018-11-21*

View File

@ -1,5 +1,30 @@
## 更新日志
### 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
*2018-11-21*