|
@@ -1,5 +1,18 @@
|
|
|
## Changelog
|
|
|
|
|
|
+### 2.4.5
|
|
|
+
|
|
|
+*2018-07-26*
|
|
|
+
|
|
|
+- 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 `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
|
|
|
+- Fixed parent node checked in lazy mode, #12106
|
|
|
+- Added `includeHalfChecked` parameter for getCheckedNodes of Tree, #12014
|
|
|
+
|
|
|
### 2.4.4
|
|
|
|
|
|
*2018-07-13*
|