|
@@ -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 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
|
|
|
|
|
|
*2018-11-21*
|
|
@@ -66,17 +88,17 @@
|
|
|
|
|
|
*2018-09-14*
|
|
|
|
|
|
-- Fixed DatePicker not triggering form validation, #12328 #12348
|
|
|
-- Fixed DatePicker throwing errors in multiple mode, #12347
|
|
|
+- Fixed DatePicker not triggering form validation, #12328 #12348
|
|
|
+- Fixed DatePicker throwing errors in multiple mode, #12347
|
|
|
- Fixed incorrect position of DatePicker spinner, #12415 (by @rang-ali)
|
|
|
- Fixed automatic filling of DatePicker input box, #12521 (by @abdallanayer)
|
|
|
- Fixed Input not highlighted in Cascader, #12341
|
|
|
-- Fixed wrong order of Tabpane, #12346
|
|
|
+- Fixed wrong order of Tabpane, #12346
|
|
|
- Fixed incorrect position of ColorPicker cursor, #12376 (by @cnwhy)
|
|
|
- Fixed the style of Submenu, #2457
|
|
|
- Fixed not highlighted after Submenu is selected, #12479
|
|
|
- Fixed incorrect values selected by Cascader, #12508 (by @huangjinqiang)
|
|
|
-- Fixed incorrect value of Pagination input box, #12525
|
|
|
+- Fixed incorrect value of Pagination input box, #12525
|
|
|
- Fixed order that Pagination triggers events, #12530
|
|
|
- Fixed Table Filter not displayed, #12539
|
|
|
- Fixed Tree unable to delete nodes, #12684
|
|
@@ -111,7 +133,7 @@
|
|
|
|
|
|
- Fixed Table setting `class-name` does not work for `expand` column, #12006
|
|
|
- Added `toggleAllSelection` method for Table, #12047
|
|
|
-- Fixed wrong position of suffix slot when Input contains Select, #12108
|
|
|
+- Fixed wrong position of suffix slot when Input contains Select, #12108
|
|
|
- Fixed `line-height` of Option unable to set, #12120
|
|
|
- Fixed TimeSelect with default value of `null` could not be assigned after executing `resetField`, #12010
|
|
|
- Fixed keydown event which is not arrow key does not work in Tree, #12008
|
|
@@ -188,7 +210,7 @@
|
|
|
- Added `precision` attribute, #11281
|
|
|
- Tabs
|
|
|
- Added `before-leave` attribute, #11259
|
|
|
- - Added `lazy` attribute, #11167(by @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, #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
|
|
|
- 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, #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 incorrect positioning of table header in Safari, #9327
|
|
|
- Fixed expanded row collapsing when the table data changes, #9462
|