|
@@ -1,5 +1,28 @@
|
|
|
## Changelog
|
|
|
|
|
|
+### 2.4.7
|
|
|
+
|
|
|
+*2018-09-14*
|
|
|
+
|
|
|
+- 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 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 order that Pagination triggers events, #12530
|
|
|
+- Fixed Table Filter not displayed, #12539
|
|
|
+- Fixed Tree unable to delete nodes, #12684
|
|
|
+- Fixed height of Select Input changing in single mode, #12719
|
|
|
+- Fixed style of FormItem label in nested Form, #12748
|
|
|
+- Added `autocomplete` attribute for Input, deprecated `auto-complete`, #12514 (by @axetroy)
|
|
|
+- Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)
|
|
|
+
|
|
|
### 2.4.6
|
|
|
|
|
|
*2018-08-09*
|